periodSeconds property

int? periodSeconds
getter/setter pair

How often (in seconds) to perform the probe.

Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.

Implementation

core.int? periodSeconds;