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 6eda03fd62
commit a1532d7cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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