tester

package
v1.6.7-0...-24a54a3 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 29

Documentation

Overview

Package tester defines Kubernetes "tester client" interface without "cluster provisioner" dependency.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tester

type Tester interface {
	// Name returns the name of the tester.
	Name() string
	// Enabled returns "true" if the tester is enabled, thus ok to install.
	Enabled() bool
	// Apply installs the test case and also "validates".
	Apply() error
	// Delete removes all resources for the installed test case.
	Delete() error
}

Tester defines Kubernetes tester interface.

Jump to

Keyboard shortcuts

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