Skip to main content

Interface: KubeContainerProbe

Properties

exec?

optional exec: object;

command

command: string[];

Defined in

src/lib/k8s/cluster.ts:1202


failureThreshold?

optional failureThreshold: number;

Defined in

src/lib/k8s/cluster.ts:1212


httpGet?

optional httpGet: object;

host?

optional host: string;

path?

optional path: string;

port

port: number;

scheme

scheme: string;

Defined in

src/lib/k8s/cluster.ts:1196


initialDelaySeconds?

optional initialDelaySeconds: number;

Defined in

src/lib/k8s/cluster.ts:1208


periodSeconds?

optional periodSeconds: number;

Defined in

src/lib/k8s/cluster.ts:1210


successThreshold?

optional successThreshold: number;

Defined in

src/lib/k8s/cluster.ts:1211


tcpSocket?

optional tcpSocket: object;

port

port: number;

Defined in

src/lib/k8s/cluster.ts:1205


timeoutSeconds?

optional timeoutSeconds: number;

Defined in

src/lib/k8s/cluster.ts:1209