NdbManagementNodeSpec specifies a management
      server node in an NDB Cluster. Used by
      NdbClusterSpec.
    
- config(map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default MySQL Cluster management node configuration parameters (see NDB Cluster Management Node Configuration Parameters).
- ndbPodSpec(NdbClusterPodSpec): (optional) A subset of- PodSpecfields which, when set, are copied into to the- podSpecof the management node's- StatefulSetdefinition.
- enableLoadBalancer(bool): (optional) Exposes the management servers externally using the Kubernetes cloud provider's load balancer. By default, the operator creates a service of type- ClusterIPto expose the management server pods internally within the Kubernetes cluster. If- enableLoadBalanceris set to- true, a service of type- LoadBalanceris created instead, exposing the management servers outside the Kubernetes cluster.