Module 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§

meta_cache
pod_manager_logic
This mod contains bits of logic related to the kubelet part called Pod Manager internal implementation.
reflector
Intercept [watcher::Event]’s.