Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Method and Description |
---|---|
static VolumeMount.VolumeMountBuilder |
VolumeMount.builder()
Create a builder that provides a fluent API for constructing a VolumeMount.
|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.containerDir(String containerDir)
Set the directory to mount inside the application container.
|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.device(VolumeDevice device)
Set the details of the volume device to mount, specific to the device type.
|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.deviceType(VolumeMount.DeviceType deviceType)
Set the type of the volume device to mount.
|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.driver(String driver)
Set the name of the volume driver plugin which manages the device.
|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.mode(VolumeMount.Mode mode)
Set a value indicating whether the volume can be mounted in read-only or read-write mode.
|