From 22b5a3dbc28a65d42e7eeb4912c340f76f3fa021 Mon Sep 17 00:00:00 2001 From: Siarhei Rasiukevich Date: Wed, 15 Nov 2023 17:06:10 +0200 Subject: [PATCH] docs: add forbiddenAnnotations/forbiddenLabels for servicdeOptions --- docs/content/general/crds-apis.md | 160 ++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) diff --git a/docs/content/general/crds-apis.md b/docs/content/general/crds-apis.md index 696a41eba..f017b3c5c 100644 --- a/docs/content/general/crds-apis.md +++ b/docs/content/general/crds-apis.md @@ -4756,6 +4756,20 @@ Specifies options for the Service, such as additional metadata or block of certa Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means no IPs are allowed. Optional.
false + + forbiddenAnnotations + object + + Define the annotations that a Tenant Owner cannot set for their Service resources.
+ + false + + forbiddenLabels + object + + Define the labels that a Tenant Owner cannot set for their Service resources.
+ + false @@ -4865,6 +4879,72 @@ Specifies the external IPs that can be used in Services with type ClusterIP. An +### Tenant.spec.serviceOptions.forbiddenAnnotations + + + +Define the annotations that a Tenant Owner cannot set for their Service resources. + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
denied[]string +
+
false
deniedRegexstring +
+
false
+ + +### Tenant.spec.serviceOptions.forbiddenLabels + + + +Define the labels that a Tenant Owner cannot set for their Service resources. + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
denied[]string +
+
false
deniedRegexstring +
+
false
+ + ### Tenant.spec.storageClasses @@ -6615,6 +6695,20 @@ Specifies options for the Service, such as additional metadata or block of certa Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means no IPs are allowed. Optional.
false + + forbiddenAnnotations + object + + Define the annotations that a Tenant Owner cannot set for their Service resources.
+ + false + + forbiddenLabels + object + + Define the labels that a Tenant Owner cannot set for their Service resources.
+ + false @@ -6724,6 +6818,72 @@ Specifies the external IPs that can be used in Services with type ClusterIP. An +### Tenant.spec.serviceOptions.forbiddenAnnotations + + + +Define the annotations that a Tenant Owner cannot set for their Service resources. + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
denied[]string +
+
false
deniedRegexstring +
+
false
+ + +### Tenant.spec.serviceOptions.forbiddenLabels + + + +Define the labels that a Tenant Owner cannot set for their Service resources. + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
denied[]string +
+
false
deniedRegexstring +
+
false
+ + ### Tenant.spec.storageClasses