Turn LivenessState and ReadinessState into enums
Prior to this commit, `LivenessState` and `ReadinessState` were immutable classes. This was done in order to have additional behavior and information in those classes. Because the current implementation doesn't need this, this commit turns those classes into simple enums. Additional state and information can be added to the `*StateChangedEvent` classes. See gh-19593pull/20667/head
parent
6aa3461611
commit
eb70fd952f
Loading…
Reference in New Issue