Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T interface { // GetOperatorConfigs returns a slice of OperatorConfig structs that should be used for this test. // All OperatorConfigs that are compatible should be returned. GetOperatorConfigs() []manifests.OperatorConfig // contains filtered or unexported methods }
T is an interface for a single test
Click to show internal directories.
Click to hide internal directories.