Skip to content

Commit 4c09604

Browse files
committed
feat: RolloutStepState add RolloutStepSkipped
1 parent 278352e commit 4c09604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rollout/v1alpha1/rollout_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,7 @@ const (
237237
// In Canary strategy, it occurs after the user confirms (Paused).
238238
// In Batch strategy, it occurs before the PreBatchStepHook.
239239
RolloutStepResourceRecycling RolloutStepState = "ResourceRecycling"
240+
241+
// RolloutStepSkipped indicates that the step is skipped.
242+
RolloutStepSkipped RolloutStepState = "Skipped"
240243
)

0 commit comments

Comments
 (0)