Struct k8s_openapi::api::core::v1::NamespaceStatus [−][src]
pub struct NamespaceStatus {
pub conditions: Vec<NamespaceCondition>,
pub phase: Option<String>,
}Expand description
NamespaceStatus is information about the current status of a Namespace.
Fields
conditions: Vec<NamespaceCondition>Represents the latest available observations of a namespace’s current state.
phase: Option<String>Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
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 NamespaceStatusimpl Send for NamespaceStatusimpl Sync for NamespaceStatusimpl Unpin for NamespaceStatusimpl UnwindSafe for NamespaceStatusBlanket Implementations
Mutably borrows from an owned value. Read more