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/mod.ts>Probe

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Probe
import { type Probe } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/mod.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 | null
optional
failureThreshold: number | null
optional
grpc: GRPCAction | null
optional
httpGet: HTTPGetAction | null
optional
initialDelaySeconds: number | null
optional
periodSeconds: number | null
optional
successThreshold: number | null
optional
tcpSocket: TCPSocketAction | null
optional
terminationGracePeriodSeconds: number | null
optional
timeoutSeconds: number | null