Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapJob ¶
type BootstrapJob 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 !!!
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 {
/*EndpointUsername - Descr: Username used to contact the sidecar endpoints via Basic Auth Default: <nil>
*/
EndpointUsername interface{} `yaml:"endpoint_username,omitempty"`
/*EndpointPassword - Descr: Password used to contact the sidecar endpoints via 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"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Mysql ¶
type Mysql struct {
/*GaleraHealthcheck - Descr: Port used by sidecar process to listen on Default: 9200
*/
GaleraHealthcheck *GaleraHealthcheck `yaml:"galera_healthcheck,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 !!!
Click to show internal directories.
Click to hide internal directories.