mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add Waiting canary status phase
means the canary rollout is paused (waiting for confirmation to proceed)
This commit is contained in:
@@ -43,6 +43,8 @@ const (
|
||||
// CanaryPhaseInitialized means the primary deployment, hpa and ClusterIP services
|
||||
// have been created along with the service mesh or ingress objects
|
||||
CanaryPhaseInitialized CanaryPhase = "Initialized"
|
||||
// CanaryPhaseWaiting means the canary rollout is paused (waiting for confirmation to proceed)
|
||||
CanaryPhaseWaiting CanaryPhase = "Waiting"
|
||||
// CanaryPhaseProgressing means the canary analysis is underway
|
||||
CanaryPhaseProgressing CanaryPhase = "Progressing"
|
||||
// CanaryPhaseSucceeded means the canary analysis has been successful
|
||||
|
||||
Reference in New Issue
Block a user