Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 758 Bytes

V1TopologySelectorTerm.md

File metadata and controls

11 lines (7 loc) · 758 Bytes

V1TopologySelectorTerm

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.

Properties

Name Type Description Notes
match_label_expressions list[V1TopologySelectorLabelRequirement] A list of topology selector requirements by labels. [optional]

[Back to Model list] [Back to API list] [Back to README]