open-nomad/client/driver
Sean Chittenden 8c813630e6
Move package client/consul/sync to command/agent/consul.
This has been done to allow the Server and Client to reuse the same
Syncer because the Agent may be running Client, Server, or both
simultaneously and we only want one Syncer object alive in the agent.
2016-06-10 15:54:39 -04:00
..
env Speling police 2016-05-15 09:41:34 -07:00
executor Move package client/consul/sync to command/agent/consul. 2016-06-10 15:54:39 -04:00
logging Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
structs Annotate what is measured 2016-06-09 19:45:41 -07:00
test-resources Added a test 2016-03-30 13:42:17 -07:00
docker.go Alloc-status only shows measured statistics and fixes to CPU calculations 2016-06-10 10:38:29 -07:00
docker_test.go Renamed error message in alloc endpoint 2016-05-28 20:03:52 -07:00
driver.go Added the PidStats method on the executor 2016-05-28 19:42:34 -07:00
driver_test.go Add IP and PORT environment variables 2016-04-15 11:01:32 -07:00
exec.go Add the Stats api to driverhandle 2016-05-28 19:42:34 -07:00
exec_default.go Rename the windows exec driver file to be the default exec driver. 2016-05-09 11:32:05 -07:00
exec_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
exec_unix.go Break out the windows vs UNIX Fingerprinter 2016-05-07 12:37:15 -07:00
executor_plugin.go Added pidstats in task resource usage struct 2016-05-28 19:59:20 -07:00
java.go Add the Stats api to driverhandle 2016-05-28 19:42:34 -07:00
java_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
plugins.go
qemu.go Add the Stats api to driverhandle 2016-05-28 19:42:34 -07:00
qemu_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
raw_exec.go Add the Stats api to driverhandle 2016-05-28 19:42:34 -07:00
raw_exec_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
rkt.go Add the Stats api to driverhandle 2016-05-28 19:42:34 -07:00
rkt_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
syslog_plugin.go
utils.go Update the nomad_server_service default from nomad-server to just nomad. 2016-06-10 15:50:11 -04:00
utils_test.go Fix test 2016-03-08 11:41:26 -08:00
utils_unix.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
utils_windows.go