mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
fix sharedInformer doc
This commit is contained in:
parent
eb729620c5
commit
9d84ffafd0
@ -694,9 +694,9 @@ type processorListener struct {
|
|||||||
// full resync from the shared informer, but modified by two
|
// full resync from the shared informer, but modified by two
|
||||||
// adjustments. One is imposing a lower bound,
|
// adjustments. One is imposing a lower bound,
|
||||||
// `minimumResyncPeriod`. The other is another lower bound, the
|
// `minimumResyncPeriod`. The other is another lower bound, the
|
||||||
// sharedProcessor's `resyncCheckPeriod`, that is imposed (a) only
|
// sharedIndexInformer's `resyncCheckPeriod`, that is imposed (a) only
|
||||||
// in AddEventHandlerWithResyncPeriod invocations made after the
|
// in AddEventHandlerWithResyncPeriod invocations made after the
|
||||||
// sharedProcessor starts and (b) only if the informer does
|
// sharedIndexInformer starts and (b) only if the informer does
|
||||||
// resyncs at all.
|
// resyncs at all.
|
||||||
requestedResyncPeriod time.Duration
|
requestedResyncPeriod time.Duration
|
||||||
// resyncPeriod is the threshold that will be used in the logic
|
// resyncPeriod is the threshold that will be used in the logic
|
||||||
|
Loading…
Reference in New Issue
Block a user