Skip to content

Commit 5a2bc70

Browse files
mimowok8s-publishing-bot
authored andcommitted
Fix API comment for the FailIndex Job pod failure policy action
Kubernetes-commit: 1395e2e02c50010e3043a61836ffb27cc4fe6842
1 parent cca653e commit 5a2bc70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batch/v1/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const (
124124
// This is an action which might be taken on a pod failure - mark the
125125
// Job's index as failed to avoid restarts within this index. This action
126126
// can only be used when backoffLimitPerIndex is set.
127+
// This value is beta-level.
127128
PodFailurePolicyActionFailIndex PodFailurePolicyAction = "FailIndex"
128129

129130
// This is an action which might be taken on a pod failure - the counter towards

0 commit comments

Comments
 (0)