open-nomad/client/allocrunner/taskrunner
2019-06-17 20:50:26 +00:00
..
getter
interfaces
restarts Fix restart attempts of restart stanza. 2019-05-21 13:27:19 +02:00
state client: test logmon cleanup 2019-03-04 13:15:15 -08:00
template tests: fix data race in client/allocrunner/taskrunner/template TestTaskTemplateManager_Rerender_Signal 2019-05-21 13:56:58 -04:00
testdata executor/linux: make chroot binary paths absolute 2019-04-01 15:45:31 -07:00
artifact_hook.go client: ensure task is cleaned up when terminal 2019-03-01 14:00:23 -08:00
artifact_hook_test.go client: ensure task is cleaned up when terminal 2019-03-01 14:00:23 -08:00
device_hook.go
device_hook_test.go
dispatch_hook.go
dispatch_hook_test.go use drivers.FSIsolation 2019-01-08 09:11:47 -05:00
driver_handle.go implement client endpoint of nomad exec 2019-05-09 16:49:08 -04:00
errors.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
errors_test.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
lazy_handle.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
lifecycle.go client: simplify kill logic 2019-04-04 15:18:33 -07:00
logmon_hook.go retry grpc unavailable errors even if not shutting down 2019-04-25 18:39:17 -04:00
logmon_hook_test.go logmon: make Start rpc idempotent and simplify hook 2019-03-19 14:02:36 -04:00
logmon_hook_unix_test.go try checking process status 2019-04-25 18:16:13 -04:00
service_hook.go trhooks: Add TaskStopHook interface to services 2019-06-12 16:00:21 +02:00
service_hook_test.go consul: fix task deregistration hook 2019-02-12 15:36:02 -08:00
stats_hook.go tr: use context in as select statement 2019-01-22 20:11:39 -05:00
stats_hook_test.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
task_dir_hook.go client: ensure task is cleaned up when terminal 2019-03-01 14:00:23 -08:00
task_runner.go metrics: add namespace label to allocation metrics 2019-06-17 20:50:26 +00:00
task_runner_getters.go Merge pull request #5518 from hashicorp/f-simplify-kill 2019-04-15 14:11:58 -07:00
task_runner_hooks.go client: ensure task is cleaned up when terminal 2019-03-01 14:00:23 -08:00
task_runner_test.go metrics: add namespace label to allocation metrics 2019-06-17 20:50:26 +00:00
template_hook.go
validate_hook.go
validate_hook_test.go
vault_hook.go emit TaskRestartSignal event on vault restart 2019-02-22 15:56:14 -05:00
vault_hook_test.go