Uses of Interface
org.cdk8s.plus24.ContainerProps
-
Packages that use ContainerProps Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerProps in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement ContainerProps Modifier and Type Class Description static class
ContainerProps.Jsii$Proxy
An implementation forContainerProps
Methods in org.cdk8s.plus24 that return ContainerProps Modifier and Type Method Description ContainerProps
ContainerProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 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>
CronJobProps.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>
CronJobProps.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.plus24 with parameters of type ContainerProps Modifier and Type Method Description Container
AbstractPod. addContainer(ContainerProps cont)
Container
AbstractPod. addInitContainer(ContainerProps cont)
Method parameters in org.cdk8s.plus24 with type arguments of type ContainerProps Modifier and Type Method Description AbstractPodProps.Builder
AbstractPodProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
CronJob.Builder
CronJob.Builder. containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.CronJobProps.Builder
CronJobProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
DaemonSet.Builder
DaemonSet.Builder. containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.DaemonSetProps.Builder
DaemonSetProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
Deployment.Builder
Deployment.Builder. containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.DeploymentProps.Builder
DeploymentProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
Job.Builder
Job.Builder. containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.JobProps.Builder
JobProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
Pod.Builder
Pod.Builder. containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.PodProps.Builder
PodProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
StatefulSet.Builder
StatefulSet.Builder. containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.StatefulSetProps.Builder
StatefulSetProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
WorkloadProps.Builder
WorkloadProps.Builder. containers(List<? extends ContainerProps> containers)
Sets the value ofAbstractPodProps.getContainers()
AbstractPodProps.Builder
AbstractPodProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
CronJob.Builder
CronJob.Builder. initContainers(List<? extends ContainerProps> initContainers)
List of initialization containers belonging to the pod.CronJobProps.Builder
CronJobProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
DaemonSet.Builder
DaemonSet.Builder. initContainers(List<? extends ContainerProps> initContainers)
List of initialization containers belonging to the pod.DaemonSetProps.Builder
DaemonSetProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
Deployment.Builder
Deployment.Builder. initContainers(List<? extends ContainerProps> initContainers)
List of initialization containers belonging to the pod.DeploymentProps.Builder
DeploymentProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
Job.Builder
Job.Builder. initContainers(List<? extends ContainerProps> initContainers)
List of initialization containers belonging to the pod.JobProps.Builder
JobProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
Pod.Builder
Pod.Builder. initContainers(List<? extends ContainerProps> initContainers)
List of initialization containers belonging to the pod.PodProps.Builder
PodProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
StatefulSet.Builder
StatefulSet.Builder. initContainers(List<? extends ContainerProps> initContainers)
List of initialization containers belonging to the pod.StatefulSetProps.Builder
StatefulSetProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
WorkloadProps.Builder
WorkloadProps.Builder. initContainers(List<? extends ContainerProps> initContainers)
Sets the value ofAbstractPodProps.getInitContainers()
Constructors in org.cdk8s.plus24 with parameters of type ContainerProps Constructor Description Container(ContainerProps props)
-