processors

package
v0.2.8-beta.3 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OperationInfo added in v0.1.9

type OperationInfo struct {
	Id         int
	ResourceId int
}

type StepInfo added in v0.1.9

type StepInfo struct {
	Id int
}

type StepProcessor

type StepProcessor interface {
	Run(context.Context, namespacer.Namespacer, engine.Context)
}

func NewStepProcessor

func NewStepProcessor(
	step v1alpha1.TestStep,
	basePath string,
	report *report.StepReport,
	delayBeforeCleanup *time.Duration,
	terminationGracePeriod *metav1.Duration,
	timeouts v1alpha1.DefaultTimeouts,
	deletionPropagationPolicy metav1.DeletionPropagation,
	templating bool,
	skipDelete bool,
	catch ...v1alpha1.CatchFinally,
) StepProcessor

type TestInfo added in v0.1.9

type TestInfo struct {
	Id         int
	ScenarioId int
	Metadata   metav1.ObjectMeta
}

type TestProcessor

type TestProcessor interface {
	Run(context.Context, namespacer.Namespacer, engine.Context)
}

func NewTestProcessor

func NewTestProcessor(
	test discovery.Test,
	size int,
	clock clock.PassiveClock,
	report *report.TestReport,
	nsTemplate *v1alpha1.Any,
	delayBeforeCleanup *time.Duration,
	terminationGracePeriod *metav1.Duration,
	timeouts v1alpha1.DefaultTimeouts,
	deletionPropagationPolicy metav1.DeletionPropagation,
	templating bool,
	skipDelete bool,
	catch ...v1alpha1.CatchFinally,
) TestProcessor

type TestsProcessor

type TestsProcessor interface {
	Run(context.Context, engine.Context, ...discovery.Test)
}

func NewTestsProcessor

func NewTestsProcessor(config model.Configuration, clock clock.PassiveClock, report *report.Report) TestsProcessor

Jump to

Keyboard shortcuts

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