Refactor Canary status

- add status phases (Initialized, Progressing, Succeeded, Failed)
- rename status revision to LastAppliedSpec
This commit is contained in:
stefanprodan
2019-01-16 15:06:38 +02:00
parent 9872e6bc16
commit acdd2c46d5
8 changed files with 47 additions and 38 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
additionalPrinterColumns:
- name: Status
type: string
JSONPath: .status.state
JSONPath: .status.phase
- name: LastTransitionTime
type: string
JSONPath: .status.lastTransitionTime