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:
NodeSpecFluentImpl.TaintsNestedImpl,TaintBuilder,WatchEventFluentImpl.TaintObjectNestedImpl
public class TaintFluentImpl<A extends TaintFluent<A>> extends BaseFluent<A> implements TaintFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description TaintFluentImpl()TaintFluentImpl(Taint instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEffect()StringgetKey()StringgetTimeAdded()StringgetValue()BooleanhasEffect()inthashCode()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 Detail
-
TaintFluentImpl
public TaintFluentImpl()
-
TaintFluentImpl
public TaintFluentImpl(Taint instance)
-
-
Method Detail
-
getEffect
public String getEffect()
- Specified by:
getEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withEffect
public A withEffect(String effect)
- Specified by:
withEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
hasEffect
public Boolean hasEffect()
- Specified by:
hasEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewEffect
public A withNewEffect(String arg1)
- Specified by:
withNewEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewEffect
public A withNewEffect(StringBuilder arg1)
- Specified by:
withNewEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewEffect
public A withNewEffect(StringBuffer arg1)
- Specified by:
withNewEffectin interfaceTaintFluent<A extends TaintFluent<A>>
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewKey
public A withNewKey(String arg1)
- Specified by:
withNewKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewKey
public A withNewKey(StringBuilder arg1)
- Specified by:
withNewKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewKey
public A withNewKey(StringBuffer arg1)
- Specified by:
withNewKeyin interfaceTaintFluent<A extends TaintFluent<A>>
-
getTimeAdded
public String getTimeAdded()
- Specified by:
getTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withTimeAdded
public A withTimeAdded(String timeAdded)
- Specified by:
withTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
hasTimeAdded
public Boolean hasTimeAdded()
- Specified by:
hasTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewTimeAdded
public A withNewTimeAdded(String arg1)
- Specified by:
withNewTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewTimeAdded
public A withNewTimeAdded(StringBuilder arg1)
- Specified by:
withNewTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewTimeAdded
public A withNewTimeAdded(StringBuffer arg1)
- Specified by:
withNewTimeAddedin interfaceTaintFluent<A extends TaintFluent<A>>
-
getValue
public String getValue()
- Specified by:
getValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withValue
public A withValue(String value)
- Specified by:
withValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
hasValue
public Boolean hasValue()
- Specified by:
hasValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewValue
public A withNewValue(String arg1)
- Specified by:
withNewValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewValue
public A withNewValue(StringBuilder arg1)
- Specified by:
withNewValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
withNewValue
public A withNewValue(StringBuffer arg1)
- Specified by:
withNewValuein interfaceTaintFluent<A extends TaintFluent<A>>
-
-