Struct podman_api_stubs::models::PlayKubePod [−][src]
pub struct PlayKubePod {
pub container_errors: Option<Vec<String>>,
pub containers: Option<Vec<String>>,
pub ID: Option<String>,
pub init_containers: Option<Vec<String>>,
pub logs: Option<Vec<String>>,
}
Expand description
PlayKubePod represents a single pod and associated containers created by play kube
Fields
container_errors: Option<Vec<String>>
containers: Option<Vec<String>>
ID: Option<String>
init_containers: Option<Vec<String>>
logs: Option<Vec<String>>
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PlayKubePod
impl Send for PlayKubePod
impl Sync for PlayKubePod
impl Unpin for PlayKubePod
impl UnwindSafe for PlayKubePod
Blanket Implementations
Mutably borrows from an owned value. Read more