open-nomad/client/driver
2016-05-07 12:00:44 -07:00
..
env Fix splitting on equals to return maximum of two strings 2016-04-21 17:08:47 -07:00
executor Implement a Windows-specific UniversalExecutor wait() 2016-05-07 12:00:44 -07:00
logging Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
structs Added some docs 2016-05-05 11:52:22 -07:00
test-resources Added a test 2016-03-30 13:42:17 -07:00
docker.go Docker labels configuration should be of type "array" in schema 2016-04-25 23:58:31 +02:00
docker_test.go Modified the test to wait for 3 seconds before inspecting containers 2016-04-14 06:43:37 +05:30
driver.go Implement configuration validation for all task drivers 2016-04-10 00:42:57 +02:00
driver_test.go Add IP and PORT environment variables 2016-04-15 11:01:32 -07:00
exec.go Prefer golang.org/x/sys/unix where appropriate 2016-05-07 11:01:45 -07:00
exec_test.go
executor_plugin.go Added version to executor 2016-03-29 22:24:22 -07:00
java.go Put the executor into the cgroup to avoid a fork race 2016-04-18 17:59:08 -07:00
java_test.go
plugins.go
qemu.go Add missing comments on exported Validate function 2016-04-10 01:15:09 +02:00
qemu_test.go
raw_exec.go Add missing comments on exported Validate function 2016-04-10 01:15:09 +02:00
raw_exec_test.go
rkt.go Add missing comments on exported Validate function 2016-04-10 01:15:09 +02:00
rkt_test.go
syslog_plugin.go
utils.go Added docs 2016-03-27 23:21:50 -07:00
utils_test.go
utils_unix.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
utils_windows.go