Module vector::kubernetes
source · Expand description
This module contains helpers Kubernetes helpers as well as a
custom_reflector
which delays the removal of metadata allowing
us to enrich events even after the resource is deleted from the
Kubernetes cluster.
Re-exports§
pub use reflector::custom_reflector;
Modules§
- This mod contains bits of logic related to the
kubelet
part called Pod Manager internal implementation. - Intercept [
watcher::Event
]’s.