Package io.fabric8.kubernetes.api.model
Class PodSpecFluentImpl.TolerationsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TolerationFluentImpl<PodSpecFluent.TolerationsNested<N>>
-
- io.fabric8.kubernetes.api.model.PodSpecFluentImpl.TolerationsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<PodSpecFluent.TolerationsNested<N>>
,Nested<N>
,Visitable<PodSpecFluent.TolerationsNested<N>>
,PodSpecFluent.TolerationsNested<N>
,TolerationFluent<PodSpecFluent.TolerationsNested<N>>
- Enclosing class:
- PodSpecFluentImpl<A extends PodSpecFluent<A>>
public class PodSpecFluentImpl.TolerationsNestedImpl<N> extends TolerationFluentImpl<PodSpecFluent.TolerationsNested<N>> implements PodSpecFluent.TolerationsNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endToleration()
-
Methods inherited from class io.fabric8.kubernetes.api.model.TolerationFluentImpl
equals, getEffect, getKey, getOperator, getTolerationSeconds, getValue, hasEffect, hashCode, hasKey, hasOperator, hasTolerationSeconds, hasValue, withEffect, withKey, withNewEffect, withNewEffect, withNewEffect, withNewKey, withNewKey, withNewKey, withNewOperator, withNewOperator, withNewOperator, withNewValue, withNewValue, withNewValue, withOperator, withTolerationSeconds, withValue
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.TolerationFluent
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
-
-
-
-
Method Detail
-
and
public N and()
-
endToleration
public N endToleration()
- Specified by:
endToleration
in interfacePodSpecFluent.TolerationsNested<N>
-
-