Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::ContainerStateRunning
source · Expand description
ContainerStateRunning is a running state of a container.
Fields§
§started_at: Option<Time>
Time at which the container was last (re-)started
Trait Implementations§
source§impl Clone for ContainerStateRunning
impl Clone for ContainerStateRunning
source§fn clone(&self) -> ContainerStateRunning
fn clone(&self) -> ContainerStateRunning
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 ContainerStateRunning
impl Debug for ContainerStateRunning
source§impl Default for ContainerStateRunning
impl Default for ContainerStateRunning
source§fn default() -> ContainerStateRunning
fn default() -> ContainerStateRunning
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContainerStateRunning
impl<'de> Deserialize<'de> for ContainerStateRunning
source§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