Add kube-rs to operator.md's third-party content

We have a [controller guide featured](https://kube.rs/controllers/intro/) on the linked webpage for this so hopefully this is appropriate.
This commit is contained in:
Eirik A
2022-05-12 19:57:59 +01:00
committed by GitHub
parent 41266eb385
commit ffb5e67cc5
@@ -112,6 +112,7 @@ Operator.
* [Charmed Operator Framework](https://juju.is/)
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
* [kube-rs](https://kube.rs/) (Rust)
* [kubebuilder](https://book.kubebuilder.io/)
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (.NET operator SDK)
* [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)