import { type LabelSelector } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/meta@v1/structs.ts";
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
Properties
optional
matchExpressions: Array<LabelSelectorRequirement> | null