mirror of https://github.com/containers/podman.git
docs: add `starting` to `HealthCheckResults.Status`
Signed-off-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
This commit is contained in:
parent
8bd1e3f9d6
commit
21febcb5cf
|
@ -238,7 +238,7 @@ func (s *InspectContainerState) Healthcheck() HealthCheckResults {
|
||||||
|
|
||||||
// HealthCheckResults describes the results/logs from a healthcheck
|
// HealthCheckResults describes the results/logs from a healthcheck
|
||||||
type HealthCheckResults struct {
|
type HealthCheckResults struct {
|
||||||
// Status healthy or unhealthy
|
// Status starting, healthy or unhealthy
|
||||||
Status string `json:"Status"`
|
Status string `json:"Status"`
|
||||||
// FailingStreak is the number of consecutive failed healthchecks
|
// FailingStreak is the number of consecutive failed healthchecks
|
||||||
FailingStreak int `json:"FailingStreak"`
|
FailingStreak int `json:"FailingStreak"`
|
||||||
|
|
Loading…
Reference in New Issue