Fix API comment for the FailIndex Job pod failure policy action

This commit is contained in:
Michal Wozniak
2023-11-06 17:47:13 +01:00
parent cf4d031dbb
commit 1395e2e02c
3 changed files with 3 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ const (
// This is an action which might be taken on a pod failure - mark the
// Job's index as failed to avoid restarts within this index. This action
// can only be used when backoffLimitPerIndex is set.
// This value is alpha-level.
// This value is beta-level.
PodFailurePolicyActionFailIndex PodFailurePolicyAction = "FailIndex"
// This is an action which might be taken on a pod failure - the counter towards