Expand description
Label filter parsing and matching used by CLI commands
Enums§
- Label
Filter - A single label filter: either key-existence (
KEY) or exact-value (KEY=VALUE).
Functions§
- matches_
all - Returns true when all
filtersmatchlabels(AND semantics). An empty filter list always returns true.