Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { /*OrgName - Descr: Org that hosts the Service Broker Default: system */ OrgName interface{} `yaml:"org_name,omitempty"` /*Password - Descr: Broker basic auth password Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*SpaceName - Descr: Space that hosts 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"` /*PlanNames - Descr: Broker plan names Default: p-service-registry,p-config-server,p-circuit-breaker-dashboard */ PlanNames interface{} `yaml:"plan_names,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cf ¶
type Cf struct { /*AdminUser - Descr: Username of the CF admin user Default: <nil> */ AdminUser interface{} `yaml:"admin_user,omitempty"` /*AdminPassword - Descr: Password of the CF admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type DestroyServiceBrokerJob ¶
type DestroyServiceBrokerJob struct { /*SpringCloudBroker - Descr: Worker Client Secret Default: <nil> */ SpringCloudBroker *SpringCloudBroker `yaml:"spring_cloud_broker,omitempty"` /*Domain - Descr: The CF top-level domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil> */ Ssl *Ssl `yaml:"ssl,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"` /*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 { /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*Worker - Descr: Worker Client Secret Default: <nil> */ Worker *Worker `yaml:"worker,omitempty"` /*Uaa - Descr: Client ID of the UAA admin client Default: <nil> */ Uaa *Uaa `yaml:"uaa,omitempty"` /*Broker - Descr: Org that hosts the Service Broker Default: system */ Broker *Broker `yaml:"broker,omitempty"` /*Instances - Descr: Username with access to instances space Default: <nil> */ Instances *Instances `yaml:"instances,omitempty"` /*ProductName - Descr: Product Name Default: p-spring-cloud-services */ ProductName interface{} `yaml:"product_name,omitempty"` /*AppUri - Descr: App URI Default: spring-cloud-broker */ AppUri interface{} `yaml:"app_uri,omitempty"` /*AppName - Descr: App Name Default: spring-cloud-broker */ AppName interface{} `yaml:"app_name,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 { /*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 Worker ¶
type Worker struct { /*ClientSecret - Descr: Worker Client Secret Default: <nil> */ ClientSecret interface{} `yaml:"client_secret,omitempty"` /*ClientId - Descr: Worker Client ID Default: p-spring-cloud-services-worker */ ClientId interface{} `yaml:"client_id,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.