test

package
v0.0.0-...-395ea23 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NodesCount               = 100
	JobsCount                = 1000
	PodsByJobCount           = 10
	JobsCreationRoutines     = 5
	JobActiveDeadlineSeconds = 15 * 60
	JobsCompletionTimeout    = 60 * time.Minute
)

Variables

View Source
var (
	PodResourceCPU    = resource.MustParse("2")
	PodResourceMemory = resource.MustParse("2Gi")
)
View Source
var LogOptions = testr.Options{
	LogTimestamp: false,
	Verbosity:    1,
}

Functions

This section is empty.

Types

type NodeType

type NodeType string
var (
	FakeNode   NodeType = "fake"
	SampleNode NodeType = "sample"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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