k8s-openapi 0.16.0

Bindings for the Kubernetes client API
Documentation
1
2
3
4
5
6
7

mod pod_preset;
pub use self::pod_preset::PodPreset;
#[cfg(feature = "api")] pub use self::pod_preset::ReadPodPresetResponse;

mod pod_preset_spec;
pub use self::pod_preset_spec::PodPresetSpec;