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 default List<ContainerProps>AbstractPodProps. getContainers()List of containers belonging to the pod.List<ContainerProps>AbstractPodProps.Jsii$Proxy. getContainers()List<ContainerProps>DaemonSetProps.Jsii$Proxy. getContainers()List<ContainerProps>DeploymentProps.Jsii$Proxy. getContainers()List<ContainerProps>JobProps.Jsii$Proxy. getContainers()List<ContainerProps>PodProps.Jsii$Proxy. getContainers()List<ContainerProps>StatefulSetProps.Jsii$Proxy. getContainers()List<ContainerProps>WorkloadProps.Jsii$Proxy. getContainers()default List<ContainerProps>AbstractPodProps. getInitContainers()List of initialization containers belonging to the pod.List<ContainerProps>AbstractPodProps.Jsii$Proxy. getInitContainers()List<ContainerProps>DaemonSetProps.Jsii$Proxy. getInitContainers()List<ContainerProps>DeploymentProps.Jsii$Proxy. getInitContainers()List<ContainerProps>JobProps.Jsii$Proxy. getInitContainers()List<ContainerProps>PodProps.Jsii$Proxy. getInitContainers()List<ContainerProps>StatefulSetProps.Jsii$Proxy. getInitContainers()List<ContainerProps>WorkloadProps.Jsii$Proxy. getInitContainers()Methods in org.cdk8s.plus20 with parameters of type ContainerProps Modifier and Type Method Description ContainerAbstractPod. addContainer(ContainerProps cont)ContainerAbstractPod. addInitContainer(ContainerProps cont)Method parameters in org.cdk8s.plus20 with type arguments of type ContainerProps Modifier and Type Method Description AbstractPodProps.BuilderAbstractPodProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofAbstractPodProps.getContainers()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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.getContainers()WorkloadProps.BuilderWorkloadProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofAbstractPodProps.getContainers()AbstractPodProps.BuilderAbstractPodProps.Builder. initContainers(List<? extends ContainerProps> initContainers)Sets the value ofAbstractPodProps.getInitContainers()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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.getInitContainers()WorkloadProps.BuilderWorkloadProps.Builder. initContainers(List<? extends ContainerProps> initContainers)Sets the value ofAbstractPodProps.getInitContainers()Constructors in org.cdk8s.plus20 with parameters of type ContainerProps Constructor Description Container(ContainerProps props)
-