mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
vendor: sync api/tasks for poststop hook
This commit is contained in:
1
vendor/github.com/hashicorp/nomad/api/tasks.go
generated
vendored
1
vendor/github.com/hashicorp/nomad/api/tasks.go
generated
vendored
@@ -633,6 +633,7 @@ type DispatchPayloadConfig struct {
|
||||
const (
|
||||
TaskLifecycleHookPrestart = "prestart"
|
||||
TaskLifecycleHookPoststart = "poststart"
|
||||
TaskLifecycleHookPoststop = "poststop"
|
||||
)
|
||||
|
||||
type TaskLifecycle struct {
|
||||
|
||||
Reference in New Issue
Block a user