e2e

package
v0.0.0-...-17853a9 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestPreset

type TestPreset string
const (
	NoPreset           TestPreset = ""
	TenantJobs         TestPreset = "tenant-jobs"
	NamespaceListCheck TestPreset = "ns-list-check"
	PartiallyDropped   TestPreset = "partially-dropped"
)

type TestSettings

type TestSettings struct {
	Preset TestPreset
}

func (*TestSettings) FillFromParamString

func (ts *TestSettings) FillFromParamString(p string)

func (*TestSettings) IsTenantJobs

func (ts *TestSettings) IsTenantJobs() bool

func (*TestSettings) LogFields

func (ts *TestSettings) LogFields() logrus.Fields

type TestsController

type TestsController struct {
	// contains filtered or unexported fields
}

func NewTestsController

func NewTestsController(
	ctx context.Context,
	log logrus.FieldLogger,
	logFilesPath string,
) *TestsController

func (*TestsController) GetClients

func (*TestsController) HandlerMiddleware

func (tc *TestsController) HandlerMiddleware(next http.Handler) http.Handler

func (*TestsController) LogFields

func (tc *TestsController) LogFields() logrus.Fields

func (*TestsController) ServeHTTP

func (tc *TestsController) ServeHTTP(resp http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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