[−][src]Trait operator_framework::install::container::SetResources
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,
&mut self,
resource_type: S1,
request: Option<S2>,
limit: Option<S3>
) where
S1: ToString,
S2: ToString,
S3: ToString,
Implementations on Foreign Types
impl SetResources for ResourceRequirements
[src]
fn set_resources<S1, S2, S3>(
&mut self,
resource_type: S1,
request: Option<S2>,
limit: Option<S3>
) where
S1: ToString,
S2: ToString,
S3: ToString,
[src]
&mut self,
resource_type: S1,
request: Option<S2>,
limit: Option<S3>
) where
S1: ToString,
S2: ToString,
S3: ToString,
impl SetResources for Container
[src]
fn set_resources<S1, S2, S3>(
&mut self,
resource_type: S1,
request: Option<S2>,
limit: Option<S3>
) where
S1: ToString,
S2: ToString,
S3: ToString,
[src]
&mut self,
resource_type: S1,
request: Option<S2>,
limit: Option<S3>
) where
S1: ToString,
S2: ToString,
S3: ToString,