-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
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
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.