k8-obj-core 2.1.1

Core Kubernetes API Objects
Documentation
1
2
3
4
5
6
7
8
pub mod config_map;
pub mod namespace;
pub mod plugin;
pub mod pod;
pub mod secret;
pub mod service;

pub use k8_obj_metadata as metadata;