Uses of Interface
org.cdk8s.plus22.ContainerProps
-
-
Uses of ContainerProps in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement ContainerProps Modifier and Type Class Description static classContainerProps.Jsii$ProxyAn implementation forContainerPropsMethods in org.cdk8s.plus22 that return ContainerProps Modifier and Type Method Description ContainerPropsContainerProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 that return types with arguments of type ContainerProps Modifier and Type Method Description List<ContainerProps>DeploymentProps.Jsii$Proxy. getContainers()List<ContainerProps>JobProps.Jsii$Proxy. getContainers()List<ContainerProps>PodProps.Jsii$Proxy. getContainers()default List<ContainerProps>PodSpecProps. getContainers()List of containers belonging to the pod.List<ContainerProps>PodSpecProps.Jsii$Proxy. getContainers()List<ContainerProps>PodTemplateProps.Jsii$Proxy. getContainers()List<ContainerProps>StatefulSetProps.Jsii$Proxy. getContainers()Methods in org.cdk8s.plus22 with parameters of type ContainerProps 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.Method parameters in org.cdk8s.plus22 with type arguments of type ContainerProps Modifier and Type Method Description Deployment.BuilderDeployment.Builder. containers(List<? extends ContainerProps> containers)List of containers belonging to the pod.DeploymentProps.BuilderDeploymentProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()Job.BuilderJob.Builder. containers(List<? extends ContainerProps> containers)List of containers belonging to the pod.JobProps.BuilderJobProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()Pod.BuilderPod.Builder. containers(List<? extends ContainerProps> containers)List of containers belonging to the pod.PodProps.BuilderPodProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()PodSpec.BuilderPodSpec.Builder. containers(List<? extends ContainerProps> containers)List of containers belonging to the pod.PodSpecProps.BuilderPodSpecProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()PodTemplate.BuilderPodTemplate.Builder. containers(List<? extends ContainerProps> containers)List of containers belonging to the pod.PodTemplateProps.BuilderPodTemplateProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()StatefulSet.BuilderStatefulSet.Builder. containers(List<? extends ContainerProps> containers)List of containers belonging to the pod.StatefulSetProps.BuilderStatefulSetProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()Constructors in org.cdk8s.plus22 with parameters of type ContainerProps Constructor Description Container(ContainerProps props)
-