Package io.fabric8.kubernetes.api.model
Class TaintFluentImpl<A extends TaintFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.TaintFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TaintFluent<A>
- Direct Known Subclasses:
DoneableTaint,NodeSpecFluentImpl.TaintsNestedImpl,TaintBuilder,WatchEventFluentImpl.TaintObjectNestedImpl
public class TaintFluentImpl<A extends TaintFluent<A>> extends BaseFluent<A> implements TaintFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TaintFluentImpl()TaintFluentImpl(Taint instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetEffect()StringgetKey()StringgetTimeAdded()StringgetValue()BooleanhasEffect()BooleanhasKey()BooleanhasTimeAdded()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)AwithNewTimeAdded(String arg1)AwithNewTimeAdded(StringBuffer arg1)AwithNewTimeAdded(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithTimeAdded(String timeAdded)AwithValue(String value)
-
Constructor Details
-
TaintFluentImpl
public TaintFluentImpl() -
TaintFluentImpl
-
-
Method Details
-
getEffect
- Specified by:
getEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withEffect
- Specified by:
withEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
hasEffect
- Specified by:
hasEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewEffect
- Specified by:
withNewEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewEffect
- Specified by:
withNewEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewEffect
- Specified by:
withNewEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
getKey
- Specified by:
getKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withKey
- Specified by:
withKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
hasKey
- Specified by:
hasKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
getTimeAdded
- Specified by:
getTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withTimeAdded
- Specified by:
withTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
hasTimeAdded
- Specified by:
hasTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewTimeAdded
- Specified by:
withNewTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewTimeAdded
- Specified by:
withNewTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewTimeAdded
- Specified by:
withNewTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
getValue
- Specified by:
getValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withValue
- Specified by:
withValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
equals
-