Documentation ¶
Index ¶
Constants ¶
View Source
const NotFoundErrTemplate = "environment variable '%s' not found"
Variables ¶
This section is empty.
Functions ¶
func GetHttpClientOpts ¶
func GetHttpClientOpts() (*client.HttpClientOpts, error)
Types ¶
type CommonServiceConfig ¶
func GetCommonServiceConfig ¶
func GetCommonServiceConfig() (*CommonServiceConfig, error)
type OrchestratorEnvConfig ¶
type OrchestratorEnvConfig struct { OrgId string OrchestratorId string WorkerImage string WorkerServiceAccountName string WorkerNodeSelector map[string]string RegistratorFqdn string EventsProviderFqdn string TestRepositoryFqdn string TestResultsStreamName string HttpClientOpts *client.HttpClientOpts CommonServiceConfig *CommonServiceConfig }
func GetOrchestratorEnvConfig ¶
func GetOrchestratorEnvConfig() (*OrchestratorEnvConfig, error)
type OrchestratorInitEnvConfig ¶
type OrchestratorInitEnvConfig struct { OrgId string OrchestratorId string RegistratorFqdn string TestResultsStreamName string ConsumerName string ConsumerGroupName string UserAccessToken string CommonServiceConfig *CommonServiceConfig HttpClientOpts *client.HttpClientOpts }
func GetOrchestratorInitEnvConfig ¶
func GetOrchestratorInitEnvConfig() (*OrchestratorInitEnvConfig, error)
type ResultsReporterEnvConfig ¶
type ResultsReporterEnvConfig struct { OrchestratorId string OrgId string RegistratorFqdn string TestRepositoryFqdn string TestResultsStreamName string ConsumerName string ConsumerGroupName string HttpClientOpts *client.HttpClientOpts CommonServiceConfig *CommonServiceConfig }
func GetResultsReportedEnvConfig ¶
func GetResultsReportedEnvConfig() (*ResultsReporterEnvConfig, error)
type WorkerEnvConfig ¶
type WorkerEnvConfig struct { TestType model.TestType TestScenariosStreamName string ConsumerGroupName string TestResultsStreamName string EnvironmentVariablesKey string SuiteVariablesKey string TestExecutionId string HttpClientOpts *client.HttpClientOpts CommonServiceConfig *CommonServiceConfig }
func GetWorkerEnvConfig ¶
func GetWorkerEnvConfig() (*WorkerEnvConfig, error)
Click to show internal directories.
Click to hide internal directories.