We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bb8e4 commit d603fafCopy full SHA for d603faf
pkg/component/reconciler.go
@@ -119,7 +119,7 @@ type ReconcilerOptions struct {
119
// SchemeBuilder allows to define additional schemes to be made available in the
120
// target client.
121
SchemeBuilder types.SchemeBuilder
122
- // NewClientFunc allows to modify or replace the default client used by the reconciler.
+ // NewClient allows to modify or replace the default client used by the reconciler.
123
// The returned client is used by the reconciler to manage the component instances, and passed to hooks.
124
// Its scheme therefore must recognize the component type.
125
NewClient NewClientFunc
0 commit comments