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 NodeSelectorimpl Send for NodeSelectorimpl Sync for NodeSelectorimpl Unpin for NodeSelectorimpl UnwindSafe for NodeSelectorBlanket Implementations
Mutably borrows from an owned value. Read more