Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CatsConfig ¶
type CatsConfig interface { GetIncludeApps() bool GetIncludeBackendCompatiblity() bool GetIncludeContainerNetworking() bool GetIncludeDetect() bool GetIncludeDocker() bool GetIncludeInternetDependent() bool GetIncludePrivateDockerRegistry() bool GetIncludePersistentApp() bool GetIncludePrivilegedContainerSupport() bool GetIncludeRouteServices() bool GetIncludeRouting() bool GetIncludeZipkin() bool GetIncludeSSO() bool GetIncludeSecurityGroups() bool GetIncludeServices() bool GetIncludeSsh() bool GetIncludeTasks() bool GetIncludeV3() bool GetIncludeIsolationSegments() bool GetShouldKeepUser() bool GetSkipSSLValidation() bool GetUseExistingUser() bool GetAdminPassword() string GetAdminUser() string GetApiEndpoint() string GetAppsDomain() string GetArtifactsDirectory() string GetBackend() string GetBinaryBuildpackName() string GetConfigurableTestPassword() string GetExistingOrganization() string GetUseExistingOrganization() bool GetExistingUser() string GetExistingUserPassword() string GetGoBuildpackName() string GetIsolationSegmentName() string GetJavaBuildpackName() string GetNamePrefix() string GetNodejsBuildpackName() string GetPrivateDockerRegistryImage() string GetPrivateDockerRegistryUsername() string GetPrivateDockerRegistryPassword() string GetPersistentAppHost() string GetPersistentAppOrg() string GetPersistentAppQuotaName() string GetPersistentAppSpace() string GetRubyBuildpackName() string Protocol() string AsyncServiceOperationTimeoutDuration() time.Duration BrokerStartTimeoutDuration() time.Duration CfPushTimeoutDuration() time.Duration DefaultTimeoutDuration() time.Duration DetectTimeoutDuration() time.Duration GetScaledTimeout(time.Duration) time.Duration LongCurlTimeoutDuration() time.Duration LongTimeoutDuration() time.Duration SleepTimeoutDuration() time.Duration }
func NewCatsConfig ¶
func NewCatsConfig(path string) (CatsConfig, error)
Click to show internal directories.
Click to hide internal directories.