Open leelavg opened 1 month ago
I'm a bit divided b/n where the handling should happen, like, err returned from the load function can't always be same as returned by api server.
To be moved inside the function it needs to copied at a couple of places, pls review.
controllers also get reconciles for deletion events and it may happen that resource at api server be deleted first before it being purged from cache and during that time if we error out the reconciliation will never be successful in standard conditions.
fixes: #78