Struct k8s_openapi::api::core::v1::NodeSelector [−][src]
pub struct NodeSelector {
pub node_selector_terms: Vec<NodeSelectorTerm>,
}
Expand description
A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.
Fields
node_selector_terms: Vec<NodeSelectorTerm>
Required. A list of node selector terms. The terms are ORed.
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 NodeSelector
impl Send for NodeSelector
impl Sync for NodeSelector
impl Unpin for NodeSelector
impl UnwindSafe for NodeSelector
Blanket Implementations
Mutably borrows from an owned value. Read more