Documentation ¶
Index ¶
Constants ¶
View Source
const ( TRACETEST_ENDPOINT_VAR = "TRACETEST_ENDPOINT" TRACETEST_OUTPUT_ENDPOINT_VAR = "TRACETEST_OUTPUT_ENDPOINT" )
View Source
const ( TRACETEST_TOKEN_VAR = "TRACETEST_TOKEN" TRACETEST_ORGANIZATION_VAR = "TRACETEST_ORGANIZATION" TRACETEST_ENVIRONMENT_VAR = "TRACETEST_ENVIRONMENT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TracetestCLIExecutor ¶ added in v0.10.2
type TracetestRunner ¶
type TracetestRunner struct { Fetcher content.ContentFetcher Params envs.Params // contains filtered or unexported fields }
func NewRunner ¶
func NewRunner() (*TracetestRunner, error)
func (*TracetestRunner) GetType ¶
func (r *TracetestRunner) GetType() runner.Type
GetType returns runner type
func (*TracetestRunner) Run ¶
func (r *TracetestRunner) Run(execution testkube.Execution) (testkube.ExecutionResult, error)
Click to show internal directories.
Click to hide internal directories.