Skip to content

LabelMatchingOperator🔗

Possible label matching operators.

Definition🔗

export type LabelMatchingOperator = "=" | "!=" | "=~" | "!~";