open-nomad/drivers/docker
Danielle Tomlinson 66c521ca17 client: Move fingerprint structs to pkg
This removes a cyclical dependency when importing client/structs from
dependencies of the plugin_loader, specifically, drivers. Due to
client/config also depending on the plugin_loader.

It also better reflects the ownership of fingerprint structs, as they
are fairly internal to the fingerprint manager.
2018-12-01 17:10:39 +01:00
..
docklog modify fingerprint interface to use typed attribute struct 2018-11-28 10:01:03 -06:00
test-resources/docker drivers/docker: more work porting tests from old driver plugin 2018-11-19 22:59:16 -05:00
config.go add support for tmpfs 2018-11-27 07:20:17 -05:00
coordinator.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
coordinator_test.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
driver.go Merge pull request #4936 from hashicorp/f-legacy-refactor 2018-11-30 13:38:06 +01:00
driver_default.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
driver_linux_test.go docker: finished porting tests 2018-11-19 22:59:16 -05:00
driver_test.go client: Move fingerprint structs to pkg 2018-12-01 17:10:39 +01:00
driver_unix_test.go docker: add default blocks for driver plugin config schema 2018-11-19 22:59:18 -05:00
driver_windows.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
fingerprint.go Fix docker driver to use new fingerprint typed attributes 2018-11-28 10:01:03 -06:00
handle.go client: Merge driver/shared/structs and client/structs 2018-11-30 10:56:45 +01:00
progress.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
progress_test.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
state.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
utils.go docker: finished porting tests 2018-11-19 22:59:16 -05:00