Package io.kubernetes.client.util.labels
Interface LabelMatcher
- All Known Implementing Classes:
EqualityMatcher
,SetMatcher
public interface LabelMatcher
The interface LabelValueMatcher is a boolean test checking whether a label value meets
requirements.
-
Method Summary
-
Method Details
-
getKey
String getKey() -
test
Returns true if a label value matches.- Parameters:
s
- the label value- Returns:
- the boolean
-