servicebinding / spec

Specification for binding services to k8s workloads
https://servicebinding.io
Apache License 2.0
92 stars 35 forks source link

Use metav1.Condition #129

Closed scothis closed 3 years ago

scothis commented 4 years ago

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 and lastTransitionTime are required to exist, and reason and lastTransitionTime must have a value, while message may be empty.

Resolves #126

arthurdm commented 4 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.

arthurdm commented 3 years ago

Community to review (if there are any outstanding reviews) and PR to be merged.