8000
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 cca653e commit 5a2bc70Copy full SHA for 5a2bc70
batch/v1/types.go
@@ -124,6 +124,7 @@ const (
124
// This is an action which might be taken on a pod failure - mark the
125
// Job's index as failed to avoid restarts within this index. This action
126
// can only be used when backoffLimitPerIndex is set.
127
+ // This value is beta-level.
128
PodFailurePolicyActionFailIndex PodFailurePolicyAction = "FailIndex"
129
130
// This is an action which might be taken on a pod failure - the counter towards
0 commit comments