Package io.fabric8.kubernetes.api.model
Class TopologySelectorLabelRequirementFluentImpl<A extends TopologySelectorLabelRequirementFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TopologySelectorLabelRequirementFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TopologySelectorLabelRequirementFluent<A>
- Direct Known Subclasses:
TopologySelectorLabelRequirementBuilder,TopologySelectorTermFluentImpl.MatchLabelExpressionsNestedImpl,WatchEventFluentImpl.TopologySelectorLabelRequirementObjectNestedImpl
public class TopologySelectorLabelRequirementFluentImpl<A extends TopologySelectorLabelRequirementFluent<A>> extends BaseFluent<A> implements TopologySelectorLabelRequirementFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description TopologySelectorLabelRequirementFluentImpl()TopologySelectorLabelRequirementFluentImpl(TopologySelectorLabelRequirement instance)
-
Method Summary
All Methods Instance Methods Concrete 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)booleanequals(Object o)StringgetFirstValue()StringgetKey()StringgetLastValue()StringgetMatchingValue(Predicate<String> predicate)StringgetValue(int index)List<String>getValues()inthashCode()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)
-
-
-
Constructor Detail
-
TopologySelectorLabelRequirementFluentImpl
public TopologySelectorLabelRequirementFluentImpl()
-
TopologySelectorLabelRequirementFluentImpl
public TopologySelectorLabelRequirementFluentImpl(TopologySelectorLabelRequirement instance)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKeyin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKeyin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
withNewKey
public A withNewKey(String arg1)
- Specified by:
withNewKeyin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
withNewKey
public A withNewKey(StringBuilder arg1)
- Specified by:
withNewKeyin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
withNewKey
public A withNewKey(StringBuffer arg1)
- Specified by:
withNewKeyin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
addToValues
public A addToValues(int index, String item)
- Specified by:
addToValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
setToValues
public A setToValues(int index, String item)
- Specified by:
setToValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
addToValues
public A addToValues(String... items)
- Specified by:
addToValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
addAllToValues
public A addAllToValues(Collection<String> items)
- Specified by:
addAllToValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
removeFromValues
public A removeFromValues(String... items)
- Specified by:
removeFromValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
removeAllFromValues
public A removeAllFromValues(Collection<String> items)
- Specified by:
removeAllFromValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
getValues
public List<String> getValues()
- Specified by:
getValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
getValue
public String getValue(int index)
- Specified by:
getValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
getFirstValue
public String getFirstValue()
- Specified by:
getFirstValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
getLastValue
public String getLastValue()
- Specified by:
getLastValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
getMatchingValue
public String getMatchingValue(Predicate<String> predicate)
- Specified by:
getMatchingValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
hasMatchingValue
public Boolean hasMatchingValue(Predicate<String> predicate)
- Specified by:
hasMatchingValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
withValues
public A withValues(List<String> values)
- Specified by:
withValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
withValues
public A withValues(String... values)
- Specified by:
withValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
hasValues
public Boolean hasValues()
- Specified by:
hasValuesin interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
addNewValue
public A addNewValue(String arg1)
- Specified by:
addNewValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
addNewValue
public A addNewValue(StringBuilder arg1)
- Specified by:
addNewValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
addNewValue
public A addNewValue(StringBuffer arg1)
- Specified by:
addNewValuein interfaceTopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>
-
-