Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

export
interface

IoK8sApiCoreV1Lifecycle

Hierarchy

  • IoK8sApiCoreV1Lifecycle

Index

Properties

memberof

IoK8sApiCoreV1Lifecycle

memberof

IoK8sApiCoreV1Lifecycle

stopSignal?: string

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

memberof

IoK8sApiCoreV1Lifecycle

Generated using TypeDoc