open-nomad/plugins/base
Alex Dadgar 83ad5afb69 Example device plugin and helpers
This PR introduces:
* An example device plugin that exposes files as devices for testing.
* Helpers for serving a device plugin
* A launcher binary that allows interacting with a device plugin without
needing a Nomad client.
2018-08-28 13:59:57 -07:00
..
proto Review comments 2018-08-13 11:01:44 -07:00
base.go Review comments 2018-08-13 11:01:44 -07:00
client.go initial device go-plugin 2018-08-16 16:49:09 -07:00
plugin.go Example device plugin and helpers 2018-08-28 13:59:57 -07:00
plugin_test.go initial device go-plugin 2018-08-16 16:49:09 -07:00
server.go Review comments 2018-08-13 11:01:44 -07:00
testing.go initial device go-plugin 2018-08-16 16:49:09 -07:00