We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278352e commit 4c09604Copy full SHA for 4c09604
rollout/v1alpha1/rollout_types.go
@@ -237,4 +237,7 @@ const (
237
// In Canary strategy, it occurs after the user confirms (Paused).
238
// In Batch strategy, it occurs before the PreBatchStepHook.
239
RolloutStepResourceRecycling RolloutStepState = "ResourceRecycling"
240
+
241
+ // RolloutStepSkipped indicates that the step is skipped.
242
+ RolloutStepSkipped RolloutStepState = "Skipped"
243
)
0 commit comments