Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Method and Description |
---|---|
VolumeMount |
VolumeMount.VolumeMountBuilder.build()
Construct a
VolumeMount from the provided values. |
Modifier and Type | Method and Description |
---|---|
List<VolumeMount> |
CreateServiceInstanceAppBindingResponse.getVolumeMounts()
Get the set of volume mounts that can be used in an application container file system.
|
List<VolumeMount> |
GetServiceInstanceAppBindingResponse.getVolumeMounts()
Get the set of volume mounts that can be used in an application container file system.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder |
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder.volumeMounts(VolumeMount... volumeMounts)
Add a set of volume mounts from the provided array to the volume mounts that can be used in
an application container file system.
|
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder |
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder.volumeMounts(VolumeMount... volumeMounts)
Add a set of volume mounts from the provided array to the volume mounts that can be used in
an application container file system.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder |
CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder.volumeMounts(List<VolumeMount> volumeMounts)
Add a set of volume mounts from the provided List to the volume mounts that can be used in
an application container file system.
|
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder |
GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder.volumeMounts(List<VolumeMount> volumeMounts)
Add a set of volume mounts from the provided List to the volume mounts that can be used in
an application container file system.
|