You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This complicates exclusive unit testing for SetupWithManager method, and forces to use older controller.Watch implementation to pass a mocked Reconcile method, or surfacing unfinished builder.Builder structure to achieve the same goal.
The text was updated successfully, but these errors were encountered:
/kind bug
controller-runtime/pkg/builder/controller.go
Line 248 in 7e2196f
is always overriding
options.Reconciler
value, explicitly set incontroller-runtime/pkg/builder/controller.go
Lines 142 to 146 in 7e2196f
This complicates exclusive unit testing for
SetupWithManager
method, and forces to use oldercontroller.Watch
implementation to pass a mockedReconcile
method, or surfacing unfinishedbuilder.Builder
structure to achieve the same goal.The text was updated successfully, but these errors were encountered: