Struct k8s_openapi::api::core::v1::NamespaceStatus [−][src]
pub struct NamespaceStatus {
pub conditions: Option<Vec<NamespaceCondition>>,
pub phase: Option<String>,
}
Expand description
NamespaceStatus is information about the current status of a Namespace.
Fields
conditions: Option<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 NamespaceStatus
impl Send for NamespaceStatus
impl Sync for NamespaceStatus
impl Unpin for NamespaceStatus
impl UnwindSafe for NamespaceStatus
Blanket Implementations
Mutably borrows from an owned value. Read more