Crate rkubectl_kubeapi

Crate rkubectl_kubeapi 

Source
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
KubeConfigOptions
This struct mirrors KubeConfigOptions from kube::config crate. It exists here to allow using the same struct in the CLI since kube::config::KubeConfigOptions does not derive clap::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.
KubeapiOptions

Enums§

Cascade
DryRun
Namespace