Package io.fabric8.kubernetes.api.model
Interface ContainerFluent.ResourcesNested<N>
-
- All Superinterfaces:
Fluent<ContainerFluent.ResourcesNested<N>>
,Nested<N>
,ResourceRequirementsFluent<ContainerFluent.ResourcesNested<N>>
- All Known Implementing Classes:
ContainerFluentImpl.ResourcesNestedImpl
- Enclosing interface:
- ContainerFluent<A extends ContainerFluent<A>>
public static interface ContainerFluent.ResourcesNested<N> extends Nested<N>, ResourceRequirementsFluent<ContainerFluent.ResourcesNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endResources()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ResourceRequirementsFluent
addToLimits, addToLimits, addToRequests, addToRequests, getLimits, getRequests, hasLimits, hasRequests, removeFromLimits, removeFromLimits, removeFromRequests, removeFromRequests, withLimits, withRequests
-
-