Interface: LabelSelector
Defined in: lib/k8s/cluster.ts:518
Properties
matchExpressions?
optional matchExpressions?: object[];
Defined in: lib/k8s/cluster.ts:519
key
key: string;
operator
operator: string;
values
values: string[];
matchLabels?
optional matchLabels?: object;
Defined in: lib/k8s/cluster.ts:524
Index Signature
[key: string]: string