mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +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
|
||||
type HealthCheckResults struct {
|
||||
// Status healthy or unhealthy
|
||||
// Status starting, healthy or unhealthy
|
||||
Status string `json:"Status"`
|
||||
// FailingStreak is the number of consecutive failed healthchecks
|
||||
FailingStreak int `json:"FailingStreak"`
|
||||
|
Reference in New Issue
Block a user