HealthState type

Health state of an entity
KnownHealthState can be used interchangeably with HealthState, this enum contains the known values that the service supports.

Known values supported by the service

Healthy: Healthy status
Degraded: Degraded status
Unhealthy: Unhealthy status
Unknown: Unknown status
Deleted: Deleted status

type HealthState = string