Struct podman_api::models::PodCgroupConfig
source · Expand description
This will be expanded in future updates to pods.
Fields§
§cgroup_parent: Option<String>
CgroupParent is the parent for the Cgroup that the pod will create. This pod cgroup will, in turn, be the default cgroup parent for all containers in the pod. Optional.
Trait Implementations§
source§impl Clone for PodCgroupConfig
impl Clone for PodCgroupConfig
source§fn clone(&self) -> PodCgroupConfig
fn clone(&self) -> PodCgroupConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PodCgroupConfig
impl Debug for PodCgroupConfig
source§impl<'de> Deserialize<'de> for PodCgroupConfig
impl<'de> Deserialize<'de> for PodCgroupConfig
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<PodCgroupConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<PodCgroupConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PodCgroupConfig> for PodCgroupConfig
impl PartialEq<PodCgroupConfig> for PodCgroupConfig
source§fn eq(&self, other: &PodCgroupConfig) -> bool
fn eq(&self, other: &PodCgroupConfig) -> bool
source§impl Serialize for PodCgroupConfig
impl Serialize for PodCgroupConfig
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more