mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
Merge pull request #18009 from acouvreur/main
[CI:DOCS] docs: add `starting` to `HealthCheckResults.Status`
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