runner

package
v0.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2023 License: MIT Imports: 14 Imported by: 0

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 TracetestCLIExecutor interface {
	RequiredEnvVars() []string
	HasEnvVarsDefined(*secret.EnvManager) bool
	Execute(*secret.EnvManager, testkube.Execution, string) (model.Result, error)
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL