diff --git a/pkg/apis/batch/types.go b/pkg/apis/batch/types.go index dbddde490a1..fe5b451c6a8 100644 --- a/pkg/apis/batch/types.go +++ b/pkg/apis/batch/types.go @@ -251,8 +251,8 @@ type JobSpec struct { // checked against the backoffLimit. This field cannot be used in combination // with .spec.podTemplate.spec.restartPolicy=OnFailure. // - // This field is alpha-level. To use this field, you must enable the - // `JobPodFailurePolicy` feature gate (disabled by default). + // This field is beta-level. It can be used when the `JobPodFailurePolicy` + // feature gate is enabled (enabled by default). // +optional PodFailurePolicy *PodFailurePolicy