TopologySelectorTerm
io.k8s.api.core.v1.TopologySelectorTerm
source ↗
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.
matchLabelExpressions[]TopologySelectorLabelRequirementA list of topology selector requirements by labels.
keystring requiredThe label key that the selector applies to.values[]string requiredAn array of string values. One value must match the label to be selected. Each entry in Values is ORed.