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>LifecycleHandler

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

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

Properties

optional
exec: ExecAction | null
optional
httpGet: HTTPGetAction | null
optional
tcpSocket: TCPSocketAction | null