Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 690 Bytes

V1LabelSelector.md

File metadata and controls

11 lines (6 loc) · 690 Bytes

V1LabelSelector

Properties

Name Type Description Notes
matchExpressions List<V1LabelSelectorRequirement> matchExpressions is a list of label selector requirements. The requirements are ANDed. [optional]
matchLabels Map<String, String> matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is &quot;key&quot;, the operator is &quot;In&quot;, and the values array contains only &quot;value&quot;. The requirements are ANDed. [optional]