Merge pull request #118278 from mimowo/fix-pod-failure-policy-comments
Update podFailurePolicy comment from alpha-level to beta
This commit is contained in:
commit
1de217b095
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user