mocks

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageAPIClient

type ImageAPIClient struct {
	mock.Mock
}

ImageAPIClient is an autogenerated mock type for the ImageAPIClient type

func (*ImageAPIClient) ImageBuild

ImageBuild provides a mock function with given fields: ctx, _a1, options

func (*ImageAPIClient) ImageCreate

func (_m *ImageAPIClient) ImageCreate(ctx context.Context, parentReference string, options types.ImageCreateOptions) (io.ReadCloser, error)

ImageCreate provides a mock function with given fields: ctx, parentReference, options

func (*ImageAPIClient) ImageHistory

func (_m *ImageAPIClient) ImageHistory(ctx context.Context, image string) ([]types.ImageHistory, error)

ImageHistory provides a mock function with given fields: ctx, image

func (*ImageAPIClient) ImageImport

func (_m *ImageAPIClient) ImageImport(ctx context.Context, source types.ImageImportSource, ref string, options types.ImageImportOptions) (io.ReadCloser, error)

ImageImport provides a mock function with given fields: ctx, source, ref, options

func (*ImageAPIClient) ImageInspectWithRaw

func (_m *ImageAPIClient) ImageInspectWithRaw(ctx context.Context, image string) (types.ImageInspect, []byte, error)

ImageInspectWithRaw provides a mock function with given fields: ctx, image

func (*ImageAPIClient) ImageList

func (_m *ImageAPIClient) ImageList(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error)

ImageList provides a mock function with given fields: ctx, options

func (*ImageAPIClient) ImageLoad

func (_m *ImageAPIClient) ImageLoad(ctx context.Context, input io.Reader, quiet bool) (types.ImageLoadResponse, error)

ImageLoad provides a mock function with given fields: ctx, input, quiet

func (*ImageAPIClient) ImagePull

func (_m *ImageAPIClient) ImagePull(ctx context.Context, ref string, options types.ImagePullOptions) (io.ReadCloser, error)

ImagePull provides a mock function with given fields: ctx, ref, options

func (*ImageAPIClient) ImagePush

func (_m *ImageAPIClient) ImagePush(ctx context.Context, ref string, options types.ImagePushOptions) (io.ReadCloser, error)

ImagePush provides a mock function with given fields: ctx, ref, options

func (*ImageAPIClient) ImageRemove

func (_m *ImageAPIClient) ImageRemove(ctx context.Context, image string, options types.ImageRemoveOptions) ([]types.ImageDelete, error)

ImageRemove provides a mock function with given fields: ctx, image, options

func (*ImageAPIClient) ImageSave

func (_m *ImageAPIClient) ImageSave(ctx context.Context, images []string) (io.ReadCloser, error)

ImageSave provides a mock function with given fields: ctx, images

func (*ImageAPIClient) ImageSearch

func (_m *ImageAPIClient) ImageSearch(ctx context.Context, term string, options types.ImageSearchOptions) ([]registry.SearchResult, error)

ImageSearch provides a mock function with given fields: ctx, term, options

func (*ImageAPIClient) ImageTag

func (_m *ImageAPIClient) ImageTag(ctx context.Context, image string, ref string) error

ImageTag provides a mock function with given fields: ctx, image, ref

func (*ImageAPIClient) ImagesPrune

func (_m *ImageAPIClient) ImagesPrune(ctx context.Context, pruneFilter filters.Args) (types.ImagesPruneReport, error)

ImagesPrune provides a mock function with given fields: ctx, pruneFilter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL