Class MatchFieldsFluent<A extends MatchFieldsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms.MatchFieldsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
MatchFieldsBuilder,NodeSelectorTermsFluent.NodeselectortermsMatchFieldsNested
public class MatchFieldsFluent<A extends MatchFieldsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description MatchFieldsFluent()MatchFieldsFluent(MatchFields 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
-
MatchFieldsFluent
public MatchFieldsFluent()
-
MatchFieldsFluent
public MatchFieldsFluent(MatchFields 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 MatchFieldsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MatchFieldsFluent<A>>
-
-