processors

package
v0.1.8-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultClient = ""

Variables

This section is empty.

Functions

func NewClusters added in v0.1.5

func NewClusters() clusters

Types

type StepProcessor

type StepProcessor interface {
	Run(ctx context.Context)
}

func NewStepProcessor

func NewStepProcessor(
	config v1alpha1.ConfigurationSpec,
	clusters clusters,
	namespacer namespacer.Namespacer,
	clock clock.PassiveClock,
	test discovery.Test,
	step v1alpha1.TestSpecStep,
	stepReport *report.TestSpecStepReport,
	cleaner *cleaner,
	bindings binding.Bindings,
) StepProcessor

type TestProcessor

type TestProcessor interface {
	Run(context.Context, namespacer.Namespacer)
	CreateStepProcessor(namespacer.Namespacer, binding.Bindings, *cleaner, v1alpha1.TestSpecStep) StepProcessor
}

func NewTestProcessor

func NewTestProcessor(
	config v1alpha1.ConfigurationSpec,
	clusters clusters,
	clock clock.PassiveClock,
	summary *summary.Summary,
	testReport *report.TestReport,
	test discovery.Test,
	shouldFailFast *atomic.Bool,
	bindings binding.Bindings,
) TestProcessor

type TestsProcessor

type TestsProcessor interface {
	Run(context.Context)
	CreateTestProcessor(discovery.Test, binding.Bindings) TestProcessor
}

func NewTestsProcessor

func NewTestsProcessor(
	config v1alpha1.ConfigurationSpec,
	clusters clusters,
	clock clock.PassiveClock,
	summary *summary.Summary,
	testsReport *report.TestsReport,
	bindings binding.Bindings,
	tests ...discovery.Test,
) TestsProcessor

Jump to

Keyboard shortcuts

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