Expand description
Parser for k8s style selectors
Simple label matching syntax as in label = value
Enums§
Functions§
- parse
- this function will parse a selector and return its result. A (valid) selector will return a simple boolean indicating if the selector matched or not.
Type Aliases§
- Label
Map - String map type to pass to the parse function