In kube-state-metrics there is a metric for pods - kube_pod_status_ready
that has 3 attributes
pod=<pod-name>
namespace=<pod-namespace>
condition=<true|false|unknown>
What does condition
attribute stand for? I can't find it's definition anywhere in the docs. I can guess what it means, but it would be great to get a definition or explanation of how it's calculated.