Add context to reconciler event handlers #8054
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
With the release of the next version of controller runtime event handlers will be able to take a real context - kubernetes-sigs/controller-runtime#2139.
Currently our reconciler event handlers - e.g. mapping functions for Watches - are using context.TODO(). With the next release of Controller Runtime we can (and should) replace them with real context objects.
/kind cleanup
The text was updated successfully, but these errors were encountered: