diff --git a/rollout/v1alpha1/rollout_types.go b/rollout/v1alpha1/rollout_types.go index 1edb1ac..db11463 100644 --- a/rollout/v1alpha1/rollout_types.go +++ b/rollout/v1alpha1/rollout_types.go @@ -237,4 +237,7 @@ const ( // In Canary strategy, it occurs after the user confirms (Paused). // In Batch strategy, it occurs before the PreBatchStepHook. RolloutStepResourceRecycling RolloutStepState = "ResourceRecycling" + + // RolloutStepSkipped indicates that the step is skipped. + RolloutStepSkipped RolloutStepState = "Skipped" )