drivers

package
v0.0.61 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2025 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tester

type Tester interface {
	// Setup creates the driver's resources, it must be run before Run() is
	// available
	Setup(context.Context) error
	// Teardown destroys the driver's resources
	Teardown(context.Context) error
	// Run takes a container and runs it
	Run(context.Context, name.Reference) error
}

Directories

Path Synopsis
dockerindocker is a driver that runs each test container in its _own_ dind sandbox.
dockerindocker is a driver that runs each test container in its _own_ dind sandbox.
k3sindocker is a driver that runs each test in a pod within a k3s cluster run in docker.
k3sindocker is a driver that runs each test in a pod within a k3s cluster run in docker.

Jump to

Keyboard shortcuts

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