Skip to content

Commit

Permalink
Fix API comment for the FailIndex Job pod failure policy action
Browse files Browse the repository at this point in the history
Kubernetes-commit: 1395e2e02c50010e3043a61836ffb27cc4fe6842
  • Loading branch information
mimowo authored and k8s-publishing-bot committed Nov 6, 2023
1 parent cca653e commit 5a2bc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batch/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,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 beta-level.
PodFailurePolicyActionFailIndex PodFailurePolicyAction = "FailIndex"

// This is an action which might be taken on a pod failure - the counter towards
Expand Down

0 comments on commit 5a2bc70

Please sign in to comment.