Documentation
¶
Index ¶
- Constants
- 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
Constants ¶
View Source
const DefaultInternalAppsDomain = "apps.internal"
View Source
const DefaultInternalIstioDomain = "istio.apps.internal"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CFSystemDomain string `json:"cf_system_domain"`
CFInternalAppsDomain string `json:"cf_internal_apps_domain"`
CFInternalIstioDomain string `json:"cf_internal_istio_domain"`
IstioDomain string `json:"cf_istio_domain"`
AdminUser string `json:"cf_admin_user"`
AdminPassword string `json:"cf_admin_password"`
ProductPageDockerWithTag string `json:"product_page_docker_tag"`
ReviewsDockerWithTag string `json:"reviews_docker_tag"`
RatingsDockerWithTag string `json:"ratings_docker_tag"`
DetailsDockerWithTag string `json:"details_docker_tag"`
WildcardCa string `json:"wildcard_ca"`
}
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 ¶
Click to show internal directories.
Click to hide internal directories.