vendor: sync api/tasks for poststop hook
This commit is contained in:
parent
6eda03fd62
commit
a1532d7cf8
|
@ -633,6 +633,7 @@ type DispatchPayloadConfig struct {
|
|||
const (
|
||||
TaskLifecycleHookPrestart = "prestart"
|
||||
TaskLifecycleHookPoststart = "poststart"
|
||||
TaskLifecycleHookPoststop = "poststop"
|
||||
)
|
||||
|
||||
type TaskLifecycle struct {
|
||||
|
|
Loading…
Reference in New Issue