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#
kube
re-exports kube-runtime underkube::runtime
kube
re-exports kube-core underkube::core
kube
re-exports kube-derive's proc macros ontokube
kube
re-exports kube-client (flattened) underkube
(kube::client
andkube::config
)