python/kubernetes/docs/V1TopologySelectorTerm.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

758 B

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]