Interface V1TopologySelectorLabelRequirementFluent<A extends V1TopologySelectorLabelRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1TopologySelectorTermFluent.MatchLabelExpressionsNested<N>
- All Known Implementing Classes:
V1TopologySelectorLabelRequirementBuilder,V1TopologySelectorLabelRequirementFluentImpl
public interface V1TopologySelectorLabelRequirementFluent<A extends V1TopologySelectorLabelRequirementFluent<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) withValues(String... values) withValues(List<String> values)
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
addToValues
-
setToValues
-
addToValues
-
addAllToValues
-
removeFromValues
-
removeAllFromValues
-
getValues
-
getValue
-
getFirstValue
String getFirstValue() -
getLastValue
String getLastValue() -
getMatchingValue
-
hasMatchingValue
-
withValues
-
withValues
-
hasValues
Boolean hasValues()
-