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.
2 parents 15a186a + 523ed54 commit a6c8fb3Copy full SHA for a6c8fb3
pkg/apis/batch/types.go
@@ -226,8 +226,8 @@ type PodFailurePolicyRule struct {
226
// running pods are terminated.
227
// - FailIndex: indicates that the pod's index is marked as Failed and will
228
// not be restarted.
229
- // This value is alpha-level. It can be used when the
230
- // `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).
+ // This value is beta-level. It can be used when the
+ // `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).
231
// - Ignore: indicates that the counter towards the .backoffLimit is not
232
// incremented and a replacement pod is created.
233
// - Count: indicates that the pod is handled in the default way - the
0 commit comments