kube#
kube is the facade crate that re-exports all the other crates.
This crate has the most extensive documentation on docs.rs/kube.
graph TD
kube-client --> kube-core
kube-derive --> kube-core
kube-runtime --> kube-client
kube --> kube-client
kube --> kube-core
kube --> kube-runtime
kube --> kube-derive
Re-exports#
kubere-exports kube-runtime underkube::runtimekubere-exports kube-core underkube::corekubere-exports kube-derive's proc macros ontokubekubere-exports kube-client (flattened) underkube(kube::clientandkube::config)