Closed
Description
If the operator creates new Kubernetes resources, it usually has to track their lifecycle by listening to their events. This is currently very cumbersome with having to create lots of watches manually.
- Hard to create the watches - what if the operator get's restarted after the watches were created?
- When the watch fires it can't update the custom resource easily.