Skip to content

Commit

Permalink
Merge pull request #18009 from acouvreur/main
Browse files Browse the repository at this point in the history
[CI:DOCS] docs: add `starting` to `HealthCheckResults.Status`
  • Loading branch information
openshift-merge-robot authored Apr 3, 2023
2 parents 3855659 + 21febcb commit 5190ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/define/container_inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 5190ab1

Please sign in to comment.