Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockFilesystem ¶
type MockFilesystem struct {
ExpectedConfigmap string
ExpectedSecret string
// contains filtered or unexported fields
}
func NewMockFilesystem ¶
func NewMockFilesystem(temporaryDirectory, caseFile string) *MockFilesystem
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
func (*NotFoundError) Is ¶
func (e *NotFoundError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.