Interface protos.google.cloud.run.v2.IProbe (1.0.2)

Properties of a Probe.

Package

@google-cloud/run

Properties

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