Skip to content

Commit

Permalink
docs: add starting to HealthCheckResults.Status
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Couvreur <[email protected]>
  • Loading branch information
acouvreur committed Apr 2, 2023
1 parent 8bd1e3f commit 21febcb
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 21febcb

Please sign in to comment.