| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerComposeVolumeConfig.Jsii$Proxy
An implementation for
DockerComposeVolumeConfig |
| Modifier and Type | Method and Description |
|---|---|
DockerComposeVolumeConfig |
DockerComposeVolumeConfig.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDockerComposeVolumeConfig.addVolumeConfiguration(String volumeName,
DockerComposeVolumeConfig configuration)
(experimental) Add volume configuration to the repository.
|
void |
IDockerComposeVolumeConfig.Jsii$Proxy.addVolumeConfiguration(String volumeName,
DockerComposeVolumeConfig configuration)
(experimental) Add volume configuration to the repository.
|
default void |
IDockerComposeVolumeConfig.Jsii$Default.addVolumeConfiguration(String volumeName,
DockerComposeVolumeConfig configuration)
(experimental) Add volume configuration to the repository.
|
static IDockerComposeVolumeBinding |
DockerCompose.namedVolume(String volumeName,
String targetPath,
DockerComposeVolumeConfig options)
(experimental) Create a named volume and mount it to the target path.
|
Copyright © 2021. All rights reserved.