Struct podman_api::models::PlayKubeReport
source · pub struct PlayKubeReport {
pub pods: Option<Vec<PlayKubePod, Global>>,
pub rm_report: Option<Vec<PodRmReport, Global>>,
pub stop_report: Option<Vec<PodStopReport, Global>>,
pub volumes: Option<Vec<PlayKubeVolume, Global>>,
}Fields§
§pods: Option<Vec<PlayKubePod, Global>>Pods - pods created by play kube.
rm_report: Option<Vec<PodRmReport, Global>>§stop_report: Option<Vec<PodStopReport, Global>>§volumes: Option<Vec<PlayKubeVolume, Global>>Volumes - volumes created by play kube.
Trait Implementations§
source§impl Clone for PlayKubeReport
impl Clone for PlayKubeReport
source§fn clone(&self) -> PlayKubeReport
fn clone(&self) -> PlayKubeReport
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 PlayKubeReport
impl Debug for PlayKubeReport
source§impl<'de> Deserialize<'de> for PlayKubeReport
impl<'de> Deserialize<'de> for PlayKubeReport
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<PlayKubeReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<PlayKubeReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PlayKubeReport> for PlayKubeReport
impl PartialEq<PlayKubeReport> for PlayKubeReport
source§fn eq(&self, other: &PlayKubeReport) -> bool
fn eq(&self, other: &PlayKubeReport) -> bool
source§impl Serialize for PlayKubeReport
impl Serialize for PlayKubeReport
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