Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic jobProvider and suggestionComposer registration #1069

Merged
merged 10 commits into from
Feb 28, 2020
Prev Previous commit
Next Next commit
fix
  • Loading branch information
sperlingxx committed Feb 26, 2020
commit 35929d281a9e5a32202434e0528984638fb3ea72
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func newReconciler(mgr manager.Manager) reconcile.Reconciler {
Client: mgr.GetClient(),
SuggestionClient: suggestionclient.New(),
scheme: mgr.GetScheme(),
Composer: composer.New(mgr.GetScheme(), mgr.GetClient()),
Composer: composer.New(mgr),
recorder: mgr.GetRecorder(ControllerName),
}
}
Expand Down