Struct k8s_openapi::api::core::v1::NodeConfigSource [−][src]
pub struct NodeConfigSource {
pub config_map: Option<ConfigMapNodeConfigSource>,
}
Expand description
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22
Fields
config_map: Option<ConfigMapNodeConfigSource>
ConfigMap is a reference to a Node’s ConfigMap
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 NodeConfigSource
impl Send for NodeConfigSource
impl Sync for NodeConfigSource
impl Unpin for NodeConfigSource
impl UnwindSafe for NodeConfigSource
Blanket Implementations
Mutably borrows from an owned value. Read more