Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/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