1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/volume/drivers
Brian Goff 7c77df8acc Move plugin client to separate interface
This makes it a bit simpler to remove this interface for v2 plugins
and not break external projects (libnetwork and swarmkit).

Note that before we remove the `Client()` interface from `CompatPlugin`
libnetwork and swarmkit must be updated to explicitly check for the v1
client interface as is done int his PR.

This is just a minor tweak that I realized is needed after trying to
implement the needed changes on libnetwork.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-05-30 15:22:10 -04:00
..
adapter.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00
extpoint.go Move plugin client to separate interface 2018-05-30 15:22:10 -04:00
extpoint_test.go Remove use of global volume driver store 2018-04-17 14:07:08 -04:00
proxy.go Rename volumedrivers package to drivers 2018-04-17 14:06:53 -04:00
proxy_test.go Rename volumedrivers package to drivers 2018-04-17 14:06:53 -04:00