Merge pull request #118278 from mimowo/fix-pod-failure-policy-comments

Update podFailurePolicy comment from alpha-level to beta
This commit is contained in:
Kubernetes Prow Robot 2023-06-12 13:46:49 -07:00 committed by GitHub
commit 1de217b095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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