Get retrieves the volume with the requested name
(name string)
| 28 | List() ([]Volume, error) |
| 29 | // Get retrieves the volume with the requested name |
| 30 | Get(name string) (Volume, error) |
| 31 | // Scope returns the scope of the driver (e.g. `global` or `local`). |
| 32 | // Scope determines how the driver is handled at a cluster level |
| 33 | Scope() string |
no outgoing calls