diff --git a/pkg/apis/batch/types.go b/pkg/apis/batch/types.go index aa9874507db..5ef5feb134b 100644 --- a/pkg/apis/batch/types.go +++ b/pkg/apis/batch/types.go @@ -226,8 +226,8 @@ type PodFailurePolicyRule struct { // running pods are terminated. // - FailIndex: indicates that the pod's index is marked as Failed and will // not be restarted. - // This value is alpha-level. It can be used when the - // `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). // - Ignore: indicates that the counter towards the .backoffLimit is not // incremented and a replacement pod is created. // - Count: indicates that the pod is handled in the default way - the