[][src]Trait operator_framework::install::meta::AsOwner

pub trait AsOwner {
    fn as_owner(
        &self,
        controller: Option<bool>,
        block_owner_deletion: Option<bool>
    ) -> Result<OwnerReference, Error>; fn as_controller_owner(&self) -> Result<OwnerReference, Error> { ... } }

Required methods

fn as_owner(
    &self,
    controller: Option<bool>,
    block_owner_deletion: Option<bool>
) -> Result<OwnerReference, Error>

Loading content...

Provided methods

Loading content...

Implementors

impl<K> AsOwner for K where
    K: Metadata<Ty = ObjectMeta>, 
[src]

Loading content...