Custom volumes.
(projectName string, volName string, desc string, config map[string]string, contentType drivers.ContentType, op *operations.Operation)
| 122 | |
| 123 | // Custom volumes. |
| 124 | CreateCustomVolume(projectName string, volName string, desc string, config map[string]string, contentType drivers.ContentType, op *operations.Operation) error |
| 125 | CreateCustomVolumeFromCopy(projectName string, srcProjectName string, volName, desc string, config map[string]string, srcPoolName, srcVolName string, snapshots bool, op *operations.Operation) error |
| 126 | UpdateCustomVolume(projectName string, volName string, newDesc string, newConfig map[string]string, op *operations.Operation) error |
| 127 | RenameCustomVolume(projectName string, volName string, newVolName string, op *operations.Operation) error |
no outgoing calls
no test coverage detected