Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct { /*BootstrapEndpoint - Descr: Password used to contact the bootstrap endpoints via Basic Auth Default: <nil> */ BootstrapEndpoint *BootstrapEndpoint `yaml:"bootstrap_endpoint,omitempty"` /*HealthcheckPort - Descr: Port used by healthcheck process to listen on Default: 9200 */ HealthcheckPort interface{} `yaml:"healthcheck_port,omitempty"` /*ClusterIps - Descr: IP addresses of all MySQL nodes Default: <nil> */ ClusterIps interface{} `yaml:"cluster_ips,omitempty"` /*DatabaseStartupTimeout - Descr: Maximum time to transition to or from a stopped or started state before we timeout. Default: <nil> */ DatabaseStartupTimeout interface{} `yaml:"database_startup_timeout,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BootstrapEndpoint ¶
type BootstrapEndpoint struct { /*Username - Descr: Username used to contact the bootstrap endpoints via Basic Auth Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Password - Descr: Password used to contact the bootstrap endpoints via Basic Auth Default: <nil> */ Password interface{} `yaml:"password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.