Skip to content

Commit

Permalink
Update comment for JobSetManager to no longer reference LabelManagedBy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Edwins committed Mar 28, 2024
1 parent a10faa1 commit a82e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobset/v1alpha2/jobset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
NamespacedJobKey string = "alpha.jobset.sigs.k8s.io/namespaced-job"
NoScheduleTaintKey string = "alpha.jobset.sigs.k8s.io/no-schedule"

// JobSetManager is used as the value for LabelManagedBy to identify the jobset controller manager
// JobSetManager is used as the value for ManagedBy to identify the jobset controller manager
// as the manager of a specific JobSet.
JobSetManager = "jobset"
)
Expand Down

0 comments on commit a82e440

Please sign in to comment.