DESCRIPTION
Base role that all wait strategies must consume. Provides the common wait_until_ready interface and the polling loop infrastructure.
Maximum seconds to wait before timing out. Default: 60. Can be overridden per-strategy or via the startup_timeout option in run().
Seconds between poll attempts. Default: 0.1 (100ms).
Poll the check() method until it returns true or the timeout is reached. Dies with a timeout error if the container doesn't become ready in time.
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 25:
Unknown directive: =attr
- Around line 37:
Unknown directive: =attr
- Around line 74:
Unknown directive: =method