| Modifier and Type | Class and Description |
|---|---|
static class |
VolumeMount.Jsii$Proxy
An implementation for
VolumeMount |
| Modifier and Type | Method and Description |
|---|---|
VolumeMount |
VolumeMount.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeMount> |
Container.getMounts()
Volume mounts configured for this container.
|
default List<VolumeMount> |
ContainerProps.getVolumeMounts()
Pod volumes to mount into the container's filesystem.
|
List<VolumeMount> |
ContainerProps.Jsii$Proxy.getVolumeMounts() |
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.volumeMounts(List<? extends VolumeMount> volumeMounts)
Pod volumes to mount into the container's filesystem.
|
ContainerProps.Builder |
ContainerProps.Builder.volumeMounts(List<? extends VolumeMount> volumeMounts)
Sets the value of
ContainerProps.getVolumeMounts() |
| Constructor and Description |
|---|
Jsii$Proxy(String image,
List<String> args,
List<String> command,
Map<String,? extends EnvValue> env,
ImagePullPolicy imagePullPolicy,
Probe liveness,
String name,
Number port,
Probe readiness,
Probe startup,
List<? extends VolumeMount> volumeMounts,
String workingDir)
Constructor that initializes the object based on literal property values passed by the
ContainerProps.Builder. |
Copyright © 2021. All rights reserved.