Skip to content

Commit a6c8fb3

Browse files
authored
Merge pull request kubernetes#130062 from mimowo/fix-failindex-comment
Fix comment for FailIndex as JobBackoffLimitPerIndex is beta
2 parents 15a186a + 523ed54 commit a6c8fb3

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)