mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
gofmt reflector.go
This commit is contained in:
parent
ae53a008cb
commit
729337ec7e
@ -68,7 +68,7 @@ type Reflector struct {
|
|||||||
listerWatcher ListerWatcher
|
listerWatcher ListerWatcher
|
||||||
// period controls timing between an unsuccessful watch ending and
|
// period controls timing between an unsuccessful watch ending and
|
||||||
// the beginning of the next list.
|
// the beginning of the next list.
|
||||||
period time.Duration
|
period time.Duration
|
||||||
// The period at which ShouldResync is invoked
|
// The period at which ShouldResync is invoked
|
||||||
resyncPeriod time.Duration
|
resyncPeriod time.Duration
|
||||||
// ShouldResync is invoked periodically and whenever it returns `true` the Store's Resync operation is invoked
|
// ShouldResync is invoked periodically and whenever it returns `true` the Store's Resync operation is invoked
|
||||||
|
Loading…
Reference in New Issue
Block a user