pub trait VolumeExt: Sized {
    fn secret(name: impl ToString, secret: SecretVolumeSource) -> Self;
}

Required Methods

Implementors