coredb-controller 0.0.1

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