Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 Notifications ¶
type Notifications struct { /*Organization - Descr: Organization that contains the app Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` /*Space - Descr: Space that contains the app Default: <nil> */ Space interface{} `yaml:"space,omitempty"` /*Tests - Descr: Toggle for running the performance tests Default: <nil> */ Tests *Tests `yaml:"tests,omitempty"` /*Uaa - Descr: UAA Admin client ID Default: <nil> */ Uaa *Uaa `yaml:"uaa,omitempty"` /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*AppDomain - Descr: Domain used to host application Default: <nil> */ AppDomain interface{} `yaml:"app_domain,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type TestNotificationsJob ¶
type TestNotificationsJob struct { /*Domain - Descr: Cloud Foundry System Domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` /*Notifications - Descr: Username of the CF admin user Default: <nil> */ Notifications *Notifications `yaml:"notifications,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Tests ¶
type Tests struct {
/*Performance - Descr: Toggle for running the performance tests Default: <nil>
*/
Performance interface{} `yaml:"performance,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Uaa ¶
type Uaa struct { /*AdminClientSecret - Descr: UAA Admin client secret Default: <nil> */ AdminClientSecret interface{} `yaml:"admin_client_secret,omitempty"` /*AdminClientId - Descr: UAA Admin client ID Default: <nil> */ AdminClientId interface{} `yaml:"admin_client_id,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.