Name: Condition

Represents various conditions of a pod

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.k8s.Condition",
   "lastProbeTime": DateTime,
   "lastTransitionTime": DateTime,
   "message": <String>,
   "reason": <String>,
   "status": <String>,
   "type": <String>,
}

Attributes
NameTypeDescription
lastProbeTimeDateTimeLast probe time of the condition.
lastTransitionTimeDateTimeLast transition time of pod status for this condition.
messagexsd:stringMessage associated with the condition.
reasonxsd:stringReason for this condition.
statusxsd:stringStatus of the condition of a pod. E.g. True/False
typexsd:stringType of condition of a pod. E.g. Initialized, Ready etc.