Documentation
¶
Index ¶
- type Config
- func (c Config) GetAddExistingUserToExistingSpace() bool
- func (c Config) GetAdminClient() string
- func (c Config) GetAdminClientSecret() string
- func (c Config) GetAdminOrigin() string
- func (c Config) GetAdminPassword() string
- func (c Config) GetAdminUser() string
- func (c Config) GetApiEndpoint() string
- func (c Config) GetAppsDomain() string
- func (c Config) GetConfigurableTestPassword() string
- func (c Config) GetExistingClient() string
- func (c Config) GetExistingClientSecret() string
- func (c Config) GetExistingOrganization() string
- func (c Config) GetExistingSpace() string
- func (c Config) GetExistingUser() string
- func (c Config) GetExistingUserPassword() string
- func (c Config) GetNamePrefix() string
- func (c Config) GetPersistentAppOrg() string
- func (c Config) GetPersistentAppQuotaName() string
- func (c Config) GetPersistentAppSpace() string
- func (c Config) GetScaledTimeout(timeout time.Duration) time.Duration
- func (c Config) GetShouldKeepUser() bool
- func (c Config) GetSkipSSLValidation() bool
- func (c Config) GetUseExistingOrganization() bool
- func (c Config) GetUseExistingSpace() bool
- func (c Config) GetUseExistingUser() bool
- func (c Config) GetUserOrigin() string
- func (c Config) Protocol() string
- func (c Config) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ApiEndpoint string `json:"cf_api"`
AdminUser string `json:"cf_admin_user"`
AdminPassword string `json:"cf_admin_password"`
SkipSSLValidation bool `json:"cf_skip_ssl_validation"`
AppsDomain string `json:"cf_apps_domain"`
BBSClientCert string `json:"bbs_client_cert"`
BBSClientKey string `json:"bbs_client_key"`
BoshBinary string `json:"bosh_binary"`
APIInstance string `json:"bosh_api_instance"`
BoshDeploymentName string `json:"bosh_deployment_name"`
BoshCACert string `json:"bosh_ca_cert"`
BoshClient string `json:"bosh_client"`
BoshClientSecret string `json:"bosh_client_secret"`
BoshEnvironment string `json:"bosh_environment"`
BoshGWUser string `json:"bosh_gw_user"`
BoshGWHost string `json:"bosh_gw_host"`
BoshGWPrivateKey string `json:"bosh_gw_private_key"`
RunRevisionsTests bool `json:"run_revisions_tests"`
RunSidecarTests bool `json:"run_sidecar_tests"`
PortForwardingScript string `json:"port_forwarding_script"`
}
func (Config) GetAddExistingUserToExistingSpace ¶
func (Config) GetAdminClient ¶
func (Config) GetAdminClientSecret ¶
func (Config) GetAdminOrigin ¶
func (Config) GetAdminPassword ¶
func (Config) GetAdminUser ¶
func (Config) GetApiEndpoint ¶
func (Config) GetAppsDomain ¶
func (Config) GetConfigurableTestPassword ¶
the following are not used but need to be implemented to satisfy the required interface
func (Config) GetExistingClient ¶
func (Config) GetExistingClientSecret ¶
func (Config) GetExistingOrganization ¶
func (Config) GetExistingSpace ¶
func (Config) GetExistingUser ¶
func (Config) GetExistingUserPassword ¶
func (Config) GetNamePrefix ¶
func (Config) GetPersistentAppOrg ¶
func (Config) GetPersistentAppQuotaName ¶
func (Config) GetPersistentAppSpace ¶
func (Config) GetScaledTimeout ¶
func (Config) GetShouldKeepUser ¶
func (Config) GetSkipSSLValidation ¶
func (Config) GetUseExistingOrganization ¶
func (Config) GetUseExistingSpace ¶
func (Config) GetUseExistingUser ¶
func (Config) GetUserOrigin ¶
Click to show internal directories.
Click to hide internal directories.