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:
DoneableToleration,KubeSchemaFluentImpl.TolerationNestedImpl,PodSpecFluentImpl.TolerationsNestedImpl,TolerationBuilder,WatchEventFluentImpl.TolerationObjectNestedImpl
public class TolerationFluentImpl<A extends TolerationFluent<A>> extends BaseFluent<A> implements TolerationFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TolerationFluentImpl()TolerationFluentImpl(Toleration instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetEffect()StringgetKey()StringgetOperator()LonggetTolerationSeconds()StringgetValue()BooleanhasEffect()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 Details
-
TolerationFluentImpl
public TolerationFluentImpl() -
TolerationFluentImpl
-
-
Method Details
-
getEffect
- Specified by:
getEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withEffect
- Specified by:
withEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasEffect
- Specified by:
hasEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewEffect
- Specified by:
withNewEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewEffect
- Specified by:
withNewEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewEffect
- Specified by:
withNewEffectin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getKey
- Specified by:
getKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withKey
- Specified by:
withKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasKey
- Specified by:
hasKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getOperator
- Specified by:
getOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withOperator
- Specified by:
withOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasOperator
- Specified by:
hasOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewOperator
- Specified by:
withNewOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewOperator
- Specified by:
withNewOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewOperator
- Specified by:
withNewOperatorin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getTolerationSeconds
- Specified by:
getTolerationSecondsin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withTolerationSeconds
- Specified by:
withTolerationSecondsin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasTolerationSeconds
- Specified by:
hasTolerationSecondsin interfaceTolerationFluent<A extends TolerationFluent<A>>
-
getValue
- Specified by:
getValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withValue
- Specified by:
withValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceTolerationFluent<A extends TolerationFluent<A>>
-
equals
-