Documentation
¶
Overview ¶
Package catalog contains objects and resources, which are used by multiple tests
Index ¶
- func GetConfigurationBindingName(namespaceName, configurationName, appName string) string
- func NewAppName() string
- func NewCatalogServiceName() string
- func NewConfigurationName() string
- func NewNamespaceName() string
- func NewTmpName(base string) string
- func NewUserCredentials() (string, string)
- func RandInt() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigurationBindingName ¶ added in v0.6.0
func NewAppName ¶
func NewAppName() string
func NewCatalogServiceName ¶ added in v0.6.2
func NewCatalogServiceName() string
func NewConfigurationName ¶ added in v0.6.0
func NewConfigurationName() string
func NewNamespaceName ¶ added in v0.2.1
func NewNamespaceName() string
func NewTmpName ¶ added in v0.0.23
func NewUserCredentials ¶ added in v0.1.4
func RandInt ¶ added in v0.1.4
func RandInt() int
RandInt return a random integer produced with a new seed every time. This guarantees that future test runs won't collide with any possible left overs from previous runs. More here: https://gobyexample.com/random-numbers
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.