Package io.fabric8.kubernetes.api.model
Class TolerationFluentImpl<A extends TolerationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TolerationFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TolerationFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.TolerationNestedImpl,PodSpecFluentImpl.TolerationsNestedImpl,TolerationBuilder,WatchEventFluentImpl.TolerationObjectNestedImpl
public class TolerationFluentImpl<A extends TolerationFluent<A>> extends BaseFluent<A> implements TolerationFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description TolerationFluentImpl()TolerationFluentImpl(Toleration 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()AwithEffect(String effect)AwithKey(String key)AwithNewEffect(String arg1)AwithNewEffect(StringBuffer arg1)AwithNewEffect(StringBuilder arg1)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewOperator(String arg1)AwithNewOperator(StringBuffer arg1)AwithNewOperator(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithOperator(String operator)AwithTolerationSeconds(Long tolerationSeconds)AwithValue(String value)
-
-
-
Constructor Detail
-
TolerationFluentImpl
public TolerationFluentImpl()
-
TolerationFluentImpl
public TolerationFluentImpl(Toleration instance)
-
-
Method Detail
-
getEffect
public String getEffect()
- Specified by:
getEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withEffect
public A withEffect(String effect)
- Specified by:
withEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasEffect
public Boolean hasEffect()
- Specified by:
hasEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewEffect
public A withNewEffect(String arg1)
- Specified by:
withNewEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewEffect
public A withNewEffect(StringBuilder arg1)
- Specified by:
withNewEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewEffect
public A withNewEffect(StringBuffer arg1)
- Specified by:
withNewEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewKey
public A withNewKey(String arg1)
- Specified by:
withNewKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewKey
public A withNewKey(StringBuilder arg1)
- Specified by:
withNewKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewKey
public A withNewKey(StringBuffer arg1)
- Specified by:
withNewKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getOperator
public String getOperator()
- Specified by:
getOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withOperator
public A withOperator(String operator)
- Specified by:
withOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasOperator
public Boolean hasOperator()
- Specified by:
hasOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewOperator
public A withNewOperator(String arg1)
- Specified by:
withNewOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewOperator
public A withNewOperator(StringBuilder arg1)
- Specified by:
withNewOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewOperator
public A withNewOperator(StringBuffer arg1)
- Specified by:
withNewOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getTolerationSeconds
public Long getTolerationSeconds()
- Specified by:
getTolerationSecondsin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withTolerationSeconds
public A withTolerationSeconds(Long tolerationSeconds)
- Specified by:
withTolerationSecondsin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasTolerationSeconds
public Boolean hasTolerationSeconds()
- Specified by:
hasTolerationSecondsin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getValue
public String getValue()
- Specified by:
getValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withValue
public A withValue(String value)
- Specified by:
withValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasValue
public Boolean hasValue()
- Specified by:
hasValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewValue
public A withNewValue(String arg1)
- Specified by:
withNewValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewValue
public A withNewValue(StringBuilder arg1)
- Specified by:
withNewValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewValue
public A withNewValue(StringBuffer arg1)
- Specified by:
withNewValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
-