Package io.fabric8.kubernetes.api.model
Class PersistentVolumeClaimSpecFluentImpl.ResourcesNestedImpl<N>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ResourceRequirementsFluentImpl<PersistentVolumeClaimSpecFluent.ResourcesNested<N>>
io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluentImpl.ResourcesNestedImpl<N>
- All Implemented Interfaces:
Fluent<PersistentVolumeClaimSpecFluent.ResourcesNested<N>>
,Nested<N>
,Visitable<PersistentVolumeClaimSpecFluent.ResourcesNested<N>>
,PersistentVolumeClaimSpecFluent.ResourcesNested<N>
,ResourceRequirementsFluent<PersistentVolumeClaimSpecFluent.ResourcesNested<N>>
- Enclosing class:
- PersistentVolumeClaimSpecFluentImpl<A extends PersistentVolumeClaimSpecFluent<A>>
public class PersistentVolumeClaimSpecFluentImpl.ResourcesNestedImpl<N> extends ResourceRequirementsFluentImpl<PersistentVolumeClaimSpecFluent.ResourcesNested<N>> implements PersistentVolumeClaimSpecFluent.ResourcesNested<N>, Nested<N>
-
Field Summary
-
Method Summary
Modifier and Type Method Description N
and()
N
endResources()
Methods inherited from class io.fabric8.kubernetes.api.model.ResourceRequirementsFluentImpl
addToLimits, addToLimits, addToRequests, addToRequests, equals, getLimits, getRequests, hasLimits, hasRequests, removeFromLimits, removeFromLimits, removeFromRequests, removeFromRequests, withLimits, withRequests
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fabric8.kubernetes.api.model.ResourceRequirementsFluent
addToLimits, addToLimits, addToRequests, addToRequests, getLimits, getRequests, hasLimits, hasRequests, removeFromLimits, removeFromLimits, removeFromRequests, removeFromRequests, withLimits, withRequests
-
Method Details
-
and
-
endResources
- Specified by:
endResources
in interfacePersistentVolumeClaimSpecFluent.ResourcesNested<N>
-