mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
introduction of finalizer
This commit is contained in:
@@ -57,6 +57,12 @@ const (
|
||||
// CanaryPhaseFailed means the canary analysis failed
|
||||
// and the canary deployment has been scaled to zero
|
||||
CanaryPhaseFailed CanaryPhase = "Failed"
|
||||
// CanaryPhaseTerminating means the canary has been marked
|
||||
// for deletion and in the finalizing state
|
||||
CanaryPhaseTerminating CanaryPhase = "Terminating"
|
||||
// CanaryPhaseTerminated means the canary has been finalized
|
||||
// and successfully deleted
|
||||
CanaryPhaseTerminated CanaryPhase = "Terminated"
|
||||
)
|
||||
|
||||
// CanaryStatus is used for state persistence (read-only)
|
||||
|
||||
Reference in New Issue
Block a user