[][src]Trait operator_framework::install::SetResources

pub trait SetResources {
    fn set_resources<S1, S2, S3>(
        &mut self,
        resource_type: S1,
        request: Option<S2>,
        limit: Option<S3>
    )
    where
        S1: ToString,
        S2: ToString,
        S3: ToString
; }

Required methods

fn set_resources<S1, S2, S3>(
    &mut self,
    resource_type: S1,
    request: Option<S2>,
    limit: Option<S3>
) where
    S1: ToString,
    S2: ToString,
    S3: ToString

Loading content...

Implementations on Foreign Types

impl SetResources for ResourceRequirements[src]

impl SetResources for Container[src]

Loading content...

Implementors

Loading content...