Interface RuntimeClassSpecFluent.SchedulingNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<RuntimeClassSpecFluent.SchedulingNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
,SchedulingFluent<RuntimeClassSpecFluent.SchedulingNested<N>>
- All Known Implementing Classes:
RuntimeClassSpecFluentImpl.SchedulingNestedImpl
- Enclosing interface:
- RuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
public static interface RuntimeClassSpecFluent.SchedulingNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, SchedulingFluent<RuntimeClassSpecFluent.SchedulingNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endScheduling()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.node.v1alpha1.SchedulingFluent
addAllToTolerations, addNewToleration, addToNodeSelector, addToNodeSelector, addToTolerations, addToTolerations, getFirstToleration, getLastToleration, getMatchingToleration, getNodeSelector, getToleration, getTolerations, hasMatchingToleration, hasNodeSelector, hasTolerations, removeAllFromTolerations, removeFromNodeSelector, removeFromNodeSelector, removeFromTolerations, setToTolerations, withNodeSelector, withTolerations, withTolerations
-
-