Uses of Class
org.cdk8s.plus20.Container
-
-
Uses of Container in org.cdk8s.plus20
Methods in org.cdk8s.plus20 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.ContainerDeployment. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerIPodSpec. addInitContainer(ContainerProps container)Add an init container to the pod.default ContainerIPodSpec.Jsii$Default. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerIPodSpec.Jsii$Proxy. addInitContainer(ContainerProps container)Add an init container to the pod.default ContainerIPodTemplate.Jsii$Default. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerIPodTemplate.Jsii$Proxy. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerJob. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerPod. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerPodSpec. addInitContainer(ContainerProps container)Add an init container to the pod.ContainerStatefulSet. addInitContainer(ContainerProps container)Add an init 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.plus20 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.List<Container>Deployment. getInitContainers()The init containers belonging to the pod.List<Container>IPodSpec. getInitContainers()The init containers belonging to the pod.default List<Container>IPodSpec.Jsii$Default. getInitContainers()The init containers belonging to the pod.List<Container>IPodSpec.Jsii$Proxy. getInitContainers()The init containers belonging to the pod.default List<Container>IPodTemplate.Jsii$Default. getInitContainers()The init containers belonging to the pod.List<Container>IPodTemplate.Jsii$Proxy. getInitContainers()The init containers belonging to the pod.List<Container>Job. getInitContainers()The init containers belonging to the pod.List<Container>Pod. getInitContainers()The init containers belonging to the pod.List<Container>PodSpec. getInitContainers()The init containers belonging to the pod.List<Container>StatefulSet. getInitContainers()The init containers belonging to the pod.Methods in org.cdk8s.plus20 with parameters of type Container Modifier and Type Method Description EnvValueFromResourceOptions.BuilderEnvValueFromResourceOptions.Builder. container(Container container)Sets the value ofEnvValueFromResourceOptions.getContainer()
-