Rename job completion index annotation to not contain alpha

This commit is contained in:
Aldo Culquicondor
2021-03-11 19:25:11 +00:00
parent 35061acc28
commit ae0ac3109e
5 changed files with 6 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ type JobSpec struct {
//
// `Indexed` means that the Pods of a
// Job get an associated completion index from 0 to (.spec.completions - 1),
// available in the annotation batch.alpha.kubernetes.io/job-completion-index.
// available in the annotation batch.kubernetes.io/job-completion-index.
// The Job is considered complete when there is one successfully completed Pod
// for each index.
// When value is `Indexed`, .spec.completions must be specified and