mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
consul/structs: keep HealthUnknown around for backward compatibility
This commit is contained in:
parent
2f93e13da8
commit
d2fc11c19d
@ -29,6 +29,7 @@ const (
|
||||
// HealthAny is special, and is used as a wild card,
|
||||
// not as a specific state.
|
||||
HealthAny = "any"
|
||||
HealthUnknown = "unknown"
|
||||
HealthPassing = "passing"
|
||||
HealthWarning = "warning"
|
||||
HealthCritical = "critical"
|
||||
|
Loading…
x
Reference in New Issue
Block a user