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: Port used by sidecar process to listen on Default: 9200 */ Mysql *Mysql `yaml:"mysql,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type GaleraHealthcheck ¶
type GaleraHealthcheck struct { /*EndpointPassword - Descr: Password used by the sidecar endpoints for Basic Auth Default: <nil> */ EndpointPassword interface{} `yaml:"endpoint_password,omitempty"` /*Port - Descr: Port used by sidecar process to listen on Default: 9200 */ Port interface{} `yaml:"port,omitempty"` /*EndpointUsername - Descr: Username used by the sidecar endpoints for Basic Auth Default: <nil> */ EndpointUsername interface{} `yaml:"endpoint_username,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Mysql ¶
type Mysql struct { /*ClusterIps - Descr: IP addresses of all MySQL nodes Default: <nil> */ ClusterIps interface{} `yaml:"cluster_ips,omitempty"` /*GaleraHealthcheck - Descr: Port used by sidecar process to listen on Default: 9200 */ GaleraHealthcheck *GaleraHealthcheck `yaml:"galera_healthcheck,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type RejoinUnsafeJob ¶
type RejoinUnsafeJob struct { /*CfMysql - Descr: Port used by sidecar process to listen on Default: 9200 */ CfMysql *CfMysql `yaml:"cf_mysql,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.