summaryrefslogtreecommitdiff
path: root/volume/drivers/adapter.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36688 from cpuguy83/volumes_serviceSebastiaan van Stijn2018-06-051-2/+2
|\
| * Extract volume interaction to a volumes serviceBrian Goff2018-05-251-2/+2
* | Move plugin client creation to the extension pointBrian Goff2018-05-251-2/+2
|/
* Rename volumedrivers package to driversBrian Goff2018-04-171-1/+1
* Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-211-34/+26
|\
| * Ensure plugin returns correctly scoped pathsBrian Goff2018-02-071-34/+26
* | Add canonical import commentDaniel Nephin2018-02-051-1/+1
|/
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Spelling fixesJosh Soref2017-07-031-1/+1
* Add CreatedAt filed to volume. Display when volume is inspected.Marianna2017-05-261-1/+8
* plugins: container-rootfs-relative pathsTibor Vass2016-12-091-20/+34
* delete a useless variableYanqiang Miao2016-07-291-1/+0
* fix typosallencloud2016-07-231-1/+1
* Add support for volume scopesBrian Goff2016-06-051-4/+44
* When calling volume driver Mount, send opaque IDBrian Goff2016-04-291-4/+4
* Allow volume drivers to provide a `Status` fieldBrian Goff2016-04-151-0/+11
* Fix N+1 calling `Path()` on `volume ls`Brian Goff2016-04-121-5/+12
* add label support for build, networks and volumesEvan Hazlett2016-03-221-1/+2
* Fix panic when plugin responds with null volumeBrian Goff2016-02-241-1/+10
* Remove back-compat hacks from for volume plugins.Brian Goff2016-02-101-24/+3
* Fix volume driver API compatibility mode (a little)Stephen Rust2016-02-081-1/+14
* Add back compat for volume drivers `Get` and `Ls`Brian Goff2016-01-221-2/+9
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-0/+32
* Add volume API/CLIBrian Goff2015-08-261-2/+7
* Propagate unmount events to the external volume drivers.David Calavera2015-05-221-2/+11
* Volumes refactor and external plugin implementation.David Calavera2015-05-211-0/+51