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 NotificationsUi ¶
type NotificationsUi struct { /*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"` /*Uaa - Descr: UAA Admin client ID Default: <nil> */ Uaa *Uaa `yaml:"uaa,omitempty"` /*Organization - Descr: Notifications organization Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` /*Space - Descr: Notifications space Default: <nil> */ Space interface{} `yaml:"space,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type TestNotificationsUiJob ¶
type TestNotificationsUiJob struct { /*NotificationsUi - Descr: Username of the CF admin user Default: <nil> */ NotificationsUi *NotificationsUi `yaml:"notifications_ui,omitempty"` /*Domain - Descr: Cloud Foundry System Domain Default: <nil> */ Domain interface{} `yaml:"domain,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Uaa ¶
type Uaa struct { /*AdminClient - Descr: UAA Admin client ID Default: <nil> */ AdminClient interface{} `yaml:"admin_client,omitempty"` /*AdminSecret - Descr: UAA Admin client secret Default: <nil> */ AdminSecret interface{} `yaml:"admin_secret,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.