mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-20 08:03:21 +00:00
gofmt reflector.go
Kubernetes-commit: 729337ec7e4251708b75f45ad40b7fa55ad14dd5
This commit is contained in:
parent
a1b3b98c4b
commit
4aedce0891
2
tools/cache/reflector.go
vendored
2
tools/cache/reflector.go
vendored
@ -68,7 +68,7 @@ type Reflector struct {
|
||||
listerWatcher ListerWatcher
|
||||
// period controls timing between an unsuccessful watch ending and
|
||||
// the beginning of the next list.
|
||||
period time.Duration
|
||||
period time.Duration
|
||||
// The period at which ShouldResync is invoked
|
||||
resyncPeriod time.Duration
|
||||
// ShouldResync is invoked periodically and whenever it returns `true` the Store's Resync operation is invoked
|
||||
|
Loading…
Reference in New Issue
Block a user