docs: add starting to HealthCheckResults.Status

Signed-off-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
This commit is contained in:
Alexis Couvreur
2023-04-02 01:59:18 -04:00
parent 8bd1e3f9d6
commit 21febcb5cf

View File

@ -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"`