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 StepProcessor ¶
type StepProcessor interface {
Run(context.Context, namespacer.Namespacer, engine.Context)
}
func NewStepProcessor ¶
func NewStepProcessor( step v1alpha1.TestStep, report *model.TestReport, basePath string, 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, nsTemplate *v1alpha1.Projection, nsTemplateCompiler *v1alpha1.Compiler, delayBeforeCleanup *time.Duration, terminationGracePeriod *metav1.Duration, timeouts v1alpha1.DefaultTimeouts, deletionPropagationPolicy metav1.DeletionPropagation, templating bool, skipDelete bool, catch ...v1alpha1.CatchFinally, ) TestProcessor
type TestsProcessor ¶
func NewTestsProcessor ¶
func NewTestsProcessor(config model.Configuration, clock clock.PassiveClock) TestsProcessor
Click to show internal directories.
Click to hide internal directories.