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 62bd318 commit 77dfc82Copy full SHA for 77dfc82
pkg/controllers/utils.go
@@ -22,7 +22,7 @@ const (
22
LabelServiceImportName = "multicluster.kubernetes.io/service-name"
23
24
// LabelEntityManagedBy indicates the name of the entity that manages the EndpointSlice.
25
- LabelEntityManagedBy = "multicluster.kubernetes.io/managed-by"
+ LabelEntityManagedBy = "endpointslice.kubernetes.io/managed-by"
26
27
// ValueEntityManagedBy indicates the name of the entity that manages the EndpointSlice.
28
ValueEntityManagedBy = "aws-cloud-map-mcs-controller-for-k8s"
0 commit comments