LabelMatchingOperator🔗 Possible label matching operators. Definition🔗 export type LabelMatchingOperator = "=" | "!=" | "=~" | "!~";