moby/plugin
Madhu Venugopal b219698e75 Add a GetAll function that returns only managed plugins supported by V2
The current GetAll handles both V2 and legacy plugins. Also due to the
nature of V1 plugins, it also loads them. This causes problems when
loading is not required. Hence adding an independent API that will
return only the plugins that are loaded using v2 mangaed plugins.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2017-01-03 15:37:46 -08:00
..
v2 Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
backend_linux.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
backend_unsupported.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
blobstore.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
defs.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
manager.go Fix validation of plugins without rootfs in config 2016-12-27 17:21:08 -08:00
manager_linux.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
store.go Add a GetAll function that returns only managed plugins supported by V2 2017-01-03 15:37:46 -08:00
store_test.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00