bootstrap

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 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 BootstrapEndpoint

type BootstrapEndpoint struct {

	/*Username - Descr: Username used to contact the bootstrap endpoints via Basic Auth Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Password - Descr: Password used to contact the bootstrap endpoints via Basic Auth Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`
}

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

type BootstrapJob

type BootstrapJob struct {

	/*HealthcheckPort - Descr: Port used by healthcheck process to listen on Default: 9200
	 */
	HealthcheckPort interface{} `yaml:"healthcheck_port,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"`

	/*BootstrapEndpoint - Descr: Username used to contact the bootstrap endpoints via Basic Auth Default: <nil>
	 */
	BootstrapEndpoint *BootstrapEndpoint `yaml:"bootstrap_endpoint,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