Azure / service-catalog-cli

See the upstream repository ->
https://github.com/kubernetes-incubator/service-catalog
MIT License
33 stars 14 forks source link

Status column is incorrect for provisioning instances #84

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

When an instance is mid-provisioning, the status column shows Ready when it is still provisioning. We should take into account the condition type (Ready) along with the condition status (true/false/unknown) when displaying that column.