Skip to content

Commit

Permalink
build(kustomize): support for Tenant state
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Jul 5, 2021
1 parent ef75d04 commit cb9b560
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/crd/bases/capsule.clastix.io_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,10 @@ spec:
subresources:
status: {}
- additionalPrinterColumns:
- description: The actual state of the Tenant
jsonPath: .status.state
name: State
type: string
- description: The max amount of Namespaces can be created
jsonPath: .spec.namespaceQuota
name: Namespace quota
Expand Down Expand Up @@ -1135,8 +1139,15 @@ spec:
type: array
size:
type: integer
state:
default: active
enum:
- cordoned
- active
type: string
required:
- size
- state
type: object
type: object
served: true
Expand Down

0 comments on commit cb9b560

Please sign in to comment.