Struct k8s_openapi::api::core::v1::NamespaceSpec [−][src]
Expand description
NamespaceSpec describes the attributes on a Namespace.
Fields
finalizers: 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
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 NamespaceSpecimpl Send for NamespaceSpecimpl Sync for NamespaceSpecimpl Unpin for NamespaceSpecimpl UnwindSafe for NamespaceSpecBlanket Implementations
Mutably borrows from an owned value. Read more