Documentation ¶
Index ¶
- type Config
- func (c Config) GetAdminPassword() string
- func (c Config) GetAdminUser() string
- func (c Config) GetApiEndpoint() string
- func (c Config) GetConfigurableTestPassword() 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(d 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) Validate() error
- type Space
- type TestPlan
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CFSystemDomain string `json:"cf_system_domain"` IstioDomain string `json:"cf_istio_domain"` AdminUser string `json:"cf_admin_user"` AdminPassword string `json:"cf_admin_password"` OrgName string `json:"cf_org_name"` SpaceName string `json:"cf_space_name"` DatadogApiKey string `json:"datadog_api_key"` }
func (Config) GetAdminPassword ¶
func (Config) GetAdminUser ¶
func (Config) GetApiEndpoint ¶
func (Config) GetConfigurableTestPassword ¶
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) GetShouldKeepUser ¶
func (Config) GetSkipSSLValidation ¶
func (Config) GetUseExistingOrganization ¶
func (Config) GetUseExistingSpace ¶
func (Config) GetUseExistingUser ¶
type Space ¶
type Space struct {
// contains filtered or unexported fields
}
func (*Space) OrganizationName ¶
func (*Space) ShouldRemain ¶
type TestPlan ¶
type TestPlan struct { NumAppsToPush int `json:"number_of_apps_to_push"` NumAppsToCurl int `json:"number_of_apps_to_curl"` AppMemSize string `json:"app_mem_size"` AppInstances int `json:"app_instances"` PassingThreshold float32 `json:"passing_threshold"` Concurrency int `json:"app_push_concurrency"` Cleanup bool `json:"cleanup"` }
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) ShouldRemain ¶
Click to show internal directories.
Click to hide internal directories.