Files
c/kubernetes/docs/v1_lifecycle.md

745 B

v1_lifecycle_t

Properties

Name Type Description Notes
post_start v1_lifecycle_handler_t * [optional]
pre_stop v1_lifecycle_handler_t * [optional]
stop_signal char * 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]