Documentation ¶
Index ¶
- Constants
- func CreateGardenerProvisioningInput(config *TestConfig, version, provider string) (gqlschema.ProvisionRuntimeInput, error)
- func CreateKymaConfigInput(version string) (*gqlschema.KymaConfigInput, error)
- func GetAndParseInstallerCR(installationCRURL string) ([]*gqlschema.ComponentConfigurationInput, error)
- func WaitForFunction(interval, timeout time.Duration, isDone func() bool) error
- type DirectorClientConfig
- type GardenerConfig
- type KymaConfig
- type TestConfig
Constants ¶
View Source
const ( Azure = "Azure" GCP = "GCP" )
Variables ¶
This section is empty.
Functions ¶
func CreateGardenerProvisioningInput ¶
func CreateGardenerProvisioningInput(config *TestConfig, version, provider string) (gqlschema.ProvisionRuntimeInput, error)
func CreateKymaConfigInput ¶
func CreateKymaConfigInput(version string) (*gqlschema.KymaConfigInput, error)
func GetAndParseInstallerCR ¶
func GetAndParseInstallerCR(installationCRURL string) ([]*gqlschema.ComponentConfigurationInput, error)
Types ¶
type DirectorClientConfig ¶
type GardenerConfig ¶
type KymaConfig ¶
type TestConfig ¶
type TestConfig struct { InternalProvisionerURL string `envconfig:"default=http://localhost:3000/graphql"` Tenant string `envconfig:"default=3e64ebae-38b5-46a0-b1ed-9ccee153a0ae"` Gardener GardenerConfig DirectorClient DirectorClientConfig Kyma KymaConfig QueryLogging bool `envconfig:"default=false"` }
func ReadConfig ¶
func ReadConfig() (TestConfig, error)
func (TestConfig) String ¶
func (c TestConfig) String() string
Click to show internal directories.
Click to hide internal directories.