timeoutSeconds property

int? timeoutSeconds
getter/setter pair

Number of seconds after which the probe times out.

Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.

Implementation

core.int? timeoutSeconds;