kooper icon indicating copy to clipboard operation
kooper copied to clipboard

Provide access to indexer

Open tkrop opened this issue 2 months ago • 0 comments

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.

tkrop avatar Nov 11 '25 12:11 tkrop