Why is a Logger not injected by the Controller Manager? #1056
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
Milestone
Hi there,
Along with the other injector-style interfaces, there is
InjectLogger
,controller-runtime/pkg/runtime/inject/inject.go
Lines 149 to 153 in 57ed2a3
However, the only place this seems to be used is with respect to webhooks.
Why is
InjectLogger
not part of theSetFields
function in the Controller Manager so loggers are added to components added to the manager atcontroller-runtime/pkg/manager/internal.go
Lines 244 to 270 in ea795f6
The text was updated successfully, but these errors were encountered: