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

pub trait OwnedBy<R> {
    fn owned_by(
        &mut self,
        resource: &R,
        controller: bool,
        block_owner_deletion: Option<bool>
    ) -> Result<(), Error>; fn owned_by_controller(&mut self, resource: &R) -> Result<(), Error> { ... } }

Required methods

fn owned_by(
    &mut self,
    resource: &R,
    controller: bool,
    block_owner_deletion: Option<bool>
) -> Result<(), Error>

Loading content...

Provided methods

fn owned_by_controller(&mut self, resource: &R) -> Result<(), Error>

Loading content...

Implementors

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

Loading content...