Skip to content

Commit

Permalink
chore(kustomize): update kustomize crd
Browse files Browse the repository at this point in the history
Signed-off-by: Siarhei Rasiukevich <[email protected]>
  • Loading branch information
CharlieR-o-o-t committed Nov 24, 2023
1 parent 35eeb4a commit 7ce0796
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,26 @@ spec:
required:
- allowed
type: object
forbiddenAnnotations:
description: Define the annotations that a Tenant Owner cannot set for their Service resources.
properties:
denied:
items:
type: string
type: array
deniedRegex:
type: string
type: object
forbiddenLabels:
description: Define the labels that a Tenant Owner cannot set for their Service resources.
properties:
denied:
items:
type: string
type: array
deniedRegex:
type: string
type: object
type: object
storageClasses:
description: Specifies the allowed StorageClasses assigned to the Tenant. Capsule assures that all PersistentVolumeClaim resources created in the Tenant can use only one of the allowed StorageClasses. Optional.
Expand Down Expand Up @@ -2632,6 +2652,26 @@ spec:
required:
- allowed
type: object
forbiddenAnnotations:
description: Define the annotations that a Tenant Owner cannot set for their Service resources.
properties:
denied:
items:
type: string
type: array
deniedRegex:
type: string
type: object
forbiddenLabels:
description: Define the labels that a Tenant Owner cannot set for their Service resources.
properties:
denied:
items:
type: string
type: array
deniedRegex:
type: string
type: object
type: object
storageClasses:
description: Specifies the allowed StorageClasses assigned to the Tenant. Capsule assures that all PersistentVolumeClaim resources created in the Tenant can use only one of the allowed StorageClasses. A default value can be specified, and all the PersistentVolumeClaim resources created will inherit the declared class. Optional.
Expand Down

0 comments on commit 7ce0796

Please sign in to comment.