Skip to main content

Interface: KubeContainerProbe

Properties

exec?

optional exec: object;

command

command: string[];

Defined in

src/lib/k8s/cluster.ts:491


failureThreshold?

optional failureThreshold: number;

Defined in

src/lib/k8s/cluster.ts:501


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:485


initialDelaySeconds?

optional initialDelaySeconds: number;

Defined in

src/lib/k8s/cluster.ts:497


periodSeconds?

optional periodSeconds: number;

Defined in

src/lib/k8s/cluster.ts:499


successThreshold?

optional successThreshold: number;

Defined in

src/lib/k8s/cluster.ts:500


tcpSocket?

optional tcpSocket: object;

port

port: number;

Defined in

src/lib/k8s/cluster.ts:494


timeoutSeconds?

optional timeoutSeconds: number;

Defined in

src/lib/k8s/cluster.ts:498