/operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier

Primary LanguageRustApache License 2.0Apache-2.0

Stackable operator-rs

This is a simple Rust library that includes all kinds of helper methods, structs and enums that can be used to write a Kubernetes Controller/Operator with the kube-rs crate.

Warning
This is very new, undocumented and partially tested (see the contributing guide)!

Contributing

Contributions are much welcome. A detailed guide on contributing, development and testing is to be found at CONTRIBUTING.