Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::NamespaceSpec
source · Expand description
NamespaceSpec describes the attributes on a Namespace.
Fields§
§finalizers: Option<Vec<String>>
Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#finalizers
Trait Implementations§
source§impl Clone for NamespaceSpec
impl Clone for NamespaceSpec
source§fn clone(&self) -> NamespaceSpec
fn clone(&self) -> NamespaceSpec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NamespaceSpec
impl Debug for NamespaceSpec
source§impl Default for NamespaceSpec
impl Default for NamespaceSpec
source§fn default() -> NamespaceSpec
fn default() -> NamespaceSpec
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NamespaceSpec
impl<'de> Deserialize<'de> for NamespaceSpec
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more