Skip to content

Commit 523ed54

Browse files
committed
Fix comment for FailIndex as JobBackoffLimitPerIndex is beta
1 parent b7c55c2 commit 523ed54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/apis/batch/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ type PodFailurePolicyRule struct {
226226
// running pods are terminated.
227227
// - FailIndex: indicates that the pod's index is marked as Failed and will
228228
// not be restarted.
229-
// This value is alpha-level. It can be used when the
230-
// `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).
229+
// This value is beta-level. It can be used when the
230+
// `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).
231231
// - Ignore: indicates that the counter towards the .backoffLimit is not
232232
// incremented and a replacement pod is created.
233233
// - Count: indicates that the pod is handled in the default way - the

0 commit comments

Comments
 (0)