LabelSelectorBuilder🔗 Constructor🔗 new LabelSelectorBuilder() Methods🔗 build🔗 Builds the object. build() name🔗 Name of the label to select. name(name: string) operator🔗 Operator used to perform the selection. operator(operator: promql.LabelMatchingOperator) value🔗 Value to match against. value(value: string) See also🔗 LabelSelector