Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfMysql ¶
type CfMysql struct { /*Mysql - Descr: Password used to authenticate with galera healthcheck Default: <nil> */ Mysql *Mysql `yaml:"mysql,omitempty"` /*Proxy - Descr: IP address of the arbitrator if it exists Default: */ Proxy *Proxy `yaml:"proxy,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type GaleraHealthcheck ¶
type GaleraHealthcheck struct { /*Port - Descr: Port used by sidecar process to listen on Default: 9200 */ Port interface{} `yaml:"port,omitempty"` /*EndpointUsername - Descr: Username used to authenticate with galera healthcheck Default: <nil> */ EndpointUsername interface{} `yaml:"endpoint_username,omitempty"` /*EndpointPassword - Descr: Password used to authenticate with galera healthcheck Default: <nil> */ EndpointPassword interface{} `yaml:"endpoint_password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Mysql ¶
type Mysql struct { /*GaleraHealthcheck - Descr: Password used to authenticate with galera healthcheck Default: <nil> */ GaleraHealthcheck *GaleraHealthcheck `yaml:"galera_healthcheck,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Proxy ¶
type Proxy struct {
/*ArbitratorIp - Descr: IP address of the arbitrator if it exists Default:
*/
ArbitratorIp interface{} `yaml:"arbitrator_ip,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type VerifyClusterSchemasJob ¶
type VerifyClusterSchemasJob struct { /*CfMysql - Descr: IP address of the arbitrator if it exists Default: */ CfMysql *CfMysql `yaml:"cf_mysql,omitempty"` /*ClusterIps - Descr: IP addresses of all MySQL nodes Default: <nil> */ ClusterIps interface{} `yaml:"cluster_ips,omitempty"` /*Port - Descr: Port the mysql servers are running on Default: 3306 */ Port interface{} `yaml:"port,omitempty"` /*AdminUsername - Descr: Username for the MySQL server admin user Default: root */ AdminUsername interface{} `yaml:"admin_username,omitempty"` /*AdminPassword - Descr: Password for the MySQL server admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.