kube 0.51.0

Kubernetes client and futures controller runtime
Documentation
1
2
3
4
5
6
7
8
//! Legacy runtime helpers for keeping track of Kubernetes resources
//!
//! Please see the `kube-runtime` crate for the replacement of these.
mod informer;
mod reflector;

pub use informer::Informer;
pub use reflector::Reflector;