kubedirector icon indicating copy to clipboard operation
kubedirector copied to clipboard

app CR cache

Open joel-bluedata opened this issue 6 years ago • 0 comments

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.)

joel-bluedata avatar Oct 02 '18 21:10 joel-bluedata