Class MatchExpressionsFluent<A extends MatchExpressionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.namespaceselector.MatchExpressionsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
MatchExpressionsBuilder,NamespaceSelectorFluent.NamespaceselectorMatchExpressionsNested
public class MatchExpressionsFluent<A extends MatchExpressionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description MatchExpressionsFluent()MatchExpressionsFluent(MatchExpressions instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddAllToValues(Collection<String> items)AaddToValues(int index, String item)AaddToValues(String... items)booleanequals(Object o)StringgetFirstValue()StringgetKey()StringgetLastValue()StringgetMatchingValue(Predicate<String> predicate)StringgetOperator()StringgetValue(int index)List<String>getValues()inthashCode()booleanhasKey()booleanhasMatchingValue(Predicate<String> predicate)booleanhasOperator()booleanhasValues()AremoveAllFromValues(Collection<String> items)AremoveFromValues(String... items)AsetToValues(int index, String item)StringtoString()AwithKey(String key)AwithOperator(String operator)AwithValues(String... values)AwithValues(List<String> values)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
MatchExpressionsFluent
public MatchExpressionsFluent()
-
MatchExpressionsFluent
public MatchExpressionsFluent(MatchExpressions instance)
-
-
Method Detail
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getOperator
public String getOperator()
-
hasOperator
public boolean hasOperator()
-
addAllToValues
public A addAllToValues(Collection<String> items)
-
removeAllFromValues
public A removeAllFromValues(Collection<String> items)
-
getValue
public String getValue(int index)
-
getFirstValue
public String getFirstValue()
-
getLastValue
public String getLastValue()
-
hasValues
public boolean hasValues()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MatchExpressionsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MatchExpressionsFluent<A>>
-
-