We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99768c6 commit 9cbc8f5Copy full SHA for 9cbc8f5
pkg/apis/batch/v1alpha1/labels.go
@@ -19,6 +19,8 @@ package v1alpha1
19
const (
20
// TaskSpecKey task spec key used in pod annotation
21
TaskSpecKey = "volcano.sh/task-spec"
22
+ // TaskIndexKey task index key used in pod annotation
23
+ TaskIndexKey = "volcano.sh/task-index"
24
// JobNameKey job name key used in pod annotation / labels
25
JobNameKey = "volcano.sh/job-name"
26
// QueueNameKey queue name key used in pod annotation / labels
0 commit comments