mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
docs: add starting
to HealthCheckResults.Status
Signed-off-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
This commit is contained in:
@ -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"`
|
||||||
|
Reference in New Issue
Block a user