Struct k8s_openapi::api::core::v1::ContainerStateWaiting [−][src]
Expand description
ContainerStateWaiting is a waiting state of a container.
Fields
message: Option<String>
Message regarding why the container is not yet running.
reason: Option<String>
(brief) reason the container is not yet running.
Trait Implementations
Returns the “default value” for a type. Read more
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 ContainerStateWaiting
impl Send for ContainerStateWaiting
impl Sync for ContainerStateWaiting
impl Unpin for ContainerStateWaiting
impl UnwindSafe for ContainerStateWaiting
Blanket Implementations
Mutably borrows from an owned value. Read more