Type Alias ContainerUpdateLibpodResourcesParam

Source
pub type ContainerUpdateLibpodResourcesParam = UpdateEntities;
Expand description

UpdateEntities used to wrap the oci resource spec in a swagger model

Aliased Type§

pub struct ContainerUpdateLibpodResourcesParam {
    pub resources: Option<LinuxResources>,
}

Fields§

§resources: Option<LinuxResources>