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:
TopologySelectorLabelRequirementBuilder,TopologySelectorLabelRequirementFluentImpl,TopologySelectorTermFluentImpl.MatchLabelExpressionsNestedImpl,WatchEventFluentImpl.TopologySelectorLabelRequirementObjectNestedImpl
public interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
addAllToValues
A addAllToValues(Collection<String> items)
-
removeAllFromValues
A removeAllFromValues(Collection<String> items)
-
getValue
String getValue(int index)
-
getFirstValue
String getFirstValue()
-
getLastValue
String getLastValue()
-
hasValues
Boolean hasValues()
-
addNewValue
A addNewValue(StringBuilder arg1)
-
addNewValue
A addNewValue(StringBuffer arg1)
-
-