arbitrator

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArbitratorJob

type ArbitratorJob struct {

	/*CfMysql - Descr: Password for the MySQL server admin user Default: <nil>
	 */
	CfMysql *CfMysql `yaml:"cf_mysql,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type CfMysql

type CfMysql struct {

	/*Mysql - Descr: Password for the MySQL server admin user Default: <nil>
	 */
	Mysql *Mysql `yaml:"mysql,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 by the sidecar endpoints for Basic Auth Default: <nil>
	 */
	EndpointUsername interface{} `yaml:"endpoint_username,omitempty"`

	/*EndpointPassword - Descr: Password used by the sidecar endpoints for Basic Auth Default: <nil>
	 */
	EndpointPassword interface{} `yaml:"endpoint_password,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Mysql

type Mysql struct {

	/*AdminPassword - Descr: Password for the MySQL server admin user Default: <nil>
	 */
	AdminPassword interface{} `yaml:"admin_password,omitempty"`

	/*Port - Descr: Port the mysql server should bind to Default: 3306
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*GaleraPort - Descr: Port which garbd listens on Default: 4567
	 */
	GaleraPort interface{} `yaml:"galera_port,omitempty"`

	/*ClusterIps - Descr: (Optional) List of nodes.  Must have the same number of ips as there are nodes in the cluster 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"`

	/*AdminUsername - Descr: Username for the MySQL server admin user Default: root
	 */
	AdminUsername interface{} `yaml:"admin_username,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL