Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/core@v1/structs.ts>Lifecycle

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Lifecycle
import { type Lifecycle } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/core@v1/structs.ts";

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

optional
postStart: LifecycleHandler | null
optional
preStop: LifecycleHandler | null