coredb-operator 0.0.1

The CLI for CoreDB
Documentation
1
2
3
4
use kube::CustomResourceExt;
fn main() {
    print!("{}", serde_yaml::to_string(&controller::CoreDB::crd()).unwrap())
}