Update podFailurePolicy comment from alpha-level to beta

This commit is contained in:
Michal Wozniak 2023-05-26 10:24:36 +02:00
parent 2e306e9632
commit 926bc9bf8e

View File

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