Documentation
¶
Overview ¶
Package testutils is for test utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLoader ¶
type MockLoader struct {
Resources []*un.Unstructured
Err error
}
MockLoader represents a mock Loader for testing.
func (*MockLoader) Load ¶
func (m *MockLoader) Load() ([]*un.Unstructured, error)
Load returns the resources and/or error on this mock.
Click to show internal directories.
Click to hide internal directories.