status

@SerialName(value = "Status")
val status: Health.Status?

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