Package io.fabric8.kubernetes.api.model
Class DoneableToleration
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.TolerationFluentImpl<DoneableToleration>
io.fabric8.kubernetes.api.model.DoneableToleration
- All Implemented Interfaces:
Fluent<DoneableToleration>,Visitable<DoneableToleration>,Doneable<Toleration>,TolerationFluent<DoneableToleration>
public class DoneableToleration extends TolerationFluentImpl<DoneableToleration> implements Doneable<Toleration>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableToleration(Function<Toleration,Toleration> function)DoneableToleration(Toleration item)DoneableToleration(Toleration item, Function<Toleration,Toleration> function) -
Method Summary
Modifier and Type Method Description Tolerationdone()Methods inherited from class io.fabric8.kubernetes.api.model.TolerationFluentImpl
equals, getEffect, getKey, getOperator, getTolerationSeconds, getValue, hasEffect, hasKey, hasOperator, hasTolerationSeconds, hasValue, withEffect, withKey, withNewEffect, withNewEffect, withNewEffect, withNewKey, withNewKey, withNewKey, withNewOperator, withNewOperator, withNewOperator, withNewValue, withNewValue, withNewValue, withOperator, withTolerationSeconds, withValue
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<Toleration>
-