From d8596068c694eee17f8bc4bf61721e27811705e7 Mon Sep 17 00:00:00 2001 From: Clayton Gonsalves Date: Wed, 11 Oct 2023 11:28:43 +0200 Subject: [PATCH] make gen Signed-off-by: Clayton Gonsalves --- examples/contour/01-crds.yaml | 12 ++++++------ examples/render/contour-deployment.yaml | 12 ++++++------ examples/render/contour-gateway-provisioner.yaml | 12 ++++++------ examples/render/contour-gateway.yaml | 12 ++++++------ examples/render/contour.yaml | 12 ++++++------ site/content/docs/main/config/api-reference.html | 4 ++-- 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/examples/contour/01-crds.yaml b/examples/contour/01-crds.yaml index 0fcff61efc0..a2504a035c1 100644 --- a/examples/contour/01-crds.yaml +++ b/examples/contour/01-crds.yaml @@ -449,10 +449,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour features. - available toggles are useEndpointSlices - configures contour to + description: 'FeatureFlags defines toggle to enable new contour features. + Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false - and reading endpoint data from the k8s endpoints. + and reading endpoint data from the k8s endpoints.' items: type: string type: array @@ -3907,10 +3907,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour - features. available toggles are useEndpointSlices - configures + description: 'FeatureFlags defines toggle to enable new contour + features. Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults - to false and reading endpoint data from the k8s endpoints. + to false and reading endpoint data from the k8s endpoints.' items: type: string type: array diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 45293b69c8a..ae35ab26b04 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -668,10 +668,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour features. - available toggles are useEndpointSlices - configures contour to + description: 'FeatureFlags defines toggle to enable new contour features. + Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false - and reading endpoint data from the k8s endpoints. + and reading endpoint data from the k8s endpoints.' items: type: string type: array @@ -4126,10 +4126,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour - features. available toggles are useEndpointSlices - configures + description: 'FeatureFlags defines toggle to enable new contour + features. Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults - to false and reading endpoint data from the k8s endpoints. + to false and reading endpoint data from the k8s endpoints.' items: type: string type: array diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index dd25fb86ddc..b46aedc8739 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -460,10 +460,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour features. - available toggles are useEndpointSlices - configures contour to + description: 'FeatureFlags defines toggle to enable new contour features. + Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false - and reading endpoint data from the k8s endpoints. + and reading endpoint data from the k8s endpoints.' items: type: string type: array @@ -3918,10 +3918,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour - features. available toggles are useEndpointSlices - configures + description: 'FeatureFlags defines toggle to enable new contour + features. Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults - to false and reading endpoint data from the k8s endpoints. + to false and reading endpoint data from the k8s endpoints.' items: type: string type: array diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index 9361e271020..1bae98d480a 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -671,10 +671,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour features. - available toggles are useEndpointSlices - configures contour to + description: 'FeatureFlags defines toggle to enable new contour features. + Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false - and reading endpoint data from the k8s endpoints. + and reading endpoint data from the k8s endpoints.' items: type: string type: array @@ -4129,10 +4129,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour - features. available toggles are useEndpointSlices - configures + description: 'FeatureFlags defines toggle to enable new contour + features. Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults - to false and reading endpoint data from the k8s endpoints. + to false and reading endpoint data from the k8s endpoints.' items: type: string type: array diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index f170e45e36e..2f28c49d656 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -668,10 +668,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour features. - available toggles are useEndpointSlices - configures contour to + description: 'FeatureFlags defines toggle to enable new contour features. + Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false - and reading endpoint data from the k8s endpoints. + and reading endpoint data from the k8s endpoints.' items: type: string type: array @@ -4126,10 +4126,10 @@ spec: type: object type: object featureFlags: - description: FeatureFlags defines toggle to enable new contour - features. available toggles are useEndpointSlices - configures + description: 'FeatureFlags defines toggle to enable new contour + features. Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults - to false and reading endpoint data from the k8s endpoints. + to false and reading endpoint data from the k8s endpoints.' items: type: string type: array diff --git a/site/content/docs/main/config/api-reference.html b/site/content/docs/main/config/api-reference.html index 902d48f9449..0924f40586a 100644 --- a/site/content/docs/main/config/api-reference.html +++ b/site/content/docs/main/config/api-reference.html @@ -5145,7 +5145,7 @@

ContourConfiguration

FeatureFlags defines toggle to enable new contour features. -available toggles are +Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false and reading endpoint data from the k8s endpoints.

@@ -5905,7 +5905,7 @@

ContourConfiguratio

FeatureFlags defines toggle to enable new contour features. -available toggles are +Available toggles are: useEndpointSlices - configures contour to fetch endpoint data from k8s endpoint slices. defaults to false and reading endpoint data from the k8s endpoints.