pub trait SecretReferenceExt {
    // Required methods
    fn new(name: impl ToString) -> Self;
    fn namespace(self, namespace: impl ToString) -> Self;
}

Required Methods§

source

fn new(name: impl ToString) -> Self

source

fn namespace(self, namespace: impl ToString) -> Self

Implementors§