Merge pull request #116090 from abserari/patch-1

Typo: fix EndpointsLeasesResourceLock ->ConfigMapsLeasesResourceLock
This commit is contained in:
Kubernetes Prow Robot
2023-02-28 16:07:16 -08:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ const (
// name: '*'
// namespace: kube-system
EndpointsLeasesResourceLock = "endpointsleases"
// When using EndpointsLeasesResourceLock, you need to ensure that
// When using ConfigMapsLeasesResourceLock, you need to ensure that
// API Priority & Fairness is configured with non-default flow-schema
// that will catch the necessary operations on leader-election related
// configmap objects.