# Functions
EmptyOrMatchLabel checks EmptyOrMatch on a LabelMatch.
GetLabeled returns a Labeled object that returns the passed map.
MatchLabel checks if an object satisfies the requirements of a LabelMatch.
# Structs
LabelMatchEq checks if the value of a label is equal to a value.
LabelMatchMultiple checks that multiple label criteria are satisfied.
LabelMatchNeq checks if the value of a label is non-existent or not equal to a value.
LabelMatchSetIn checks if the value of a label is non-existent or is one of multiple values.
StatusMatch is used to filter pods by status.
# Interfaces
Labeled is used to access labels of an object.
LabelMatch is used to filter objects with labels.