# Packages
No description provided by the author
# Functions
MultiNamespacedCacheBuilder - Builder function to create a new multi-namespaced cache.
New initializes and returns a new Cache.
# Interfaces
Cache knows how to load Kubernetes objects, fetch informers to request to receive events for Kubernetes objects (at a low-level), and add indicies to fields on the objects stored in the cache.
Informer - informer allows you interact with the underlying informer.
Informers knows how to create or fetch informers for different group-version-kinds, and add indicies to those informers.
# Type aliases
NewCacheFunc - Function for creating a new cache from the options and a rest config.