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.
Click to show internal directories.
Click to hide internal directories.