Closed scothis closed 3 years ago
Discussed in the hangout. Agreed to use the KEP link for now, and open an issue to update the link to a proper documentation when available.
Community to review (if there are any outstanding reviews) and PR to be merged.
Kubernetes 1.19 includes a Condition type appropriate for us to consume. The only significant difference between the conditions we already define is that
reason
,message
andlastTransitionTime
are required to exist, andreason
andlastTransitionTime
must have a value, whilemessage
may be empty.Resolves #126