Properties of a Probe.
Package
@google-cloud/runProperties
failureThreshold
failureThreshold
?:
(
number
|
null
);
Probe failureThreshold
grpc
grpc
?:
(
google
.
cloud
.
run
.
v2
.
IGRPCAction
|
null
);
Probe grpc
httpGet
httpGet
?:
(
google
.
cloud
.
run
.
v2
.
IHTTPGetAction
|
null
);
Probe httpGet
initialDelaySeconds
initialDelaySeconds
?:
(
number
|
null
);
Probe initialDelaySeconds
periodSeconds
periodSeconds
?:
(
number
|
null
);
Probe periodSeconds
tcpSocket
tcpSocket
?:
(
google
.
cloud
.
run
.
v2
.
ITCPSocketAction
|
null
);
Probe tcpSocket
timeoutSeconds
timeoutSeconds
?:
(
number
|
null
);
Probe timeoutSeconds