Class TolerationsFluent<A extends TolerationsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.TolerationsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
SpecFluent.SpecTolerationsNested,TolerationsBuilder
public class TolerationsFluent<A extends TolerationsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description TolerationsFluent()TolerationsFluent(Tolerations instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEffect()StringgetKey()StringgetOperator()LonggetTolerationSeconds()StringgetValue()booleanhasEffect()inthashCode()booleanhasKey()booleanhasOperator()booleanhasTolerationSeconds()booleanhasValue()StringtoString()AwithEffect(String effect)AwithKey(String key)AwithOperator(String operator)AwithTolerationSeconds(Long tolerationSeconds)AwithValue(String value)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
TolerationsFluent
public TolerationsFluent()
-
TolerationsFluent
public TolerationsFluent(Tolerations instance)
-
-
Method Detail
-
getEffect
public String getEffect()
-
hasEffect
public boolean hasEffect()
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getOperator
public String getOperator()
-
hasOperator
public boolean hasOperator()
-
getTolerationSeconds
public Long getTolerationSeconds()
-
hasTolerationSeconds
public boolean hasTolerationSeconds()
-
getValue
public String getValue()
-
hasValue
public boolean hasValue()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TolerationsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TolerationsFluent<A>>
-
-