[go: up one dir, main page]

Module reflector

Module reflector 

Source
Available on crate feature runtime only.
Expand description

Caches objects in memory

Modules§

store

Structs§

ObjectRef
A typed and namedspaced (if relevant) reference to a Kubernetes object
ObjectRefExtra
Non-vital information about an object being referred to
ReflectHandle
A handle to a shared stream reader
Store
A readable cache of Kubernetes objects of kind K

Traits§

Lookup
Minimal lookup behaviour needed by a reflector store.

Functions§

reflector
Cache objects from a watcher() stream into a local Store
store
Create a (Reader, Writer) for a Store<K> for a typed resource K
store_shared
Create a (Reader, Writer) for a Store<K> for a typed resource K