import { type NodeSelectorTerm } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.
Properties
optional
matchExpressions: Array<NodeSelectorRequirement> | nulloptional
matchFields: Array<NodeSelectorRequirement> | null