Module reflector

Source
Expand description

Caches objects in memory

Re-exports§

pub use store::store_shared;
pub use store::store;
pub use store::Store;

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

Traits§

Lookup
Minimal lookup behaviour needed by a reflector store.

Functions§

reflector
Cache objects from a watcher() stream into a local Store