Interface DeploymentStrategyFluent.ResourcesNested<N>

All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<DeploymentStrategyFluent.ResourcesNested<N>>, io.fabric8.kubernetes.api.builder.Nested<N>, io.fabric8.kubernetes.api.model.ResourceRequirementsFluent<DeploymentStrategyFluent.ResourcesNested<N>>
All Known Implementing Classes:
DeploymentStrategyFluentImpl.ResourcesNestedImpl
Enclosing interface:
DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>

public static interface DeploymentStrategyFluent.ResourcesNested<N>
extends io.fabric8.kubernetes.api.builder.Nested<N>, io.fabric8.kubernetes.api.model.ResourceRequirementsFluent<DeploymentStrategyFluent.ResourcesNested<N>>
  • Method Summary

    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
  • Method Details

    • and

      N and()
      Specified by:
      and in interface io.fabric8.kubernetes.api.builder.Nested<N>
    • endResources

      N endResources()