broker_registrar

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 Broker

type Broker struct {

	/*Protocol - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https
	 */
	Protocol interface{} `yaml:"protocol,omitempty"`

	/*Port - Descr: Port for the service broker Default: 443
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*AuthUsername - Descr: Basic Auth username for the service broker Default: <nil>
	 */
	AuthUsername interface{} `yaml:"auth_username,omitempty"`

	/*AuthPassword - Descr: Basic Auth password for the service broker Default: <nil>
	 */
	AuthPassword interface{} `yaml:"auth_password,omitempty"`

	/*Services - Descr: Array of services, each service contains the list of plans the broker of that service provides. Note - the broker-registrar errand only registers the first service Default: <nil>
	 */
	Services interface{} `yaml:"services,omitempty"`
}

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

type BrokerRegistrarJob

type BrokerRegistrarJob struct {

	/*Cf - Descr: Username of the admin user Default: <nil>
	 */
	Cf *Cf `yaml:"cf,omitempty"`

	/*CfMysql - Descr: Basic Auth password for the service broker Default: <nil>
	 */
	CfMysql *CfMysql `yaml:"cf_mysql,omitempty"`
}

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

type Cf

type Cf struct {

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

	/*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil>
	 */
	ApiUrl interface{} `yaml:"api_url,omitempty"`

	/*SkipSslValidation - Descr: Skip SSL validation when connecting to Cloud Foundry API Default: false
	 */
	SkipSslValidation interface{} `yaml:"skip_ssl_validation,omitempty"`

	/*AdminUsername - Descr: Username of the admin user Default: <nil>
	 */
	AdminUsername interface{} `yaml:"admin_username,omitempty"`
}

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

type CfMysql

type CfMysql struct {

	/*Broker - Descr: Basic Auth password for the service broker Default: <nil>
	 */
	Broker *Broker `yaml:"broker,omitempty"`

	/*ExternalHost - Descr: Host address of the service broker Default: <nil>
	 */
	ExternalHost interface{} `yaml:"external_host,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