Merge pull request #130062 from mimowo/fix-failindex-comment

Fix comment for FailIndex as JobBackoffLimitPerIndex is beta
This commit is contained in:
Kubernetes Prow Robot 2025-02-10 08:21:57 -08:00 committed by GitHub
commit a6c8fb33c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,8 +226,8 @@ type PodFailurePolicyRule struct {
// running pods are terminated.
// - FailIndex: indicates that the pod's index is marked as Failed and will
// not be restarted.
// This value is alpha-level. It can be used when the
// `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).
// This value is beta-level. It can be used when the
// `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).
// - Ignore: indicates that the counter towards the .backoffLimit is not
// incremented and a replacement pod is created.
// - Count: indicates that the pod is handled in the default way - the