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 DestroyNotificationsUiJob ¶
type DestroyNotificationsUiJob struct { /*NotificationsUi - Descr: Domain used to host application Default: <nil> */ NotificationsUi *NotificationsUi `yaml:"notifications_ui,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"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type NotificationsUi ¶
type NotificationsUi struct { /*AppDomain - Descr: Domain used to host application Default: <nil> */ AppDomain interface{} `yaml:"app_domain,omitempty"` /*Organization - Descr: Organization where the app is deployed Default: <nil> */ Organization interface{} `yaml:"organization,omitempty"` /*Space - Descr: Space where the app is deployed Default: <nil> */ Space interface{} `yaml:"space,omitempty"` /*Cf - Descr: Username of the CF admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.