timeoutSeconds property

int? timeoutSeconds
final

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes.

Implementation

final int? timeoutSeconds;