lifecycle: add poststop hook (#8194)

This commit is contained in:
Jasmine Dahilig
2020-11-12 08:01:42 -08:00
committed by GitHub
parent 34121b3825
commit b85cce42fe
12 changed files with 280 additions and 15 deletions

View File

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