Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TiDBDiscovery ¶
type TiDBDiscovery interface { Discover(string) (string, error) DiscoverDM(string) (string, error) VerifyPDEndpoint(string) (string, error) }
TiDBDiscovery helps new PD and dm-master member to discover all other members in cluster bootstrap phase.
func NewTiDBDiscovery ¶
func NewTiDBDiscovery(pdControl pdapi.PDControlInterface, masterControl dmapi.MasterControlInterface, cli versioned.Interface, kubeCli kubernetes.Interface) TiDBDiscovery
NewTiDBDiscovery returns a TiDBDiscovery
Click to show internal directories.
Click to hide internal directories.