Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntervalList ¶
type IntervalList []struct {
// contains filtered or unexported fields
}
An IntervalList is a partitioning of (1...global end) into [start, end] pairs
type TestRunner ¶
type TestRunner struct { NumberOfTests int64 Parallelize bool SplittingTime int64 // contains filtered or unexported fields }
func New ¶
func New( kubeCLI *kubernetes.Clientset, testNamespace, testName string, testSpec *v1alpha1.TestSpec, ctx context.Context, ) *TestRunner
func (*TestRunner) LoadPreviousIntervals ¶
func (runner *TestRunner) LoadPreviousIntervals() (*IntervalList, error)
func (*TestRunner) Run ¶
func (runner *TestRunner) Run() error
Click to show internal directories.
Click to hide internal directories.