kubedirector
kubedirector copied to clipboard
app CR cache
Currently an app CR is only cached internally for the duration of a handler. We should instead have an independent cache of app CRs accessible to both the reconciliation handlers and the admission handlers.
Apps can be added/removed to the cache based on when we are notified that they are created/changed/deleted. (So will need to set a watch on the app CR type.)