| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.servicebindings |
| Modifier and Type | Method and Description |
|---|---|
VolumeMounts |
VolumeMounts.Builder.build()
Builds a new
VolumeMounts. |
| Modifier and Type | Method and Description |
|---|---|
List<VolumeMounts> |
ServiceBindingEntity.getVolumeMounts()
The volume mounts
|
| Modifier and Type | Method and Description |
|---|---|
VolumeMounts.Builder |
VolumeMounts.Builder.from(VolumeMounts instance)
Fill a builder with attribute values from the provided
VolumeMounts instance. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.volumeMount(VolumeMounts element)
Adds one element to
volumeMounts list. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.volumeMounts(VolumeMounts... elements)
Adds elements to
volumeMounts list. |
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.addAllVolumeMounts(Iterable<? extends VolumeMounts> elements)
Adds elements to
volumeMounts list. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.volumeMounts(Iterable<? extends VolumeMounts> elements)
Sets or replaces all elements for
volumeMounts list. |
Copyright © 2020. All rights reserved.