Uses of Class
org.cdk8s.plus22.Container
-
-
Uses of Container in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return Container Modifier and Type Method Description ContainerDeployment. addContainer(ContainerProps container)Add a container to the pod.ContainerIPodSpec. addContainer(ContainerProps container)Add a container to the pod.default ContainerIPodSpec.Jsii$Default. addContainer(ContainerProps container)Add a container to the pod.ContainerIPodSpec.Jsii$Proxy. addContainer(ContainerProps container)Add a container to the pod.default ContainerIPodTemplate.Jsii$Default. addContainer(ContainerProps container)Add a container to the pod.ContainerIPodTemplate.Jsii$Proxy. addContainer(ContainerProps container)Add a container to the pod.ContainerJob. addContainer(ContainerProps container)Add a container to the pod.ContainerPod. addContainer(ContainerProps container)Add a container to the pod.ContainerPodSpec. addContainer(ContainerProps container)Add a container to the pod.ContainerStatefulSet. addContainer(ContainerProps container)Add a container to the pod.ContainerContainer.Builder. build()default ContainerEnvValueFromResourceOptions. getContainer()The container to select the value from.ContainerEnvValueFromResourceOptions.Jsii$Proxy. getContainer()Methods in org.cdk8s.plus22 that return types with arguments of type Container Modifier and Type Method Description List<Container>Deployment. getContainers()The containers belonging to the pod.List<Container>IPodSpec. getContainers()The containers belonging to the pod.default List<Container>IPodSpec.Jsii$Default. getContainers()The containers belonging to the pod.List<Container>IPodSpec.Jsii$Proxy. getContainers()The containers belonging to the pod.default List<Container>IPodTemplate.Jsii$Default. getContainers()The containers belonging to the pod.List<Container>IPodTemplate.Jsii$Proxy. getContainers()The containers belonging to the pod.List<Container>Job. getContainers()The containers belonging to the pod.List<Container>Pod. getContainers()The containers belonging to the pod.List<Container>PodSpec. getContainers()The containers belonging to the pod.List<Container>StatefulSet. getContainers()The containers belonging to the pod.Methods in org.cdk8s.plus22 with parameters of type Container Modifier and Type Method Description EnvValueFromResourceOptions.BuilderEnvValueFromResourceOptions.Builder. container(Container container)Sets the value ofEnvValueFromResourceOptions.getContainer()
-