kube

Build Status Client Capabilities Client Support Level Crates.io

Rust client for Kubernetes API forking ynqa/kubernetes-rust.

This version has more error handling and a Reflector for easy caching of CRD state. It aims to cater to the more common operator case, but allows you sticking in dependencies like k8s-openapi for accurate struct representations.

Examples

See the examples directory for how to watch over resources in a simplistic way.

See operator-rs for a full example with actix.