From 8eacb1107fe767deb50607dafa4555c3542360d0 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Tue, 7 Mar 2023 13:43:45 -0500 Subject: [PATCH] Correct label comment Signed-off-by: Andy Goldstein --- sdk/apis/scheduling/v1alpha1/types_location.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/apis/scheduling/v1alpha1/types_location.go b/sdk/apis/scheduling/v1alpha1/types_location.go index 1b7cf4f964f..d69211d31f1 100644 --- a/sdk/apis/scheduling/v1alpha1/types_location.go +++ b/sdk/apis/scheduling/v1alpha1/types_location.go @@ -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" )