# kube
[](https://travis-ci.org/clux/kube-rs)
[](http://bit.ly/kubernetes-client-capabilities-badge)
[](http://bit.ly/kubernetes-client-support-badge)
[](https://crates.io/crates/kube)
Rust client for [Kubernetes](http://kubernetes.io) API forking [ynqa/kubernetes-rust](https://github.com/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](https://github.com/Arnavion/k8s-openapi) for accurate struct representations.
## Examples
See the [examples directory](./examples) for how to watch over resources in a simplistic way.
See [operator-rs](https://github.com/clux/operator-rs) for a full example with [actix](https://actix.rs/).