public class RunVolumeConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RunVolumeConfiguration.RunVolumeConfigurationBuilder |
| Constructor and Description |
|---|
RunVolumeConfiguration() |
RunVolumeConfiguration(List<String> from,
List<String> bind) |
| Modifier and Type | Method and Description |
|---|---|
static RunVolumeConfiguration.RunVolumeConfigurationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getBind()
List of bind parameters for binding/mounting host directories
into the container
|
List<String> |
getFrom()
List of images names from where volumes are mounted
|
int |
hashCode() |
public static RunVolumeConfiguration.RunVolumeConfigurationBuilder builder()
public List<String> getFrom()
public List<String> getBind()
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.