Skip to main content

Interface: KubeContainerProbe

Properties

exec?

optional exec: object;

command

command: string[];

Defined in

src/lib/k8s/cluster.ts:475


failureThreshold?

optional failureThreshold: number;

Defined in

src/lib/k8s/cluster.ts:485


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


initialDelaySeconds?

optional initialDelaySeconds: number;

Defined in

src/lib/k8s/cluster.ts:481


periodSeconds?

optional periodSeconds: number;

Defined in

src/lib/k8s/cluster.ts:483


successThreshold?

optional successThreshold: number;

Defined in

src/lib/k8s/cluster.ts:484


tcpSocket?

optional tcpSocket: object;

port

port: number;

Defined in

src/lib/k8s/cluster.ts:478


timeoutSeconds?

optional timeoutSeconds: number;

Defined in

src/lib/k8s/cluster.ts:482