docs/static/reference/php/Dagger/HealthcheckConfig.html
class HealthcheckConfig extends AbstractObject implements IdAble
Image healthcheck configuration.
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
array
args()
Healthcheck command arguments.
id()
A unique identifier for this HealthcheckConfig.
string
interval()
Interval between running healthcheck. Example:30s
int
retries()
The maximum number of consecutive failures before the container is marked as unhealthy. Example:3
bool
shell()
Healthcheck command is a shell command.
string
StartInterval configures the duration between checks during the startup phase. Example:5s
string
StartPeriod allows for failures during this initial startup period which do not count towards maximum number of retries. Example:0s
string
timeout()
Healthcheck timeout. Example:3s
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
array args()Healthcheck command arguments.
| array | |
AbstractId id()A unique identifier for this HealthcheckConfig.
| AbstractId | |
string interval()Interval between running healthcheck. Example:30s
| string | |
int retries()The maximum number of consecutive failures before the container is marked as unhealthy. Example:3
| int | |
bool shell()Healthcheck command is a shell command.
| bool | |
string startInterval()StartInterval configures the duration between checks during the startup phase. Example:5s
| string | |
string startPeriod()StartPeriod allows for failures during this initial startup period which do not count towards maximum number of retries. Example:0s
| string | |
string timeout()Healthcheck timeout. Example:3s
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.