import { type LifecycleHandler } from "https://deno.land/x/kubernetes_apis@v0.5.3/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 | nulloptional
httpGet: HTTPGetAction | nulloptional
sleep: SleepAction | nulloptional
tcpSocket: TCPSocketAction | null