framework

package
v0.0.0-...-ee2fcc9 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// DefaultRetryInterval is the retry interval that is used when polling
	DefaultRetryInterval = 1 * time.Second
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Test

type Test interface {

	//AddCleanup registers a function to be called when the test terminates
	AddCleanup(fn func() error)

	//KubeClient returns a kubernetes client for interacting with the cluster under test
	Client() *kubernetes.Clientset

	//PodExec executes a command in a specific container of a pod
	PodExec(namespace, name, container string, command []string) (string, error)
}

Directories

Path Synopsis
common
log
e2e

Jump to

Keyboard shortcuts

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