mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-02 15:45:09 +00:00
fix word comment to common
Kubernetes-commit: 3e31933471e015a860e1967acfe730bb35422f17
This commit is contained in:
committed by
Kubernetes Publisher
parent
dbfa30b9d9
commit
1816a40bbb
2
tools/cache/reflector.go
vendored
2
tools/cache/reflector.go
vendored
@@ -69,7 +69,7 @@ type Reflector struct {
|
||||
|
||||
// backoff manages backoff of ListWatch
|
||||
backoffManager wait.BackoffManager
|
||||
// initConnBackoffManager manages backoff the initial connection with the Watch calll of ListAndWatch.
|
||||
// initConnBackoffManager manages backoff the initial connection with the Watch call of ListAndWatch.
|
||||
initConnBackoffManager wait.BackoffManager
|
||||
|
||||
resyncPeriod time.Duration
|
||||
|
Reference in New Issue
Block a user