| Modifier and Type | Method and Description |
|---|---|
Container |
Container.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
PodProps.Jsii$Proxy.getContainers() |
List<Container> |
IPodTemplate.Jsii$Proxy.getContainers()
(experimental) The containers belonging to the pod.
|
List<Container> |
Job.getContainers()
(experimental) The containers belonging to the pod.
|
List<Container> |
PodTemplateProps.Jsii$Proxy.getContainers() |
List<Container> |
Deployment.getContainers()
(experimental) The containers belonging to the pod.
|
List<Container> |
PodSpec.getContainers()
(experimental) The containers belonging to the pod.
|
List<Container> |
DeploymentProps.Jsii$Proxy.getContainers() |
List<Container> |
JobProps.Jsii$Proxy.getContainers() |
List<Container> |
Pod.getContainers()
(experimental) The containers belonging to the pod.
|
List<Container> |
IPodSpec.getContainers()
(experimental) The containers belonging to the pod.
|
List<Container> |
IPodSpec.Jsii$Proxy.getContainers()
(experimental) The containers belonging to the pod.
|
default List<Container> |
PodSpecProps.getContainers()
(experimental) List of containers belonging to the pod.
|
List<Container> |
PodSpecProps.Jsii$Proxy.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
IPodTemplate.Jsii$Proxy.addContainer(Container container)
(experimental) Add a container to the pod.
|
void |
Job.addContainer(Container container)
(experimental) Add a container to the pod.
|
void |
Deployment.addContainer(Container container)
(experimental) Add a container to the pod.
|
void |
PodSpec.addContainer(Container container)
(experimental) Add a container to the pod.
|
void |
Pod.addContainer(Container container)
(experimental) Add a container to the pod.
|
void |
IPodSpec.addContainer(Container container)
(experimental) Add a container to the pod.
|
void |
IPodSpec.Jsii$Proxy.addContainer(Container container)
(experimental) Add a container to the pod.
|
| Modifier and Type | Method and Description |
|---|---|
PodProps.Builder |
PodProps.Builder.containers(List<? extends Container> containers)
Sets the value of
PodSpecProps.getContainers() |
Job.Builder |
Job.Builder.containers(List<? extends Container> containers)
(experimental) List of containers belonging to the pod.
|
PodTemplateProps.Builder |
PodTemplateProps.Builder.containers(List<? extends Container> containers)
Sets the value of
PodSpecProps.getContainers() |
Deployment.Builder |
Deployment.Builder.containers(List<? extends Container> containers)
(experimental) List of containers belonging to the pod.
|
PodSpec.Builder |
PodSpec.Builder.containers(List<? extends Container> containers)
(experimental) List of containers belonging to the pod.
|
DeploymentProps.Builder |
DeploymentProps.Builder.containers(List<? extends Container> containers)
Sets the value of
PodSpecProps.getContainers() |
JobProps.Builder |
JobProps.Builder.containers(List<? extends Container> containers)
Sets the value of
PodSpecProps.getContainers() |
Pod.Builder |
Pod.Builder.containers(List<? extends Container> containers)
(experimental) List of containers belonging to the pod.
|
PodTemplate.Builder |
PodTemplate.Builder.containers(List<? extends Container> containers)
(experimental) List of containers belonging to the pod.
|
PodSpecProps.Builder |
PodSpecProps.Builder.containers(List<? extends Container> containers)
Sets the value of
PodSpecProps.getContainers() |
Copyright © 2020. All rights reserved.