Uses of Interface
org.cdk8s.plus22.ContainerResources
-
-
Uses of ContainerResources in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement ContainerResources Modifier and Type Class Description static classContainerResources.Jsii$ProxyAn implementation forContainerResourcesMethods in org.cdk8s.plus22 that return ContainerResources Modifier and Type Method Description ContainerResourcesContainerResources.Builder. build()Builds the configured instance.ContainerResourcesContainer. getResources()Compute resources (CPU and memory requests and limits) required by the container.default ContainerResourcesContainerProps. getResources()Compute resources (CPU and memory requests and limits) required by the container.ContainerResourcesContainerProps.Jsii$Proxy. getResources()Methods in org.cdk8s.plus22 with parameters of type ContainerResources Modifier and Type Method Description Container.BuilderContainer.Builder. resources(ContainerResources resources)Compute resources (CPU and memory requests and limits) required by the container.ContainerProps.BuilderContainerProps.Builder. resources(ContainerResources resources)Sets the value ofContainerProps.getResources()
-