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 ContainerStateWaitingimpl Send for ContainerStateWaitingimpl Sync for ContainerStateWaitingimpl Unpin for ContainerStateWaitingimpl UnwindSafe for ContainerStateWaitingBlanket Implementations
Mutably borrows from an owned value. Read more