Package io.fabric8.kubernetes.api.model
Interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
TopologySelectorTermFluent.MatchLabelExpressionsNested<N>,WatchEventFluent.TopologySelectorLabelRequirementObjectNested<N>
- All Known Implementing Classes:
DoneableTopologySelectorLabelRequirement,TopologySelectorLabelRequirementBuilder,TopologySelectorLabelRequirementFluentImpl,TopologySelectorTermFluentImpl.MatchLabelExpressionsNestedImpl,WatchEventFluentImpl.TopologySelectorLabelRequirementObjectNestedImpl
public interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description AaddAllToValues(Collection<String> items)AaddNewValue(String arg1)AaddNewValue(StringBuffer arg1)AaddNewValue(StringBuilder arg1)AaddToValues(int index, String item)AaddToValues(String... items)StringgetFirstValue()StringgetKey()StringgetLastValue()StringgetMatchingValue(Predicate<String> predicate)StringgetValue(int index)List<String>getValues()BooleanhasKey()BooleanhasMatchingValue(Predicate<String> predicate)BooleanhasValues()AremoveAllFromValues(Collection<String> items)AremoveFromValues(String... items)AsetToValues(int index, String item)AwithKey(String key)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithValues(String... values)AwithValues(List<String> values)
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
withNewKey
-
withNewKey
-
withNewKey
-
addToValues
-
setToValues
-
addToValues
-
addAllToValues
-
removeFromValues
-
removeAllFromValues
-
getValues
-
getValue
-
getFirstValue
String getFirstValue() -
getLastValue
String getLastValue() -
getMatchingValue
-
hasMatchingValue
-
withValues
-
withValues
-
hasValues
Boolean hasValues() -
addNewValue
-
addNewValue
-
addNewValue
-