Skip to content

Commit

Permalink
build(helm): 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 cb9b560 commit 4d34a9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/capsule/crds/tenant-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,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 @@ -1693,8 +1697,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 4d34a9e

Please sign in to comment.