mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
031a2a5c4b
handleLegacy is a flag to indicate whether daemon is supporting legacy plugins. When the time comes to remove support for legacy plugins, flipping this bool is all that will be needed to remove legacy plugin support. This can be a global variable rather than be embedded in the manager, thereby cleaning up code. Also rename to allowV1PluginsFallback for clarity. Signed-off-by: Anusha Ragunathan <anusha@docker.com> |
||
---|---|---|
.. | ||
distribution | ||
backend.go | ||
interface.go | ||
legacy.go | ||
manager.go | ||
manager_linux.go | ||
manager_windows.go |