pub trait SecretExt2: SecretExt {
    fn image_pull_secret(name: impl ToString, data: impl ToString) -> Self { ... }
}

Provided Methods

Creates new image pull secret object when you already have the .docker/config.json content extracted from some other source (i.e. secret)

Implementors