NdbClusterCondition describes the state of an
      NDB Cluster installation at a given point in time. Used by
      NdbClusterStatus.
    
- type(- NdbClusterConditionType): Type of- NdbClustercondition.
- status(- Kubernetes core/v1.ConditionStatus): Status of the condition: one of- True,- False, or- Unknown.
- 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.