Skip to content

Files

Latest commit

1cc7ca5 · May 26, 2025

History

History
13 lines (9 loc) · 1019 Bytes

V1Lifecycle.md

File metadata and controls

13 lines (9 loc) · 1019 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 V1LifecycleHandler [optional]
pre_stop V1LifecycleHandler [optional]
stop_signal str StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name [optional]

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