Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::NamespaceStatus [−][src]
NamespaceStatus is information about the current status of a Namespace.
Fields
phase: Option<String>
Phase is the current lifecycle phase of the namespace. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#phases
Trait Implementations
impl Clone for NamespaceStatus
[src]
impl Clone for NamespaceStatus
fn clone(&self) -> NamespaceStatus
[src]
fn clone(&self) -> NamespaceStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for NamespaceStatus
[src]
impl Debug for NamespaceStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for NamespaceStatus
[src]
impl Default for NamespaceStatus
fn default() -> NamespaceStatus
[src]
fn default() -> NamespaceStatus
Returns the "default value" for a type. Read more
impl PartialEq for NamespaceStatus
[src]
impl PartialEq for NamespaceStatus
fn eq(&self, other: &NamespaceStatus) -> bool
[src]
fn eq(&self, other: &NamespaceStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NamespaceStatus) -> bool
[src]
fn ne(&self, other: &NamespaceStatus) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NamespaceStatus
[src]
impl<'de> Deserialize<'de> for NamespaceStatus
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for NamespaceStatus
[src]
impl Serialize for NamespaceStatus
Auto Trait Implementations
impl Send for NamespaceStatus
impl Send for NamespaceStatus
impl Sync for NamespaceStatus
impl Sync for NamespaceStatus