Skip to content

Commit

Permalink
Update pkg/reconciler/reconciler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
mtesseract and joelanford committed Jan 13, 2022
1 parent 1c5cfd1 commit 361be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func SkipDependentWatches(skip bool) Option {
// SkipSchemeSetup is an Option that configures whether the the Manager's
// Scheme is to be set up in a generic way as part of the Reconciler setup.
//
// By default, skipping of the scheme setup is disabled.
// By default, scheme setup will not be skipped.
func SkipSchemeSetup(skip bool) Option {
return func(r *Reconciler) error {
r.skipSchemeSetup = skip
Expand Down

0 comments on commit 361be6a

Please sign in to comment.