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