Struct k8s_openapi::api::core::v1::TopologySelectorLabelRequirement
source · [−]Expand description
A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.
Fields
key: StringThe label key that the selector applies to.
values: Vec<String>An array of string values. One value must match the label to be selected. Each entry in Values is 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 Send for TopologySelectorLabelRequirement
impl Sync for TopologySelectorLabelRequirement
impl Unpin for TopologySelectorLabelRequirement
Blanket Implementations
Mutably borrows from an owned value. Read more