LabelSelector constructor
const
LabelSelector({
- List<
LabelSelectorRequirement> ? matchExpressions, - Map<
String, String> ? matchLabels,
Default constructor.
Implementation
const LabelSelector({
this.matchExpressions,
this.matchLabels,
});