Documentation ¶
Overview ¶
Package tester defines EKS tester interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addon ¶ added in v1.5.0
type Addon interface { // Apply idempotently creates test objects Apply() error // Delete idempotently deletes test objects Delete() error // IsEnabled automatically skips the addon if false IsEnabled() bool }
Addon is a new interface similar to tester. Instead of Name() reflection is used for object names IsEnabled() allows for generic addon skipping.
Click to show internal directories.
Click to hide internal directories.