const (
// Unspecified is an unknown or empty status. Unspecified Status = iota// Ok specifies the node is healthy Ok
// Degraded specifies there are problems with the node health. Degraded
// Error specifies there was an error when determining node health. Error
)