| Modifier and Type | Method and Description |
|---|---|
Container |
Job.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
Pod.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
StatefulSet.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
IPodTemplate.Jsii$Proxy.addContainer(ContainerProps container)
Add a container to the pod.
|
default Container |
IPodTemplate.Jsii$Default.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
IPodSpec.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
IPodSpec.Jsii$Proxy.addContainer(ContainerProps container)
Add a container to the pod.
|
default Container |
IPodSpec.Jsii$Default.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
PodSpec.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
Deployment.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
Container.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
Job.getContainers()
The containers belonging to the pod.
|
List<Container> |
Pod.getContainers()
The containers belonging to the pod.
|
List<Container> |
StatefulSet.getContainers()
The containers belonging to the pod.
|
List<Container> |
IPodTemplate.Jsii$Proxy.getContainers()
The containers belonging to the pod.
|
default List<Container> |
IPodTemplate.Jsii$Default.getContainers()
The containers belonging to the pod.
|
List<Container> |
IPodSpec.getContainers()
The containers belonging to the pod.
|
List<Container> |
IPodSpec.Jsii$Proxy.getContainers()
The containers belonging to the pod.
|
default List<Container> |
IPodSpec.Jsii$Default.getContainers()
The containers belonging to the pod.
|
List<Container> |
PodSpec.getContainers()
The containers belonging to the pod.
|
List<Container> |
Deployment.getContainers()
The containers belonging to the pod.
|
Copyright © 2021. All rights reserved.