Trait k8s_openapi_ext::PodSpecExt 
source · [−]pub trait PodSpecExt {
    fn container(container: Container) -> Self;
    fn containers(containers: impl IntoIterator<Item = Container>) -> Self;
    fn service_account_name(self, name: impl ToString) -> Self;
    fn image_pull_secret(self, name: impl ToString) -> Self;
    fn volumes(self, volumes: impl IntoIterator<Item = Volume>) -> Self;
}Required Methods
source
fn containers(containers: impl IntoIterator<Item = Container>) -> Self
source
fn service_account_name(self, name: impl ToString) -> Self
source
fn image_pull_secret(self, name: impl ToString) -> Self
source