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
commit 11ff3fbeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ const (
// name: '*' // name: '*'
// namespace: kube-system // namespace: kube-system
EndpointsLeasesResourceLock = "endpointsleases" 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 // API Priority & Fairness is configured with non-default flow-schema
// that will catch the necessary operations on leader-election related // that will catch the necessary operations on leader-election related
// configmap objects. // configmap objects.