File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ func WithOverrideValues(overrides map[string]string) Option {
262262 }
263263}
264264
265- // WithDependentWatchesEnabled is an Option that configures whether the
265+ // SkipDependentWatches is an Option that configures whether the
266266// Reconciler will register watches for dependent objects in releases and
267267// trigger reconciliations when they change.
268268//
@@ -518,7 +518,7 @@ func WithControllerSetupFunc(f ControllerSetupFunc) Option {
518518}
519519
520520// ControllerSetup allows restricted access to the Controller using the WithControllerSetupFunc option.
521- // Currently the only supposed configuration is adding additional watchers do the controller.
521+ // Currently, the only supposed configuration is adding additional watches to the controller.
522522type ControllerSetup interface {
523523 // Watch takes events provided by a Source and uses the EventHandler to
524524 // enqueue reconcile.Requests in response to the events.
You can’t perform that action at this time.
0 commit comments