k8s-maestro 0.1.0

A Kubernetes job orchestrator tool library
Documentation
1
2
3
4
5
use k8s_openapi::api::core::v1::Volume;

pub trait VolumeLike {
    fn into_volume(&self) -> anyhow::Result<Volume>;
}