Add Waiting canary status phase

means the canary rollout is paused (waiting for confirmation to proceed)
This commit is contained in:
stefanprodan
2019-07-24 12:00:04 +03:00
parent a0a4d4cfc5
commit dfdcfed26e
5 changed files with 8 additions and 0 deletions
+2
View File
@@ -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