Automated Manifest Update (#3341)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3341
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3341.
This commit is contained in:
2026-01-20 20:40:55 +00:00
committed by Alex Lebens
parent ec79f1d55b
commit 0830b768df
62 changed files with 1167 additions and 157 deletions

View File

@@ -494,6 +494,25 @@ spec:
type: array
x-kubernetes-list-type: atomic
type: object
podCertificate:
properties:
certificateChainPath:
type: string
credentialBundlePath:
type: string
keyPath:
type: string
keyType:
type: string
maxExpirationSeconds:
format: int32
type: integer
signerName:
type: string
required:
- keyType
- signerName
type: object
secret:
properties:
items:
@@ -640,7 +659,7 @@ spec:
Claims lists the names of resources, defined in spec.resourceClaims,
that are used by this container.
This is an alpha field and requires enabling the
This field depends on the
DynamicResourceAllocation feature gate.
This field is immutable. It can only be set for containers.
@@ -1238,7 +1257,7 @@ spec:
Claims lists the names of resources, defined in spec.resourceClaims,
that are used by this container.
This is an alpha field and requires enabling the
This field depends on the
DynamicResourceAllocation feature gate.
This field is immutable. It can only be set for containers.
@@ -2188,6 +2207,11 @@ spec:
phase:
description: ConditionType represent a resource's status
type: string
replicas:
format: int32
type: integer
selector:
type: string
type: object
x-kubernetes-preserve-unknown-fields: true
required:
@@ -2197,4 +2221,8 @@ spec:
served: true
storage: true
subresources:
scale:
labelSelectorPath: .status.selector
specReplicasPath: .spec.gateway.instances
statusReplicasPath: .status.replicas
status: {}