Skip to content

Commit

Permalink
Correct label comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <[email protected]>
  • Loading branch information
ncdc committed Mar 31, 2023
1 parent 5e384c8 commit 8eacb11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/apis/scheduling/v1alpha1/types_location.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const (
// representation of the location labels in order to use them in a table column in the CLI.
LocationLabelsStringAnnotationKey = "scheduling.kcp.io/labels"

// PlacementAnnotationKey is the label key for the label holding a PlacementAnnotation struct.
// PlacementAnnotationKey is the label key for a namespace that indicates the namespace's labels match the selector
// in at least one ready Placement.
PlacementAnnotationKey = "scheduling.kcp.io/placement"
)

Expand Down

0 comments on commit 8eacb11

Please sign in to comment.