Interface V1LabelSelectorRequirementFluent<A extends V1LabelSelectorRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1LabelSelectorFluent.MatchExpressionsNested<N>
- All Known Implementing Classes:
V1LabelSelectorRequirementBuilder
,V1LabelSelectorRequirementFluentImpl
public interface V1LabelSelectorRequirementFluent<A extends V1LabelSelectorRequirementFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToValues
(Collection<String> items) addToValues
(Integer index, String item) addToValues
(String... items) getKey()
getMatchingValue
(Predicate<String> predicate) hasKey()
hasMatchingValue
(Predicate<String> predicate) removeAllFromValues
(Collection<String> items) removeFromValues
(String... items) setToValues
(Integer index, String item) withOperator
(String operator) withValues
(String... values) withValues
(List<String> values)
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
getOperator
String getOperator() -
withOperator
-
hasOperator
Boolean hasOperator() -
addToValues
-
setToValues
-
addToValues
-
addAllToValues
-
removeFromValues
-
removeAllFromValues
-
getValues
-
getValue
-
getFirstValue
String getFirstValue() -
getLastValue
String getLastValue() -
getMatchingValue
-
hasMatchingValue
-
withValues
-
withValues
-
hasValues
Boolean hasValues()
-