Name | Type | Description | Notes |
---|---|---|---|
interval | Long | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
retries | Long | Retries is the number of consecutive failures needed to consider a container as unhealthy. Zero means inherit. | [optional] |
startInterval | Long | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
startPeriod | Long | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
successes | Long | Successes are the number of successes required to mark the startup HC as passed. If set to 0, a single success will mark the HC as passed. | [optional] |
test | List<String> | Test is the test to perform to check that the container is healthy. An empty slice means to inherit the default. The options are: {} : inherit healthcheck {"NONE"} : disable healthcheck {"CMD", args...} : exec arguments directly {"CMD-SHELL", command} : run command with system's default shell | [optional] |
timeout | Long | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
- Serializable