Trait k8s_openapi_ext::ServiceAccountExt 
source · [−]pub trait ServiceAccountExt: ResourceBuilder {
    fn new(name: impl ToString) -> Self;
    fn automount_service_account_token(self, yes: bool) -> Self;
    fn image_pull_secret(self, secret: impl ToString) -> Self;
    fn image_pull_secrets(
        self,
        secrets: impl IntoIterator<Item = impl ToString>
    ) -> Self;
}Required Methods
source
fn automount_service_account_token(self, yes: bool) -> Self
source
fn image_pull_secret(self, secret: impl ToString) -> Self
sourcefn image_pull_secrets(