# Functions
ClassicMatcherParser uses the pkg/labels parser to parse the matcher in the input string.
ClassicMatchersParser uses the pkg/labels parser to parse zero or more matchers in the input string.
FallbackMatcherParser uses the new matcher/parse parser to parse zero or more matchers in the string.
FallbackMatchersParser uses the new matcher/parse parser to parse the matcher in the input string.
InitFromFlags initializes the compat package from the flagger.
IsValidLabelName returns true if the string is a valid label name.
Matcher parses the matcher in the input string.
Matchers parses one or more matchers in the input string.
UTF8MatcherParser uses the new matcher/parse parser to parse the matcher in the input string.
UTF8MatchersParser uses the new matcher/parse parser to parse zero or more matchers in the input string.