Trait k8s_openapi_ext::PodTemplateSpecExt
source · pub trait PodTemplateSpecExt {
// Required methods
fn new(name: impl ToString) -> Self;
fn labels(
self,
labels: impl IntoIterator<Item = (impl ToString, impl ToString)>
) -> Self;
fn pod_spec(self, spec: PodSpec) -> Self;
}