Skip to content

Commit ff2bf05

Browse files
tenzen-yk8s-publishing-bot
authored andcommitted
Job: Add the CompletionsReached reason to the SuccessCriteriaMet condition
Signed-off-by: Yuki Iwai <[email protected]> Kubernetes-commit: 594490fd77b838f37dff292f55b4cb10d0f57ca3
1 parent b689d90 commit ff2bf05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

batch/v1/types.go

+5
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,11 @@ const (
651651
// https://kep.k8s.io/3998
652652
// This is currently an alpha field.
653653
JobReasonSuccessPolicy string = "SuccessPolicy"
654+
// JobReasonCompletionsReached reason indicates a SuccessCriteriaMet condition is added due to
655+
// a number of succeeded Job pods met completions.
656+
// - https://kep.k8s.io/3998
657+
// This is currently a beta field.
658+
JobReasonCompletionsReached string = "CompletionsReached"
654659
)
655660

656661
// JobCondition describes current state of a job.

0 commit comments

Comments
 (0)