Struct k8s_openapi::api::core::v1::TopologySelectorTerm [−][src]
pub struct TopologySelectorTerm {
pub match_label_expressions: Option<Vec<TopologySelectorLabelRequirement>>,
}
Expand description
A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.
Fields
match_label_expressions: Option<Vec<TopologySelectorLabelRequirement>>
A list of topology selector requirements by labels.
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 TopologySelectorTerm
impl Send for TopologySelectorTerm
impl Sync for TopologySelectorTerm
impl Unpin for TopologySelectorTerm
impl UnwindSafe for TopologySelectorTerm
Blanket Implementations
Mutably borrows from an owned value. Read more