1
2
3
4
5
6
7
// declare modules
//pub mod kubernetes;
pub mod config;
pub mod errors;
pub mod kubernetes;

pub use k8s_openapi::api::core::v1::Pod;