vendor: sync api/tasks for poststop hook

This commit is contained in:
Tim Gross
2020-11-16 11:28:02 -05:00
committed by GitHub
parent 40bb2725a6
commit 6c05798fab

View File

@@ -633,6 +633,7 @@ type DispatchPayloadConfig struct {
const (
TaskLifecycleHookPrestart = "prestart"
TaskLifecycleHookPoststart = "poststart"
TaskLifecycleHookPoststop = "poststop"
)
type TaskLifecycle struct {