# Functions
Anonymize the supplied config by returning a copy with all authentication details and credentials removed.
Config returns a REST config.
DoNotCache configures clients not to cache objects of the supplied types.
ForNamespace returns a client backed by a cache scoped to the supplied namespace.
NewCache creates a cache of Kubernetes clients.
RESTMapper returns a 'REST mapper' that discovers an API server's available REST API endpoints.
WithExpiry configures the duration until each client expires.
WithLogger configures the logger used by the client cache.
WithRESTMapper configures the REST mapper used by cached clients.
# Variables
The default new cache and new controller functions.
The default new cache and new controller functions.
# Type aliases
A CacheOption configures the client cache.
A GetOption modifies the kind of client returned.
A NewCacheFn creates a new controller-runtime cache.
A NewClientFn creates a new controller-runtime client.