Expand description
This crate provides a higher-level API for interacting with Kubernetes clusters.
It builds on top of the kube
crate and adds features like caching, namespace
management, and easier access to common Kubernetes resources.
Structs§
- Cache
- Kube
Config Options - This struct mirrors
KubeConfigOptions
fromkube::config
crate. It exists here to allow using the same struct in the CLI sincekube::config::KubeConfigOptions
does not deriveclap::Args
. - Kubeapi
- Kubeapi is a higher-level Kubernetes API client that provides additional features such as caching, namespace management, and easier access to common Kubernetes resources.
- Kubeapi
Options