Home
last modified time | relevance | path

Searched refs:TaskStopRequest (Results 1 – 17 of 17) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/interfaces/
H A Dtask_lifecycle.go175 type TaskStopRequest struct { struct
194 Stop(context.Context, *TaskStopRequest, *TaskStopResponse) error argument
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/interfaces/
H A Dtask_lifecycle.go175 type TaskStopRequest struct { struct
194 Stop(context.Context, *TaskStopRequest, *TaskStopResponse) error argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/
H A Dlogmon_hook.go196 func (h *logmonHook) Stop(_ context.Context, req *interfaces.TaskStopRequest, _ *interfaces.TaskSto…
217 func (h *logmonHook) reattach(req *interfaces.TaskStopRequest) error {
H A Dlogmon_hook_test.go103 stopReq := interfaces.TaskStopRequest{
H A Dtemplate_hook.go114 func (h *templateHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfaces.…
H A Dservice_hook.go189 func (h *serviceHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfaces.T…
H A Dvault_hook.go159 func (h *vaultHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfaces.Tas…
H A Dscript_check_hook.go154 func (h *scriptCheckHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfac…
H A Dtask_runner_hooks.go373 req := interfaces.TaskStopRequest{}
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/
H A Dlogmon_hook.go196 func (h *logmonHook) Stop(_ context.Context, req *interfaces.TaskStopRequest, _ *interfaces.TaskSto…
217 func (h *logmonHook) reattach(req *interfaces.TaskStopRequest) error {
H A Dlogmon_hook_test.go103 stopReq := interfaces.TaskStopRequest{
H A Dtemplate_hook.go135 func (h *templateHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfaces.…
H A Dservice_hook.go184 func (h *serviceHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfaces.T…
H A Dplugin_supervisor_hook.go359 func (h *csiPluginSupervisorHook) Stop(_ context.Context, req *interfaces.TaskStopRequest, _ *inter…
H A Dvault_hook.go159 func (h *vaultHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfaces.Tas…
H A Dscript_check_hook.go156 func (h *scriptCheckHook) Stop(ctx context.Context, req *interfaces.TaskStopRequest, resp *interfac…
H A Dtask_runner_hooks.go415 req := interfaces.TaskStopRequest{}