verify_cluster_schemas

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2016 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 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 !!!

Jump to

Keyboard shortcuts

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