mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Refactor Canary status
- add status phases (Initialized, Progressing, Succeeded, Failed) - rename status revision to LastAppliedSpec
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
||||
additionalPrinterColumns:
|
||||
- name: Status
|
||||
type: string
|
||||
JSONPath: .status.state
|
||||
JSONPath: .status.phase
|
||||
- name: LastTransitionTime
|
||||
type: string
|
||||
JSONPath: .status.lastTransitionTime
|
||||
|
||||
Reference in New Issue
Block a user