re-generate crds

Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot 2024-05-17 09:33:41 +02:00
parent 9483f5ddc2
commit 515559ac7c
No known key found for this signature in database
GPG Key ID: 47428728E0C2878D
3 changed files with 33 additions and 33 deletions

View File

@ -630,7 +630,7 @@ spec:
* Gateway (Gateway conformance profile) * Gateway (Gateway conformance profile)
* Service (Mesh conformance profile, experimental, ClusterIP Services only) * Service (Mesh conformance profile, ClusterIP Services only)
This API may be extended in the future to support additional kinds of parent This API may be extended in the future to support additional kinds of parent
@ -665,7 +665,7 @@ spec:
* Gateway (Gateway conformance profile) * Gateway (Gateway conformance profile)
* Service (Mesh conformance profile, experimental, ClusterIP Services only) * Service (Mesh conformance profile, ClusterIP Services only)
Support for other resources is Implementation-Specific. Support for other resources is Implementation-Specific.
@ -752,9 +752,6 @@ spec:
Support: Extended Support: Extended
<gateway:experimental>
type: integer type: integer
format: int32 format: int32
maximum: 65535 maximum: 65535
@ -765,14 +762,12 @@ spec:
following resources, SectionName is interpreted as the following: following resources, SectionName is interpreted as the following:
* Gateway: Listener Name. When both Port (experimental) and SectionName * Gateway: Listener name. When both Port (experimental) and SectionName
are specified, the name and port of the selected listener must match are specified, the name and port of the selected listener must match
both specified values. both specified values.
* Service: Port Name. When both Port (experimental) and SectionName * Service: Port name. When both Port (experimental) and SectionName
are specified, the name and port of the selected listener must match are specified, the name and port of the selected listener must match
both specified values. Note that attaching Routes to Services as Parents both specified values.
is part of experimental Mesh support and is not supported for any other
purpose.
Implementations MAY choose to support attaching Routes to other resources. Implementations MAY choose to support attaching Routes to other resources.
@ -1779,9 +1774,14 @@ spec:
name: name:
description: |- description: |-
Name of the referent. Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid? TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string type: string
default: ""
x-kubernetes-map-type: atomic x-kubernetes-map-type: atomic
nodeSelector: nodeSelector:
description: |- description: |-

View File

@ -737,7 +737,7 @@ spec:
* Gateway (Gateway conformance profile) * Gateway (Gateway conformance profile)
* Service (Mesh conformance profile, experimental, ClusterIP Services only) * Service (Mesh conformance profile, ClusterIP Services only)
This API may be extended in the future to support additional kinds of parent This API may be extended in the future to support additional kinds of parent
@ -772,7 +772,7 @@ spec:
* Gateway (Gateway conformance profile) * Gateway (Gateway conformance profile)
* Service (Mesh conformance profile, experimental, ClusterIP Services only) * Service (Mesh conformance profile, ClusterIP Services only)
Support for other resources is Implementation-Specific. Support for other resources is Implementation-Specific.
@ -859,9 +859,6 @@ spec:
Support: Extended Support: Extended
<gateway:experimental>
type: integer type: integer
format: int32 format: int32
maximum: 65535 maximum: 65535
@ -872,14 +869,12 @@ spec:
following resources, SectionName is interpreted as the following: following resources, SectionName is interpreted as the following:
* Gateway: Listener Name. When both Port (experimental) and SectionName * Gateway: Listener name. When both Port (experimental) and SectionName
are specified, the name and port of the selected listener must match are specified, the name and port of the selected listener must match
both specified values. both specified values.
* Service: Port Name. When both Port (experimental) and SectionName * Service: Port name. When both Port (experimental) and SectionName
are specified, the name and port of the selected listener must match are specified, the name and port of the selected listener must match
both specified values. Note that attaching Routes to Services as Parents both specified values.
is part of experimental Mesh support and is not supported for any other
purpose.
Implementations MAY choose to support attaching Routes to other resources. Implementations MAY choose to support attaching Routes to other resources.
@ -1886,9 +1881,14 @@ spec:
name: name:
description: |- description: |-
Name of the referent. Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid? TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string type: string
default: ""
x-kubernetes-map-type: atomic x-kubernetes-map-type: atomic
nodeSelector: nodeSelector:
description: |- description: |-

View File

@ -737,7 +737,7 @@ spec:
* Gateway (Gateway conformance profile) * Gateway (Gateway conformance profile)
* Service (Mesh conformance profile, experimental, ClusterIP Services only) * Service (Mesh conformance profile, ClusterIP Services only)
This API may be extended in the future to support additional kinds of parent This API may be extended in the future to support additional kinds of parent
@ -772,7 +772,7 @@ spec:
* Gateway (Gateway conformance profile) * Gateway (Gateway conformance profile)
* Service (Mesh conformance profile, experimental, ClusterIP Services only) * Service (Mesh conformance profile, ClusterIP Services only)
Support for other resources is Implementation-Specific. Support for other resources is Implementation-Specific.
@ -859,9 +859,6 @@ spec:
Support: Extended Support: Extended
<gateway:experimental>
type: integer type: integer
format: int32 format: int32
maximum: 65535 maximum: 65535
@ -872,14 +869,12 @@ spec:
following resources, SectionName is interpreted as the following: following resources, SectionName is interpreted as the following:
* Gateway: Listener Name. When both Port (experimental) and SectionName * Gateway: Listener name. When both Port (experimental) and SectionName
are specified, the name and port of the selected listener must match are specified, the name and port of the selected listener must match
both specified values. both specified values.
* Service: Port Name. When both Port (experimental) and SectionName * Service: Port name. When both Port (experimental) and SectionName
are specified, the name and port of the selected listener must match are specified, the name and port of the selected listener must match
both specified values. Note that attaching Routes to Services as Parents both specified values.
is part of experimental Mesh support and is not supported for any other
purpose.
Implementations MAY choose to support attaching Routes to other resources. Implementations MAY choose to support attaching Routes to other resources.
@ -1886,9 +1881,14 @@ spec:
name: name:
description: |- description: |-
Name of the referent. Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid? TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string type: string
default: ""
x-kubernetes-map-type: atomic x-kubernetes-map-type: atomic
nodeSelector: nodeSelector:
description: |- description: |-