Skip to content

Commit

Permalink
Update pkg/apis/flagger/v1beta1/status.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sanskar Jaiswal <hey@aryan.lol>
  • Loading branch information
andylibrian and aryan9600 committed Aug 11, 2022
1 parent 7a4edef commit b2238ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/flagger/v1beta1/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
CanaryPhaseWaiting CanaryPhase = "Waiting"
// CanaryPhaseProgressing means the canary analysis is underway
CanaryPhaseProgressing CanaryPhase = "Progressing"
// CanaryPhaseWaitingTrafficIncrease means the canary advancement is paused (waiting for confirmation to proceed)
// CanaryPhaseWaitingTrafficIncrease means the canary advancement is paused and is waiting for confirmation to increase traffic to the canary.
CanaryPhaseWaitingTrafficIncrease CanaryPhase = "WaitingTrafficIncrease"
// CanaryPhaseWaitingPromotion means the canary promotion is paused (waiting for confirmation to proceed)
CanaryPhaseWaitingPromotion CanaryPhase = "WaitingPromotion"
Expand Down

0 comments on commit b2238ef

Please sign in to comment.