Uses of Interface
org.cdk8s.plus28.k8s.ContainerResizePolicy
-
Packages that use ContainerResizePolicy Package Description org.cdk8s.plus28.k8s -
-
Uses of ContainerResizePolicy in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement ContainerResizePolicy Modifier and Type Class Description static classContainerResizePolicy.Jsii$ProxyAn implementation forContainerResizePolicyMethods in org.cdk8s.plus28.k8s that return ContainerResizePolicy Modifier and Type Method Description ContainerResizePolicyContainerResizePolicy.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type ContainerResizePolicy Modifier and Type Method Description default List<ContainerResizePolicy>Container. getResizePolicy()Resources resize policy for the container.List<ContainerResizePolicy>Container.Jsii$Proxy. getResizePolicy()default List<ContainerResizePolicy>EphemeralContainer. getResizePolicy()Resources resize policy for the container.List<ContainerResizePolicy>EphemeralContainer.Jsii$Proxy. getResizePolicy()Method parameters in org.cdk8s.plus28.k8s with type arguments of type ContainerResizePolicy Modifier and Type Method Description Container.BuilderContainer.Builder. resizePolicy(List<? extends ContainerResizePolicy> resizePolicy)Sets the value ofContainer.getResizePolicy()EphemeralContainer.BuilderEphemeralContainer.Builder. resizePolicy(List<? extends ContainerResizePolicy> resizePolicy)Sets the value ofEphemeralContainer.getResizePolicy()
-