Ensure we use Name()
consistently in our Reconcilers
#2001
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Description
What problem are you trying to solve?
Today, we have some controllers that implement
Name()
and use this to inject their name inNamed()
call in theRegister()
function as well as in injecting the controller name into the context for usage in metrics withinjection.WithControllerName()
.Ideally, I'd like to just get rid of
injection.WithControllerName()
entirely -- there was a tracking issue to be able to have controller-runtime pass this into the context for us so that we don't have to do the work ourselves, but it looks like this may not get taken up: kubernetes-sigs/controller-runtime#2823How important is this feature to you?
The text was updated successfully, but these errors were encountered: