We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23990ea commit e0fb486Copy full SHA for e0fb486
1 file changed
pkg/component/reconciler.go
@@ -723,7 +723,7 @@ func (r *Reconciler[T]) WithPostDeleteHook(hook HookFunc[T]) *Reconciler[T] {
723
// as a consequence, mgr.GetScheme() must recognize the core group (v1) and the component type.
724
// Note that the manager's client (that is mgr.GetClient()) is used as well, for the following purposes:
725
// - it is passed to hooks
726
-// - is is used to resolved generic references, that is, spec fields implementing the Reference[T] interface.
+// - is is used to resolve generic references, that is, spec fields implementing the Reference[T] interface.
727
func (r *Reconciler[T]) SetupWithManagerAndBuilder(mgr ctrl.Manager, blder *ctrl.Builder) error {
728
r.setupMutex.Lock()
729
defer r.setupMutex.Unlock()
0 commit comments