Skip to main content

Module label_filter

Module label_filter 

Source
Expand description

Label filter parsing and matching used by CLI commands

Enums§

LabelFilter
A single label filter: either key-existence (KEY) or exact-value (KEY=VALUE).

Functions§

matches_all
Returns true when all filters match labels (AND semantics). An empty filter list always returns true.