From 5a2bc70e6e3c9eba8ccba88c6d4b01edcebc3580 Mon Sep 17 00:00:00 2001 From: Michal Wozniak Date: Mon, 6 Nov 2023 17:47:13 +0100 Subject: [PATCH] Fix API comment for the FailIndex Job pod failure policy action Kubernetes-commit: 1395e2e02c50010e3043a61836ffb27cc4fe6842 --- batch/v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/batch/v1/types.go b/batch/v1/types.go index 3ebc61e39c..00759d561d 100644 --- a/batch/v1/types.go +++ b/batch/v1/types.go @@ -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