Interface: KubeContainerProbe
Properties
exec?
optional exec: object;
command
command: string[];
Defined in
failureThreshold?
optional failureThreshold: number;
Defined in
httpGet?
optional httpGet: object;
host?
optional host: string;
path?
optional path: string;
port
port: number;
scheme
scheme: string;
Defined in
initialDelaySeconds?
optional initialDelaySeconds: number;
Defined in
periodSeconds?
optional periodSeconds: number;
Defined in
successThreshold?
optional successThreshold: number;
Defined in
tcpSocket?
optional tcpSocket: object;
port
port: number;
Defined in
timeoutSeconds?
optional timeoutSeconds: number;