periodSeconds property

int? periodSeconds
getter/setter pair

How often (in seconds) to perform the probe.

Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.

Implementation

core.int? periodSeconds;