File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,10 @@ type Options struct {
76
76
// MapperProvider provides the rest mapper used to map go types to Kubernetes APIs
77
77
MapperProvider func (c * rest.Config ) (meta.RESTMapper , error )
78
78
79
- // SyncPeriod determines the minimum frequency at which watched objects are
80
- // reconciled. A lower period will correct entropy more quickly but reduce
81
- // responsiveness to change. Choose a low value if reconciles are fast and/or
82
- // there are few objects to reconcile. Choose a high value if reconciles are
83
- // slow and/or there are many object to reconcile. Defaults to 10 hours if
84
- // unset.
79
+ // SyncPeriod determines the minimum frequency at which watched resources are
80
+ // reconciled. A lower period will correct entropy more quickly, but reduce
81
+ // responsiveness to change if there are many watched resources. Change this
82
+ // value only if you know what you are doing. Defaults to 10 hours if unset.
85
83
SyncPeriod * time.Duration
86
84
87
85
// Dependency injection for testing
You can’t perform that action at this time.
0 commit comments