import { type Probe } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Properties
optional
exec: ExecAction | nulloptional
grpc: GRPCAction | nulloptional
httpGet: HTTPGetAction | nulloptional
tcpSocket: TCPSocketAction | null