Health

constructor(status: Health.Status? = null, failingStreak: Int? = null, log: List<HealthcheckResult>? = null)

Parameters

status

Status is one of none, starting, healthy or unhealthy - \"none\" Indicates there is no healthcheck - \"starting\" Starting indicates that the container is not yet ready - \"healthy\" Healthy indicates that the container is running correctly - \"unhealthy\" Unhealthy indicates that the container has a problem

failingStreak

FailingStreak is the number of consecutive failures

log

Log contains the last few results (oldest first)