[−][src]Function kube_runtime::reflector::reflector
pub fn reflector<K: Meta + Clone, W: Stream<Item = Result<Event<K>>>>(
store: Writer<K>,
stream: W
) -> impl Stream<Item = W::Item>
Caches objects to a local store
Similar to kube-rs's Reflector
, and the caching half of client-go's Reflector