deploy_service_broker

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 AppPush

type AppPush struct {

	/*Memory - Descr: App Push Memory limit for the Service Broker Application Default: 1024
	 */
	Memory interface{} `yaml:"memory,omitempty"`

	/*Timeout - Descr: App Push Timeout for the Service Broker Application Default: 180
	 */
	Timeout interface{} `yaml:"timeout,omitempty"`
}

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

type Broker

type Broker struct {

	/*Password - Descr: Broker basic auth password Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*OrgName - Descr: Org that will host the Service Broker Default: system
	 */
	OrgName interface{} `yaml:"org_name,omitempty"`

	/*MaxInstances - Descr: Maximum number of instances Default: 100
	 */
	MaxInstances interface{} `yaml:"max_instances,omitempty"`

	/*SpaceName - Descr: Space that will host the Service Broker Default: p-spring-cloud-services
	 */
	SpaceName interface{} `yaml:"space_name,omitempty"`

	/*User - Descr: Broker basic auth user Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`
}

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

type Cf

type Cf struct {

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

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

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

type Clients

type Clients struct {

	/*SpringCloudBroker - Descr: UAA Client Secret Default: <nil>
	 */
	SpringCloudBroker *ClientsSpringCloudBroker `yaml:"spring_cloud_broker,omitempty"`
}

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

type ClientsSpringCloudBroker

type ClientsSpringCloudBroker struct {

	/*Secret - Descr: UAA Client Secret Default: <nil>
	 */
	Secret interface{} `yaml:"secret,omitempty"`
}

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

type DeployServiceBrokerJob

type DeployServiceBrokerJob struct {

	/*SpringCloudBroker - Descr: App Push Memory limit for the Service Broker Application Default: 1024
	 */
	SpringCloudBroker *SpringCloudBroker `yaml:"spring_cloud_broker,omitempty"`

	/*AppDomains - Descr: Cloud Foundry application domains Default: <nil>
	 */
	AppDomains interface{} `yaml:"app_domains,omitempty"`

	/*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil>
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`

	/*Domain - Descr: Cloud Foundry system domain Default: <nil>
	 */
	Domain interface{} `yaml:"domain,omitempty"`

	/*Uaa - Descr: UAA Client Secret Default: <nil>
	 */
	Uaa *Uaa `yaml:"uaa,omitempty"`
}

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

type Instances

type Instances struct {

	/*InstancesUser - Descr: Username with access to instances space Default: <nil>
	 */
	InstancesUser interface{} `yaml:"instances_user,omitempty"`

	/*OrgName - Descr: Org that will host Instances Default: p-spring-cloud-services
	 */
	OrgName interface{} `yaml:"org_name,omitempty"`

	/*InstancesPassword - Descr: Password for the username that has access to the instances space Default: <nil>
	 */
	InstancesPassword interface{} `yaml:"instances_password,omitempty"`

	/*SpaceName - Descr: Space that will host Instances Default: instances
	 */
	SpaceName interface{} `yaml:"space_name,omitempty"`
}

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

type SpringCloudBroker

type SpringCloudBroker struct {

	/*MessageBusType - Descr: The message bus type to use when communicating with workers Default: rabbitmq
	 */
	MessageBusType interface{} `yaml:"message_bus_type,omitempty"`

	/*EncryptionKey - Descr: Specifies the key to be used when encrypting sessions Default: <nil>
	 */
	EncryptionKey interface{} `yaml:"encryption_key,omitempty"`

	/*AppName - Descr: Name of the Service Broker Application Default: spring-cloud-broker
	 */
	AppName interface{} `yaml:"app_name,omitempty"`

	/*AppPush - Descr: App Push Memory limit for the Service Broker Application Default: 1024
	 */
	AppPush *AppPush `yaml:"app_push,omitempty"`

	/*Broker - Descr: Broker basic auth password Default: <nil>
	 */
	Broker *Broker `yaml:"broker,omitempty"`

	/*Buildpack - Descr: Buildpack to use Default:
	 */
	Buildpack interface{} `yaml:"buildpack,omitempty"`

	/*Uaa - Descr: Client ID of the UAA admin client Default: <nil>
	 */
	Uaa *SpringCloudBrokerUaa `yaml:"uaa,omitempty"`

	/*ProductName - Descr: Product Name Default: p-spring-cloud-services
	 */
	ProductName interface{} `yaml:"product_name,omitempty"`

	/*Worker - Descr: Worker basic auth user Default: <nil>
	 */
	Worker *Worker `yaml:"worker,omitempty"`

	/*Instances - Descr: Username with access to instances space Default: <nil>
	 */
	Instances *Instances `yaml:"instances,omitempty"`

	/*BrokerDashboardSecret - Descr: The broker dashboard secret Default: <nil>
	 */
	BrokerDashboardSecret interface{} `yaml:"broker_dashboard_secret,omitempty"`

	/*PersistenceStoreType - Descr: Use MySQL or custom DB for persistence store Default: mysql
	 */
	PersistenceStoreType interface{} `yaml:"persistence_store_type,omitempty"`

	/*Version - Descr: Broker version Default: 3
	 */
	Version interface{} `yaml:"version,omitempty"`

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

	/*AppUri - Descr: URI of the Service Broker Application Default: spring-cloud-broker
	 */
	AppUri interface{} `yaml:"app_uri,omitempty"`
}

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

type SpringCloudBrokerUaa

type SpringCloudBrokerUaa struct {

	/*AdminClientId - Descr: Client ID of the UAA admin client Default: <nil>
	 */
	AdminClientId interface{} `yaml:"admin_client_id,omitempty"`

	/*AdminClientSecret - Descr: Client Secret of the UAA admin client Default: <nil>
	 */
	AdminClientSecret interface{} `yaml:"admin_client_secret,omitempty"`
}

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

type Ssl

type Ssl struct {

	/*SkipCertVerify - Descr: Whether to verify SSL certs when making web requests Default: <nil>
	 */
	SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}

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

type Uaa

type Uaa struct {

	/*Clients - Descr: UAA Client Secret Default: <nil>
	 */
	Clients *Clients `yaml:"clients,omitempty"`
}

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

type Worker

type Worker struct {

	/*ClientId - Descr: Worker Client ID Default: p-spring-cloud-services-worker
	 */
	ClientId interface{} `yaml:"client_id,omitempty"`

	/*Password - Descr: Worker basic auth password Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*User - Descr: Worker basic auth user Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*ClientSecret - Descr: Worker Client Secret Default: <nil>
	 */
	ClientSecret interface{} `yaml:"client_secret,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