mirror of https://github.com/volcano-sh/apis.git
added pod annotation key: JobRetryCountKey = volcano.sh/job-retry-count
Feat #127 Signed-off-by: belo4ya <41exey.kov41ev@gmail.com>
This commit is contained in:
parent
ec5af0be72
commit
34e43a8378
|
|
@ -33,6 +33,8 @@ const (
|
|||
JobVersion = "volcano.sh/job-version"
|
||||
// JobTypeKey job type key used in labels
|
||||
JobTypeKey = "volcano.sh/job-type"
|
||||
// JobRetryCountKey job retry count key used in pod annotation
|
||||
JobRetryCountKey = "volcano.sh/job-retry-count"
|
||||
// PodgroupNamePrefix podgroup name prefix
|
||||
PodgroupNamePrefix = "podgroup-"
|
||||
// PodTemplateKey type specify a equivalence pod class
|
||||
|
|
|
|||
Loading…
Reference in New Issue