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