[−][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.
Newcomers should generally get started with the Controller builder, which manages
all state internals for you.
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 |