chore(kustomize): adding required omitempty for ux

This commit is contained in:
Dario Tranchitella
2023-01-28 11:42:34 +01:00
parent 8e827b2f5b
commit 1b51a4777d
2 changed files with 0 additions and 10 deletions
@@ -2131,8 +2131,6 @@ spec:
- Namespace
- Disabled
type: string
required:
- allowWildcardHostnames
type: object
limitRanges:
description: Specifies the resource min/max usage restrictions to
@@ -2267,9 +2265,6 @@ spec:
format: int32
minimum: 1
type: integer
required:
- forbiddenAnnotations
- forbiddenLabels
type: object
networkPolicies:
description: Specifies the NetworkPolicies assigned to the Tenant.
-5
View File
@@ -1997,8 +1997,6 @@ spec:
- Namespace
- Disabled
type: string
required:
- allowWildcardHostnames
type: object
limitRanges:
description: Specifies the resource min/max usage restrictions to the Tenant. The assigned values are inherited by any namespace created in the Tenant. Optional.
@@ -2109,9 +2107,6 @@ spec:
format: int32
minimum: 1
type: integer
required:
- forbiddenAnnotations
- forbiddenLabels
type: object
networkPolicies:
description: Specifies the NetworkPolicies assigned to the Tenant. The assigned NetworkPolicies are inherited by any namespace created in the Tenant. Optional.