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