[−][src]Crate kube_runtime
Crate with kubernetes runtime components
This crate contains the core building blocks to allow users to build controllers/operators/watchers that need to synchronize/reconcile kubernetes state.
Re-exports
pub use controller::applier; |
pub use controller::Controller; |
pub use reflector::reflector; |
pub use scheduler::scheduler; |
pub use watcher::watcher; |
Modules
controller | |
reflector | |
scheduler | |
utils | |
watcher |