python/kubernetes/docs/V1Lifecycle.md
2022-02-14 14:12:02 -08:00

750 B

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 V1LifecycleHandler [optional]
pre_stop V1LifecycleHandler [optional]

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