Documentation ¶
Index ¶
- func ExecutePostCheckCommand(client container.Client, container types.Container)
- func ExecutePostChecks(client container.Client, params types.UpdateParams)
- func ExecutePostUpdateCommand(client container.Client, newContainerID types.ContainerID)
- func ExecutePreCheckCommand(client container.Client, container types.Container)
- func ExecutePreChecks(client container.Client, params types.UpdateParams)
- func ExecutePreUpdateCommand(client container.Client, container types.Container) (SkipUpdate bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecutePostCheckCommand ¶
ExecutePostCheckCommand tries to run the post-check lifecycle hook for a single container.
func ExecutePostChecks ¶
func ExecutePostChecks(client container.Client, params types.UpdateParams)
ExecutePostChecks tries to run the post-check lifecycle hook for all containers included by the current filter.
func ExecutePostUpdateCommand ¶
func ExecutePostUpdateCommand(client container.Client, newContainerID types.ContainerID)
ExecutePostUpdateCommand tries to run the post-update lifecycle hook for a single container.
func ExecutePreCheckCommand ¶
ExecutePreCheckCommand tries to run the pre-check lifecycle hook for a single container.
func ExecutePreChecks ¶
func ExecutePreChecks(client container.Client, params types.UpdateParams)
ExecutePreChecks tries to run the pre-check lifecycle hook for all containers included by the current filter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.