Skip to content

Commit

Permalink
drop job-name from labels as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Aug 9, 2024
1 parent a96000a commit 2da9288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/jobset/v1alpha2/jobset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const (
ReplicatedJobNameKey string = "jobset.sigs.k8s.io/replicatedjob-name"
JobIndexKey string = "jobset.sigs.k8s.io/job-index"
JobKey string = "jobset.sigs.k8s.io/job-key"
JobNameKey string = "job-name" // TODO(#26): Migrate to the fully qualified label name.
// ExclusiveKey is an annotation that can be set on the JobSet or on a ReplicatedJob template.
// If set at the JobSet level, all child jobs from all ReplicatedJobs will be scheduled using exclusive
// job placement per topology group (defined as the label value).
Expand Down

0 comments on commit 2da9288

Please sign in to comment.