menu
LabelSelector
import { LabelSelector } from "destack:topology";
Topology label selector.
1export struct LabelSelector {2 key: string;3 value: string;4}Members
key: stringLabel key to match.
value: stringOptional exact value match.
import { LabelSelector } from "destack:topology";
Topology label selector.
1export struct LabelSelector {2 key: string;3 value: string;4}key: stringLabel key to match.
value: stringOptional exact value match.