From 926bc9bf8e52486465dd3a7ddca3fd7653a40572 Mon Sep 17 00:00:00 2001 From: Michal Wozniak Date: Fri, 26 May 2023 10:24:36 +0200 Subject: [PATCH] Update podFailurePolicy comment from alpha-level to beta --- pkg/apis/batch/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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