Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFakeBuilderImage ¶
func NewMockLogger ¶
NewMockLogger create a logger to capture output for testing purposes.
Types ¶
type FakeImageFetcher ¶
type FakeImageFetcher struct {
LocalImages map[string]imgutil.Image
RemoteImages map[string]imgutil.Image
FetchCalls map[string]*FetchArgs
}
func NewFakeImageFetcher ¶
func NewFakeImageFetcher() *FakeImageFetcher
type FakeLifecycle ¶
type FakeLifecycle struct {
Opts build.LifecycleOptions
}
func (*FakeLifecycle) Execute ¶
func (f *FakeLifecycle) Execute(ctx context.Context, opts build.LifecycleOptions) error
Click to show internal directories.
Click to hide internal directories.