open-nomad/client/driver/executor
Sean Chittenden 555f4fe135
Change client/consul.NewSyncer() to accept a shutdown channel
In addition to the API changing, consul.Syncer can now be signaled
to shutdown via the Shutdown() method, which will call the Run()'ing
sync task to exit gracefully.
2016-06-10 15:54:39 -04:00
..
checks.go Re-sort functions back to the same ordering as `master` 2016-05-08 11:46:20 -07:00
checks_test.go Using latest busybox 2016-03-25 18:21:43 -07:00
checks_unix.go Revert making UniversalExecutor.wait() platform specific 2016-05-08 11:17:27 -07:00
checks_windows.go Revert making UniversalExecutor.wait() platform specific 2016-05-08 11:17:27 -07:00
executor.go Change client/consul.NewSyncer() to accept a shutdown channel 2016-06-10 15:54:39 -04:00
executor_basic.go Fixed the compilation on linux 2016-05-28 19:59:20 -07:00
executor_linux.go Alloc-status only shows measured statistics and fixes to CPU calculations 2016-06-10 10:38:29 -07:00
executor_test.go Added a test to validate we are collecting stats 2016-05-28 19:59:20 -07:00
executor_unix.go Revert making UniversalExecutor.wait() platform specific 2016-05-08 00:13:28 -07:00
executor_windows.go Revert making UniversalExecutor.wait() platform specific 2016-05-08 00:13:28 -07:00