kooper
kooper copied to clipboard
Provide access to indexer
This pull request exposes the cache.Indexer to allow accessing the stored items of the controller.
Exposing the indexer/store allows services and controllers to efficiently interact on the current state of the cached objects instead of requesting these on demand from Kubernetes. This is especially helpful, when information is distributed over the CRD tree prevent copying and pasting information and focus on their actual role.