mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 12:36:39 +00:00
build(kustomize): support for Tenant state
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user