NdbClusterCondition
describes the state of an
NDB Cluster installation at a given point in time. Used by
NdbClusterStatus
.
type
(NdbClusterConditionType
): Type ofNdbCluster
condition.status
(Kubernetes core/v1.ConditionStatus
): Status of the condition: one ofTrue
,False
, orUnknown
.lastTransitionTime
(Kubernetes meta/v1.Time
): Last time the condition transitioned from one status to another.reason
(string): The reason for the condition's last transition.message
(string): A human-readable message indicating details about the transition.