Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 714 Bytes

V1Lifecycle.md

File metadata and controls

12 lines (8 loc) · 714 Bytes

V1Lifecycle

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

Properties

Name Type Description Notes
post_start V1Handler [optional]
pre_stop V1Handler [optional]

[Back to Model list] [Back to API list] [Back to README]