open-nomad/helper/pluginutils/loader
James Rasell 5dd4130a47
plugin: ensure plugin loader maps correct API version to type.
The plugin loader supplies a version map to ensure the Nomad agent
can support the plugins at the version they specify. The map was
incorrectly mapping the driver type to the device API supported
version identifier. This currently does not cause a bug as both
device and driver versions are the same string. This could cause
problems in the future, however, if either plugin interface were
to change and require version updates.
2020-03-31 12:31:56 +02:00
..
api_versions.go plugin: ensure plugin loader maps correct API version to type. 2020-03-31 12:31:56 +02:00
filter_unix.go move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00
filter_windows.go Fix executable check on windows 2019-02-08 16:05:14 -05:00
init.go add formatting for hcl parsing error messages (#5972) 2019-07-19 10:04:39 -07:00
instance.go move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00
loader.go drivers: pass logger through driver plugin client 2019-01-25 09:38:41 -05:00
loader_test.go move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00
plugin_test.go move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00
testing.go move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00
util.go move pluginutils -> helper/pluginutils 2019-01-22 15:50:08 -08:00