mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-17 23:57:52 +00:00
fix typo of rate limiter
Kubernetes-commit: 7953cf0ce9f890b6cba7de3325a7ce68609832a0
This commit is contained in:
committed by
Kubernetes Publisher
parent
e88163c224
commit
9d15ff74ca
@@ -143,7 +143,7 @@ type LeaderElectionConfig struct {
|
||||
Callbacks LeaderCallbacks
|
||||
|
||||
// WatchDog is the associated health checker
|
||||
// WatchDog may be null if its not needed/configured.
|
||||
// WatchDog may be null if it's not needed/configured.
|
||||
WatchDog *HealthzAdaptor
|
||||
|
||||
// ReleaseOnCancel should be set true if the lock should be released
|
||||
|
Reference in New Issue
Block a user