chore: Update manifests after change

This commit is contained in:
2026-01-20 20:39:42 +00:00
parent 62d6e28757
commit ff55f2743b
61 changed files with 1166 additions and 156 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: {}