| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerProps.Jsii$Proxy
An implementation for
ContainerProps |
| Modifier and Type | Method and Description |
|---|---|
ContainerProps |
ContainerProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerProps> |
StatefulSetProps.Jsii$Proxy.getContainers() |
List<ContainerProps> |
PodTemplateProps.Jsii$Proxy.getContainers() |
default List<ContainerProps> |
PodSpecProps.getContainers()
List of containers belonging to the pod.
|
List<ContainerProps> |
PodSpecProps.Jsii$Proxy.getContainers() |
List<ContainerProps> |
DeploymentProps.Jsii$Proxy.getContainers() |
List<ContainerProps> |
JobProps.Jsii$Proxy.getContainers() |
List<ContainerProps> |
PodProps.Jsii$Proxy.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
Container |
Job.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 |
Deployment.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
StatefulSet.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
PodSpec.addContainer(ContainerProps container)
Add a container to the pod.
|
Container |
Pod.addContainer(ContainerProps container)
Add a container to the pod.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulSetProps.Builder |
StatefulSetProps.Builder.containers(List<? extends ContainerProps> containers)
Sets the value of
PodSpecProps.getContainers() |
PodTemplateProps.Builder |
PodTemplateProps.Builder.containers(List<? extends ContainerProps> containers)
Sets the value of
PodSpecProps.getContainers() |
Job.Builder |
Job.Builder.containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.
|
PodSpecProps.Builder |
PodSpecProps.Builder.containers(List<? extends ContainerProps> containers)
Sets the value of
PodSpecProps.getContainers() |
DeploymentProps.Builder |
DeploymentProps.Builder.containers(List<? extends ContainerProps> containers)
Sets the value of
PodSpecProps.getContainers() |
Deployment.Builder |
Deployment.Builder.containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.
|
PodTemplate.Builder |
PodTemplate.Builder.containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.
|
StatefulSet.Builder |
StatefulSet.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 of
PodSpecProps.getContainers() |
PodSpec.Builder |
PodSpec.Builder.containers(List<? extends ContainerProps> containers)
List of containers belonging to the pod.
|
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 of
PodSpecProps.getContainers() |
| Constructor and Description |
|---|
Container(ContainerProps props) |
| Constructor and Description |
|---|
Jsii$Proxy(org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
PodTemplateProps.Builder. |
Jsii$Proxy(org.cdk8s.ApiObjectMetadata metadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
PodProps.Builder. |
Jsii$Proxy(Boolean defaultSelector,
Number replicas,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
DeploymentProps.Builder. |
Jsii$Proxy(org.cdk8s.Duration activeDeadline,
Number backoffLimit,
org.cdk8s.Duration ttlAfterFinished,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
JobProps.Builder. |
Jsii$Proxy(List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
PodSpecProps.Builder. |
Jsii$Proxy(Service service,
Boolean defaultSelector,
PodManagementPolicy podManagementPolicy,
Number replicas,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
StatefulSetProps.Builder. |
Copyright © 2021. All rights reserved.