Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Class and Description |
---|---|
class |
SharedVolumeDevice
Represents a type of distributed
VolumeDevice which can be mounted on multiple app instances simultaneously. |
Modifier and Type | Method and Description |
---|---|
VolumeDevice |
VolumeMount.getDevice()
Get the details of the volume device to mount.
|
Modifier and Type | Method and Description |
---|---|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.device(VolumeDevice device)
Set the details of the volume device to mount, specific to the device type.
|
Constructor and Description |
---|
VolumeMount(String driver,
String containerDir,
VolumeMount.Mode mode,
VolumeMount.DeviceType deviceType,
VolumeDevice device)
Construct a new
VolumeMount |