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 ofPodSpecfields which, when set, are copied into to thepodSpecof the management node'sStatefulSetdefinition.enableLoadBalancer(bool): (optional) Exposes the management servers externally using the Kubernetes cloud provider's load balancer. By default, the operator creates a service of typeClusterIPto expose the management server pods internally within the Kubernetes cluster. IfenableLoadBalanceris set totrue, a service of typeLoadBalanceris created instead, exposing the management servers outside the Kubernetes cluster.