Struct k8s_openapi::v1_9::api::core::v1::NamespaceSpec [−][src]
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://kubernetes.io/docs/tasks/administer-cluster/namespaces/
Trait Implementations
impl Clone for NamespaceSpec
[src]
impl Clone for NamespaceSpec
fn clone(&self) -> NamespaceSpec
[src]
fn clone(&self) -> NamespaceSpec
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 NamespaceSpec
[src]
impl Debug for NamespaceSpec
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 NamespaceSpec
[src]
impl Default for NamespaceSpec
fn default() -> NamespaceSpec
[src]
fn default() -> NamespaceSpec
Returns the "default value" for a type. Read more
impl PartialEq for NamespaceSpec
[src]
impl PartialEq for NamespaceSpec
fn eq(&self, other: &NamespaceSpec) -> bool
[src]
fn eq(&self, other: &NamespaceSpec) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NamespaceSpec) -> bool
[src]
fn ne(&self, other: &NamespaceSpec) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NamespaceSpec
[src]
impl<'de> Deserialize<'de> for NamespaceSpec
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 NamespaceSpec
[src]
impl Serialize for NamespaceSpec
Auto Trait Implementations
impl Send for NamespaceSpec
impl Send for NamespaceSpec
impl Sync for NamespaceSpec
impl Sync for NamespaceSpec