Skip to content

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 under kube::runtime
  • kube re-exports kube-core under kube::core
  • kube re-exports kube-derive's proc macros onto kube
  • kube re-exports kube-client (flattened) under kube (kube::client and kube::config)