feat: remove buntdb dep
This commit is contained in:
14
crds.yaml
14
crds.yaml
@@ -71,10 +71,22 @@ spec:
|
||||
type: string
|
||||
error:
|
||||
type: string
|
||||
lastSavepointPath:
|
||||
type: string
|
||||
lifeCycleStatus:
|
||||
type: string
|
||||
savepointTriggerId:
|
||||
type: string
|
||||
lastSavepointDate:
|
||||
type: string
|
||||
format: time
|
||||
additionalPrinterColumns:
|
||||
- name: Status
|
||||
type: string
|
||||
jsonPath: .status.jobStatus
|
||||
- name: Age
|
||||
type: date
|
||||
jsonPath: .metadata.creationTimestamp
|
||||
jsonPath: .metadata.creationTimestamp
|
||||
- name: LifeCycleStatus
|
||||
type: string
|
||||
jsonPath: .status.lifeCycleStatus
|
||||
Reference in New Issue
Block a user