Open
Description
There are certain use cases when controllerexpectations https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils.go#L142 makes sense for controller logic (even though I agree they could be misused).
To hook this in properly into controller it would need to be part of the processNextItem
so it makes sense from my point of view to be integrated into the runtime.
WDYT?