testmocks

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package testmocks is a generated GoMock package.

Package testmocks is a generated GoMock package.

Package testmocks is a generated GoMock package.

Package testmocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCommonAPIClient

type MockCommonAPIClient struct {
	// contains filtered or unexported fields
}

MockCommonAPIClient is a mock of CommonAPIClient interface

func NewMockCommonAPIClient

func NewMockCommonAPIClient(ctrl *gomock.Controller) *MockCommonAPIClient

NewMockCommonAPIClient creates a new mock instance

func (*MockCommonAPIClient) BuildCachePrune

BuildCachePrune mocks base method

func (*MockCommonAPIClient) BuildCancel

func (m *MockCommonAPIClient) BuildCancel(arg0 context.Context, arg1 string) error

BuildCancel mocks base method

func (*MockCommonAPIClient) ClientVersion

func (m *MockCommonAPIClient) ClientVersion() string

ClientVersion mocks base method

func (*MockCommonAPIClient) Close

func (m *MockCommonAPIClient) Close() error

Close mocks base method

func (*MockCommonAPIClient) ConfigCreate

ConfigCreate mocks base method

func (*MockCommonAPIClient) ConfigInspectWithRaw

func (m *MockCommonAPIClient) ConfigInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Config, []byte, error)

ConfigInspectWithRaw mocks base method

func (*MockCommonAPIClient) ConfigList

ConfigList mocks base method

func (*MockCommonAPIClient) ConfigRemove

func (m *MockCommonAPIClient) ConfigRemove(arg0 context.Context, arg1 string) error

ConfigRemove mocks base method

func (*MockCommonAPIClient) ConfigUpdate

func (m *MockCommonAPIClient) ConfigUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.ConfigSpec) error

ConfigUpdate mocks base method

func (*MockCommonAPIClient) ContainerAttach

ContainerAttach mocks base method

func (*MockCommonAPIClient) ContainerCommit

ContainerCommit mocks base method

func (*MockCommonAPIClient) ContainerCreate

ContainerCreate mocks base method

func (*MockCommonAPIClient) ContainerDiff

ContainerDiff mocks base method

func (*MockCommonAPIClient) ContainerExecAttach

func (m *MockCommonAPIClient) ContainerExecAttach(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) (types.HijackedResponse, error)

ContainerExecAttach mocks base method

func (*MockCommonAPIClient) ContainerExecCreate

func (m *MockCommonAPIClient) ContainerExecCreate(arg0 context.Context, arg1 string, arg2 types.ExecConfig) (types.IDResponse, error)

ContainerExecCreate mocks base method

func (*MockCommonAPIClient) ContainerExecInspect

func (m *MockCommonAPIClient) ContainerExecInspect(arg0 context.Context, arg1 string) (types.ContainerExecInspect, error)

ContainerExecInspect mocks base method

func (*MockCommonAPIClient) ContainerExecResize

func (m *MockCommonAPIClient) ContainerExecResize(arg0 context.Context, arg1 string, arg2 types.ResizeOptions) error

ContainerExecResize mocks base method

func (*MockCommonAPIClient) ContainerExecStart

func (m *MockCommonAPIClient) ContainerExecStart(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) error

ContainerExecStart mocks base method

func (*MockCommonAPIClient) ContainerExport

func (m *MockCommonAPIClient) ContainerExport(arg0 context.Context, arg1 string) (io.ReadCloser, error)

ContainerExport mocks base method

func (*MockCommonAPIClient) ContainerInspect

func (m *MockCommonAPIClient) ContainerInspect(arg0 context.Context, arg1 string) (types.ContainerJSON, error)

ContainerInspect mocks base method

func (*MockCommonAPIClient) ContainerInspectWithRaw

func (m *MockCommonAPIClient) ContainerInspectWithRaw(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerJSON, []byte, error)

ContainerInspectWithRaw mocks base method

func (*MockCommonAPIClient) ContainerKill

func (m *MockCommonAPIClient) ContainerKill(arg0 context.Context, arg1, arg2 string) error

ContainerKill mocks base method

func (*MockCommonAPIClient) ContainerList

ContainerList mocks base method

func (*MockCommonAPIClient) ContainerLogs

func (m *MockCommonAPIClient) ContainerLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)

ContainerLogs mocks base method

func (*MockCommonAPIClient) ContainerPause

func (m *MockCommonAPIClient) ContainerPause(arg0 context.Context, arg1 string) error

ContainerPause mocks base method

func (*MockCommonAPIClient) ContainerRemove

func (m *MockCommonAPIClient) ContainerRemove(arg0 context.Context, arg1 string, arg2 types.ContainerRemoveOptions) error

ContainerRemove mocks base method

func (*MockCommonAPIClient) ContainerRename

func (m *MockCommonAPIClient) ContainerRename(arg0 context.Context, arg1, arg2 string) error

ContainerRename mocks base method

func (*MockCommonAPIClient) ContainerResize

func (m *MockCommonAPIClient) ContainerResize(arg0 context.Context, arg1 string, arg2 types.ResizeOptions) error

ContainerResize mocks base method

func (*MockCommonAPIClient) ContainerRestart

func (m *MockCommonAPIClient) ContainerRestart(arg0 context.Context, arg1 string, arg2 *time.Duration) error

ContainerRestart mocks base method

func (*MockCommonAPIClient) ContainerStart

func (m *MockCommonAPIClient) ContainerStart(arg0 context.Context, arg1 string, arg2 types.ContainerStartOptions) error

ContainerStart mocks base method

func (*MockCommonAPIClient) ContainerStatPath

func (m *MockCommonAPIClient) ContainerStatPath(arg0 context.Context, arg1, arg2 string) (types.ContainerPathStat, error)

ContainerStatPath mocks base method

func (*MockCommonAPIClient) ContainerStats

func (m *MockCommonAPIClient) ContainerStats(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerStats, error)

ContainerStats mocks base method

func (*MockCommonAPIClient) ContainerStop

func (m *MockCommonAPIClient) ContainerStop(arg0 context.Context, arg1 string, arg2 *time.Duration) error

ContainerStop mocks base method

func (*MockCommonAPIClient) ContainerTop

func (m *MockCommonAPIClient) ContainerTop(arg0 context.Context, arg1 string, arg2 []string) (container.ContainerTopOKBody, error)

ContainerTop mocks base method

func (*MockCommonAPIClient) ContainerUnpause

func (m *MockCommonAPIClient) ContainerUnpause(arg0 context.Context, arg1 string) error

ContainerUnpause mocks base method

func (*MockCommonAPIClient) ContainerUpdate

ContainerUpdate mocks base method

func (*MockCommonAPIClient) ContainerWait

func (m *MockCommonAPIClient) ContainerWait(arg0 context.Context, arg1 string, arg2 container.WaitCondition) (<-chan container.ContainerWaitOKBody, <-chan error)

ContainerWait mocks base method

func (*MockCommonAPIClient) ContainersPrune

func (m *MockCommonAPIClient) ContainersPrune(arg0 context.Context, arg1 filters.Args) (types.ContainersPruneReport, error)

ContainersPrune mocks base method

func (*MockCommonAPIClient) CopyFromContainer

func (m *MockCommonAPIClient) CopyFromContainer(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, types.ContainerPathStat, error)

CopyFromContainer mocks base method

func (*MockCommonAPIClient) CopyToContainer

func (m *MockCommonAPIClient) CopyToContainer(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 types.CopyToContainerOptions) error

CopyToContainer mocks base method

func (*MockCommonAPIClient) DaemonHost

func (m *MockCommonAPIClient) DaemonHost() string

DaemonHost mocks base method

func (*MockCommonAPIClient) DialHijack

func (m *MockCommonAPIClient) DialHijack(arg0 context.Context, arg1, arg2 string, arg3 map[string][]string) (net.Conn, error)

DialHijack mocks base method

func (*MockCommonAPIClient) Dialer

func (m *MockCommonAPIClient) Dialer() func(context.Context) (net.Conn, error)

Dialer mocks base method

func (*MockCommonAPIClient) DiskUsage

func (m *MockCommonAPIClient) DiskUsage(arg0 context.Context) (types.DiskUsage, error)

DiskUsage mocks base method

func (*MockCommonAPIClient) DistributionInspect

func (m *MockCommonAPIClient) DistributionInspect(arg0 context.Context, arg1, arg2 string) (registry.DistributionInspect, error)

DistributionInspect mocks base method

func (*MockCommonAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCommonAPIClient) Events

func (m *MockCommonAPIClient) Events(arg0 context.Context, arg1 types.EventsOptions) (<-chan events.Message, <-chan error)

Events mocks base method

func (*MockCommonAPIClient) HTTPClient

func (m *MockCommonAPIClient) HTTPClient() *http.Client

HTTPClient mocks base method

func (*MockCommonAPIClient) ImageBuild

ImageBuild mocks base method

func (*MockCommonAPIClient) ImageCreate

func (m *MockCommonAPIClient) ImageCreate(arg0 context.Context, arg1 string, arg2 types.ImageCreateOptions) (io.ReadCloser, error)

ImageCreate mocks base method

func (*MockCommonAPIClient) ImageHistory

func (m *MockCommonAPIClient) ImageHistory(arg0 context.Context, arg1 string) ([]image.HistoryResponseItem, error)

ImageHistory mocks base method

func (*MockCommonAPIClient) ImageImport

ImageImport mocks base method

func (*MockCommonAPIClient) ImageInspectWithRaw

func (m *MockCommonAPIClient) ImageInspectWithRaw(arg0 context.Context, arg1 string) (types.ImageInspect, []byte, error)

ImageInspectWithRaw mocks base method

func (*MockCommonAPIClient) ImageList

ImageList mocks base method

func (*MockCommonAPIClient) ImageLoad

func (m *MockCommonAPIClient) ImageLoad(arg0 context.Context, arg1 io.Reader, arg2 bool) (types.ImageLoadResponse, error)

ImageLoad mocks base method

func (*MockCommonAPIClient) ImagePull

ImagePull mocks base method

func (*MockCommonAPIClient) ImagePush

ImagePush mocks base method

func (*MockCommonAPIClient) ImageRemove

ImageRemove mocks base method

func (*MockCommonAPIClient) ImageSave

func (m *MockCommonAPIClient) ImageSave(arg0 context.Context, arg1 []string) (io.ReadCloser, error)

ImageSave mocks base method

func (*MockCommonAPIClient) ImageSearch

ImageSearch mocks base method

func (*MockCommonAPIClient) ImageTag

func (m *MockCommonAPIClient) ImageTag(arg0 context.Context, arg1, arg2 string) error

ImageTag mocks base method

func (*MockCommonAPIClient) ImagesPrune

ImagesPrune mocks base method

func (*MockCommonAPIClient) Info

Info mocks base method

func (*MockCommonAPIClient) NegotiateAPIVersion

func (m *MockCommonAPIClient) NegotiateAPIVersion(arg0 context.Context)

NegotiateAPIVersion mocks base method

func (*MockCommonAPIClient) NegotiateAPIVersionPing

func (m *MockCommonAPIClient) NegotiateAPIVersionPing(arg0 types.Ping)

NegotiateAPIVersionPing mocks base method

func (*MockCommonAPIClient) NetworkConnect

func (m *MockCommonAPIClient) NetworkConnect(arg0 context.Context, arg1, arg2 string, arg3 *network.EndpointSettings) error

NetworkConnect mocks base method

func (*MockCommonAPIClient) NetworkCreate

NetworkCreate mocks base method

func (*MockCommonAPIClient) NetworkDisconnect

func (m *MockCommonAPIClient) NetworkDisconnect(arg0 context.Context, arg1, arg2 string, arg3 bool) error

NetworkDisconnect mocks base method

func (*MockCommonAPIClient) NetworkInspect

NetworkInspect mocks base method

func (*MockCommonAPIClient) NetworkInspectWithRaw

func (m *MockCommonAPIClient) NetworkInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, []byte, error)

NetworkInspectWithRaw mocks base method

func (*MockCommonAPIClient) NetworkList

NetworkList mocks base method

func (*MockCommonAPIClient) NetworkRemove

func (m *MockCommonAPIClient) NetworkRemove(arg0 context.Context, arg1 string) error

NetworkRemove mocks base method

func (*MockCommonAPIClient) NetworksPrune

NetworksPrune mocks base method

func (*MockCommonAPIClient) NodeInspectWithRaw

func (m *MockCommonAPIClient) NodeInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Node, []byte, error)

NodeInspectWithRaw mocks base method

func (*MockCommonAPIClient) NodeList

func (m *MockCommonAPIClient) NodeList(arg0 context.Context, arg1 types.NodeListOptions) ([]swarm.Node, error)

NodeList mocks base method

func (*MockCommonAPIClient) NodeRemove

func (m *MockCommonAPIClient) NodeRemove(arg0 context.Context, arg1 string, arg2 types.NodeRemoveOptions) error

NodeRemove mocks base method

func (*MockCommonAPIClient) NodeUpdate

func (m *MockCommonAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.NodeSpec) error

NodeUpdate mocks base method

func (*MockCommonAPIClient) Ping

Ping mocks base method

func (*MockCommonAPIClient) PluginCreate

func (m *MockCommonAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 types.PluginCreateOptions) error

PluginCreate mocks base method

func (*MockCommonAPIClient) PluginDisable

func (m *MockCommonAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 types.PluginDisableOptions) error

PluginDisable mocks base method

func (*MockCommonAPIClient) PluginEnable

func (m *MockCommonAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 types.PluginEnableOptions) error

PluginEnable mocks base method

func (*MockCommonAPIClient) PluginInspectWithRaw

func (m *MockCommonAPIClient) PluginInspectWithRaw(arg0 context.Context, arg1 string) (*types.Plugin, []byte, error)

PluginInspectWithRaw mocks base method

func (*MockCommonAPIClient) PluginInstall

func (m *MockCommonAPIClient) PluginInstall(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)

PluginInstall mocks base method

func (*MockCommonAPIClient) PluginList

PluginList mocks base method

func (*MockCommonAPIClient) PluginPush

func (m *MockCommonAPIClient) PluginPush(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, error)

PluginPush mocks base method

func (*MockCommonAPIClient) PluginRemove

func (m *MockCommonAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 types.PluginRemoveOptions) error

PluginRemove mocks base method

func (*MockCommonAPIClient) PluginSet

func (m *MockCommonAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 []string) error

PluginSet mocks base method

func (*MockCommonAPIClient) PluginUpgrade

func (m *MockCommonAPIClient) PluginUpgrade(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)

PluginUpgrade mocks base method

func (*MockCommonAPIClient) RegistryLogin

RegistryLogin mocks base method

func (*MockCommonAPIClient) SecretCreate

SecretCreate mocks base method

func (*MockCommonAPIClient) SecretInspectWithRaw

func (m *MockCommonAPIClient) SecretInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Secret, []byte, error)

SecretInspectWithRaw mocks base method

func (*MockCommonAPIClient) SecretList

SecretList mocks base method

func (*MockCommonAPIClient) SecretRemove

func (m *MockCommonAPIClient) SecretRemove(arg0 context.Context, arg1 string) error

SecretRemove mocks base method

func (*MockCommonAPIClient) SecretUpdate

func (m *MockCommonAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.SecretSpec) error

SecretUpdate mocks base method

func (*MockCommonAPIClient) ServerVersion

func (m *MockCommonAPIClient) ServerVersion(arg0 context.Context) (types.Version, error)

ServerVersion mocks base method

func (*MockCommonAPIClient) ServiceCreate

ServiceCreate mocks base method

func (*MockCommonAPIClient) ServiceInspectWithRaw

func (m *MockCommonAPIClient) ServiceInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.ServiceInspectOptions) (swarm.Service, []byte, error)

ServiceInspectWithRaw mocks base method

func (*MockCommonAPIClient) ServiceList

ServiceList mocks base method

func (*MockCommonAPIClient) ServiceLogs

ServiceLogs mocks base method

func (*MockCommonAPIClient) ServiceRemove

func (m *MockCommonAPIClient) ServiceRemove(arg0 context.Context, arg1 string) error

ServiceRemove mocks base method

func (*MockCommonAPIClient) ServiceUpdate

ServiceUpdate mocks base method

func (*MockCommonAPIClient) SwarmGetUnlockKey

func (m *MockCommonAPIClient) SwarmGetUnlockKey(arg0 context.Context) (types.SwarmUnlockKeyResponse, error)

SwarmGetUnlockKey mocks base method

func (*MockCommonAPIClient) SwarmInit

func (m *MockCommonAPIClient) SwarmInit(arg0 context.Context, arg1 swarm.InitRequest) (string, error)

SwarmInit mocks base method

func (*MockCommonAPIClient) SwarmInspect

func (m *MockCommonAPIClient) SwarmInspect(arg0 context.Context) (swarm.Swarm, error)

SwarmInspect mocks base method

func (*MockCommonAPIClient) SwarmJoin

func (m *MockCommonAPIClient) SwarmJoin(arg0 context.Context, arg1 swarm.JoinRequest) error

SwarmJoin mocks base method

func (*MockCommonAPIClient) SwarmLeave

func (m *MockCommonAPIClient) SwarmLeave(arg0 context.Context, arg1 bool) error

SwarmLeave mocks base method

func (*MockCommonAPIClient) SwarmUnlock

func (m *MockCommonAPIClient) SwarmUnlock(arg0 context.Context, arg1 swarm.UnlockRequest) error

SwarmUnlock mocks base method

func (*MockCommonAPIClient) SwarmUpdate

func (m *MockCommonAPIClient) SwarmUpdate(arg0 context.Context, arg1 swarm.Version, arg2 swarm.Spec, arg3 swarm.UpdateFlags) error

SwarmUpdate mocks base method

func (*MockCommonAPIClient) TaskInspectWithRaw

func (m *MockCommonAPIClient) TaskInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Task, []byte, error)

TaskInspectWithRaw mocks base method

func (*MockCommonAPIClient) TaskList

func (m *MockCommonAPIClient) TaskList(arg0 context.Context, arg1 types.TaskListOptions) ([]swarm.Task, error)

TaskList mocks base method

func (*MockCommonAPIClient) TaskLogs

TaskLogs mocks base method

func (*MockCommonAPIClient) VolumeCreate

VolumeCreate mocks base method

func (*MockCommonAPIClient) VolumeInspect

func (m *MockCommonAPIClient) VolumeInspect(arg0 context.Context, arg1 string) (types.Volume, error)

VolumeInspect mocks base method

func (*MockCommonAPIClient) VolumeInspectWithRaw

func (m *MockCommonAPIClient) VolumeInspectWithRaw(arg0 context.Context, arg1 string) (types.Volume, []byte, error)

VolumeInspectWithRaw mocks base method

func (*MockCommonAPIClient) VolumeList

VolumeList mocks base method

func (*MockCommonAPIClient) VolumeRemove

func (m *MockCommonAPIClient) VolumeRemove(arg0 context.Context, arg1 string, arg2 bool) error

VolumeRemove mocks base method

func (*MockCommonAPIClient) VolumesPrune

VolumesPrune mocks base method

type MockCommonAPIClientMockRecorder

type MockCommonAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockCommonAPIClientMockRecorder is the mock recorder for MockCommonAPIClient

func (*MockCommonAPIClientMockRecorder) BuildCachePrune

func (mr *MockCommonAPIClientMockRecorder) BuildCachePrune(arg0, arg1 interface{}) *gomock.Call

BuildCachePrune indicates an expected call of BuildCachePrune

func (*MockCommonAPIClientMockRecorder) BuildCancel

func (mr *MockCommonAPIClientMockRecorder) BuildCancel(arg0, arg1 interface{}) *gomock.Call

BuildCancel indicates an expected call of BuildCancel

func (*MockCommonAPIClientMockRecorder) ClientVersion

func (mr *MockCommonAPIClientMockRecorder) ClientVersion() *gomock.Call

ClientVersion indicates an expected call of ClientVersion

func (*MockCommonAPIClientMockRecorder) Close

Close indicates an expected call of Close

func (*MockCommonAPIClientMockRecorder) ConfigCreate

func (mr *MockCommonAPIClientMockRecorder) ConfigCreate(arg0, arg1 interface{}) *gomock.Call

ConfigCreate indicates an expected call of ConfigCreate

func (*MockCommonAPIClientMockRecorder) ConfigInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) ConfigInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

ConfigInspectWithRaw indicates an expected call of ConfigInspectWithRaw

func (*MockCommonAPIClientMockRecorder) ConfigList

func (mr *MockCommonAPIClientMockRecorder) ConfigList(arg0, arg1 interface{}) *gomock.Call

ConfigList indicates an expected call of ConfigList

func (*MockCommonAPIClientMockRecorder) ConfigRemove

func (mr *MockCommonAPIClientMockRecorder) ConfigRemove(arg0, arg1 interface{}) *gomock.Call

ConfigRemove indicates an expected call of ConfigRemove

func (*MockCommonAPIClientMockRecorder) ConfigUpdate

func (mr *MockCommonAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ConfigUpdate indicates an expected call of ConfigUpdate

func (*MockCommonAPIClientMockRecorder) ContainerAttach

func (mr *MockCommonAPIClientMockRecorder) ContainerAttach(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerAttach indicates an expected call of ContainerAttach

func (*MockCommonAPIClientMockRecorder) ContainerCommit

func (mr *MockCommonAPIClientMockRecorder) ContainerCommit(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerCommit indicates an expected call of ContainerCommit

func (*MockCommonAPIClientMockRecorder) ContainerCreate

func (mr *MockCommonAPIClientMockRecorder) ContainerCreate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

ContainerCreate indicates an expected call of ContainerCreate

func (*MockCommonAPIClientMockRecorder) ContainerDiff

func (mr *MockCommonAPIClientMockRecorder) ContainerDiff(arg0, arg1 interface{}) *gomock.Call

ContainerDiff indicates an expected call of ContainerDiff

func (*MockCommonAPIClientMockRecorder) ContainerExecAttach

func (mr *MockCommonAPIClientMockRecorder) ContainerExecAttach(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerExecAttach indicates an expected call of ContainerExecAttach

func (*MockCommonAPIClientMockRecorder) ContainerExecCreate

func (mr *MockCommonAPIClientMockRecorder) ContainerExecCreate(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerExecCreate indicates an expected call of ContainerExecCreate

func (*MockCommonAPIClientMockRecorder) ContainerExecInspect

func (mr *MockCommonAPIClientMockRecorder) ContainerExecInspect(arg0, arg1 interface{}) *gomock.Call

ContainerExecInspect indicates an expected call of ContainerExecInspect

func (*MockCommonAPIClientMockRecorder) ContainerExecResize

func (mr *MockCommonAPIClientMockRecorder) ContainerExecResize(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerExecResize indicates an expected call of ContainerExecResize

func (*MockCommonAPIClientMockRecorder) ContainerExecStart

func (mr *MockCommonAPIClientMockRecorder) ContainerExecStart(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerExecStart indicates an expected call of ContainerExecStart

func (*MockCommonAPIClientMockRecorder) ContainerExport

func (mr *MockCommonAPIClientMockRecorder) ContainerExport(arg0, arg1 interface{}) *gomock.Call

ContainerExport indicates an expected call of ContainerExport

func (*MockCommonAPIClientMockRecorder) ContainerInspect

func (mr *MockCommonAPIClientMockRecorder) ContainerInspect(arg0, arg1 interface{}) *gomock.Call

ContainerInspect indicates an expected call of ContainerInspect

func (*MockCommonAPIClientMockRecorder) ContainerInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) ContainerInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerInspectWithRaw indicates an expected call of ContainerInspectWithRaw

func (*MockCommonAPIClientMockRecorder) ContainerKill

func (mr *MockCommonAPIClientMockRecorder) ContainerKill(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerKill indicates an expected call of ContainerKill

func (*MockCommonAPIClientMockRecorder) ContainerList

func (mr *MockCommonAPIClientMockRecorder) ContainerList(arg0, arg1 interface{}) *gomock.Call

ContainerList indicates an expected call of ContainerList

func (*MockCommonAPIClientMockRecorder) ContainerLogs

func (mr *MockCommonAPIClientMockRecorder) ContainerLogs(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerLogs indicates an expected call of ContainerLogs

func (*MockCommonAPIClientMockRecorder) ContainerPause

func (mr *MockCommonAPIClientMockRecorder) ContainerPause(arg0, arg1 interface{}) *gomock.Call

ContainerPause indicates an expected call of ContainerPause

func (*MockCommonAPIClientMockRecorder) ContainerRemove

func (mr *MockCommonAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerRemove indicates an expected call of ContainerRemove

func (*MockCommonAPIClientMockRecorder) ContainerRename

func (mr *MockCommonAPIClientMockRecorder) ContainerRename(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerRename indicates an expected call of ContainerRename

func (*MockCommonAPIClientMockRecorder) ContainerResize

func (mr *MockCommonAPIClientMockRecorder) ContainerResize(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerResize indicates an expected call of ContainerResize

func (*MockCommonAPIClientMockRecorder) ContainerRestart

func (mr *MockCommonAPIClientMockRecorder) ContainerRestart(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerRestart indicates an expected call of ContainerRestart

func (*MockCommonAPIClientMockRecorder) ContainerStart

func (mr *MockCommonAPIClientMockRecorder) ContainerStart(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStart indicates an expected call of ContainerStart

func (*MockCommonAPIClientMockRecorder) ContainerStatPath

func (mr *MockCommonAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStatPath indicates an expected call of ContainerStatPath

func (*MockCommonAPIClientMockRecorder) ContainerStats

func (mr *MockCommonAPIClientMockRecorder) ContainerStats(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStats indicates an expected call of ContainerStats

func (*MockCommonAPIClientMockRecorder) ContainerStop

func (mr *MockCommonAPIClientMockRecorder) ContainerStop(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStop indicates an expected call of ContainerStop

func (*MockCommonAPIClientMockRecorder) ContainerTop

func (mr *MockCommonAPIClientMockRecorder) ContainerTop(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerTop indicates an expected call of ContainerTop

func (*MockCommonAPIClientMockRecorder) ContainerUnpause

func (mr *MockCommonAPIClientMockRecorder) ContainerUnpause(arg0, arg1 interface{}) *gomock.Call

ContainerUnpause indicates an expected call of ContainerUnpause

func (*MockCommonAPIClientMockRecorder) ContainerUpdate

func (mr *MockCommonAPIClientMockRecorder) ContainerUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerUpdate indicates an expected call of ContainerUpdate

func (*MockCommonAPIClientMockRecorder) ContainerWait

func (mr *MockCommonAPIClientMockRecorder) ContainerWait(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerWait indicates an expected call of ContainerWait

func (*MockCommonAPIClientMockRecorder) ContainersPrune

func (mr *MockCommonAPIClientMockRecorder) ContainersPrune(arg0, arg1 interface{}) *gomock.Call

ContainersPrune indicates an expected call of ContainersPrune

func (*MockCommonAPIClientMockRecorder) CopyFromContainer

func (mr *MockCommonAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 interface{}) *gomock.Call

CopyFromContainer indicates an expected call of CopyFromContainer

func (*MockCommonAPIClientMockRecorder) CopyToContainer

func (mr *MockCommonAPIClientMockRecorder) CopyToContainer(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CopyToContainer indicates an expected call of CopyToContainer

func (*MockCommonAPIClientMockRecorder) DaemonHost

func (mr *MockCommonAPIClientMockRecorder) DaemonHost() *gomock.Call

DaemonHost indicates an expected call of DaemonHost

func (*MockCommonAPIClientMockRecorder) DialHijack

func (mr *MockCommonAPIClientMockRecorder) DialHijack(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DialHijack indicates an expected call of DialHijack

func (*MockCommonAPIClientMockRecorder) Dialer

Dialer indicates an expected call of Dialer

func (*MockCommonAPIClientMockRecorder) DiskUsage

func (mr *MockCommonAPIClientMockRecorder) DiskUsage(arg0 interface{}) *gomock.Call

DiskUsage indicates an expected call of DiskUsage

func (*MockCommonAPIClientMockRecorder) DistributionInspect

func (mr *MockCommonAPIClientMockRecorder) DistributionInspect(arg0, arg1, arg2 interface{}) *gomock.Call

DistributionInspect indicates an expected call of DistributionInspect

func (*MockCommonAPIClientMockRecorder) Events

func (mr *MockCommonAPIClientMockRecorder) Events(arg0, arg1 interface{}) *gomock.Call

Events indicates an expected call of Events

func (*MockCommonAPIClientMockRecorder) HTTPClient

func (mr *MockCommonAPIClientMockRecorder) HTTPClient() *gomock.Call

HTTPClient indicates an expected call of HTTPClient

func (*MockCommonAPIClientMockRecorder) ImageBuild

func (mr *MockCommonAPIClientMockRecorder) ImageBuild(arg0, arg1, arg2 interface{}) *gomock.Call

ImageBuild indicates an expected call of ImageBuild

func (*MockCommonAPIClientMockRecorder) ImageCreate

func (mr *MockCommonAPIClientMockRecorder) ImageCreate(arg0, arg1, arg2 interface{}) *gomock.Call

ImageCreate indicates an expected call of ImageCreate

func (*MockCommonAPIClientMockRecorder) ImageHistory

func (mr *MockCommonAPIClientMockRecorder) ImageHistory(arg0, arg1 interface{}) *gomock.Call

ImageHistory indicates an expected call of ImageHistory

func (*MockCommonAPIClientMockRecorder) ImageImport

func (mr *MockCommonAPIClientMockRecorder) ImageImport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ImageImport indicates an expected call of ImageImport

func (*MockCommonAPIClientMockRecorder) ImageInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) ImageInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

ImageInspectWithRaw indicates an expected call of ImageInspectWithRaw

func (*MockCommonAPIClientMockRecorder) ImageList

func (mr *MockCommonAPIClientMockRecorder) ImageList(arg0, arg1 interface{}) *gomock.Call

ImageList indicates an expected call of ImageList

func (*MockCommonAPIClientMockRecorder) ImageLoad

func (mr *MockCommonAPIClientMockRecorder) ImageLoad(arg0, arg1, arg2 interface{}) *gomock.Call

ImageLoad indicates an expected call of ImageLoad

func (*MockCommonAPIClientMockRecorder) ImagePull

func (mr *MockCommonAPIClientMockRecorder) ImagePull(arg0, arg1, arg2 interface{}) *gomock.Call

ImagePull indicates an expected call of ImagePull

func (*MockCommonAPIClientMockRecorder) ImagePush

func (mr *MockCommonAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 interface{}) *gomock.Call

ImagePush indicates an expected call of ImagePush

func (*MockCommonAPIClientMockRecorder) ImageRemove

func (mr *MockCommonAPIClientMockRecorder) ImageRemove(arg0, arg1, arg2 interface{}) *gomock.Call

ImageRemove indicates an expected call of ImageRemove

func (*MockCommonAPIClientMockRecorder) ImageSave

func (mr *MockCommonAPIClientMockRecorder) ImageSave(arg0, arg1 interface{}) *gomock.Call

ImageSave indicates an expected call of ImageSave

func (*MockCommonAPIClientMockRecorder) ImageSearch

func (mr *MockCommonAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 interface{}) *gomock.Call

ImageSearch indicates an expected call of ImageSearch

func (*MockCommonAPIClientMockRecorder) ImageTag

func (mr *MockCommonAPIClientMockRecorder) ImageTag(arg0, arg1, arg2 interface{}) *gomock.Call

ImageTag indicates an expected call of ImageTag

func (*MockCommonAPIClientMockRecorder) ImagesPrune

func (mr *MockCommonAPIClientMockRecorder) ImagesPrune(arg0, arg1 interface{}) *gomock.Call

ImagesPrune indicates an expected call of ImagesPrune

func (*MockCommonAPIClientMockRecorder) Info

func (mr *MockCommonAPIClientMockRecorder) Info(arg0 interface{}) *gomock.Call

Info indicates an expected call of Info

func (*MockCommonAPIClientMockRecorder) NegotiateAPIVersion

func (mr *MockCommonAPIClientMockRecorder) NegotiateAPIVersion(arg0 interface{}) *gomock.Call

NegotiateAPIVersion indicates an expected call of NegotiateAPIVersion

func (*MockCommonAPIClientMockRecorder) NegotiateAPIVersionPing

func (mr *MockCommonAPIClientMockRecorder) NegotiateAPIVersionPing(arg0 interface{}) *gomock.Call

NegotiateAPIVersionPing indicates an expected call of NegotiateAPIVersionPing

func (*MockCommonAPIClientMockRecorder) NetworkConnect

func (mr *MockCommonAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

NetworkConnect indicates an expected call of NetworkConnect

func (*MockCommonAPIClientMockRecorder) NetworkCreate

func (mr *MockCommonAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkCreate indicates an expected call of NetworkCreate

func (*MockCommonAPIClientMockRecorder) NetworkDisconnect

func (mr *MockCommonAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

NetworkDisconnect indicates an expected call of NetworkDisconnect

func (*MockCommonAPIClientMockRecorder) NetworkInspect

func (mr *MockCommonAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkInspect indicates an expected call of NetworkInspect

func (*MockCommonAPIClientMockRecorder) NetworkInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) NetworkInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkInspectWithRaw indicates an expected call of NetworkInspectWithRaw

func (*MockCommonAPIClientMockRecorder) NetworkList

func (mr *MockCommonAPIClientMockRecorder) NetworkList(arg0, arg1 interface{}) *gomock.Call

NetworkList indicates an expected call of NetworkList

func (*MockCommonAPIClientMockRecorder) NetworkRemove

func (mr *MockCommonAPIClientMockRecorder) NetworkRemove(arg0, arg1 interface{}) *gomock.Call

NetworkRemove indicates an expected call of NetworkRemove

func (*MockCommonAPIClientMockRecorder) NetworksPrune

func (mr *MockCommonAPIClientMockRecorder) NetworksPrune(arg0, arg1 interface{}) *gomock.Call

NetworksPrune indicates an expected call of NetworksPrune

func (*MockCommonAPIClientMockRecorder) NodeInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) NodeInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

NodeInspectWithRaw indicates an expected call of NodeInspectWithRaw

func (*MockCommonAPIClientMockRecorder) NodeList

func (mr *MockCommonAPIClientMockRecorder) NodeList(arg0, arg1 interface{}) *gomock.Call

NodeList indicates an expected call of NodeList

func (*MockCommonAPIClientMockRecorder) NodeRemove

func (mr *MockCommonAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 interface{}) *gomock.Call

NodeRemove indicates an expected call of NodeRemove

func (*MockCommonAPIClientMockRecorder) NodeUpdate

func (mr *MockCommonAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

NodeUpdate indicates an expected call of NodeUpdate

func (*MockCommonAPIClientMockRecorder) Ping

func (mr *MockCommonAPIClientMockRecorder) Ping(arg0 interface{}) *gomock.Call

Ping indicates an expected call of Ping

func (*MockCommonAPIClientMockRecorder) PluginCreate

func (mr *MockCommonAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 interface{}) *gomock.Call

PluginCreate indicates an expected call of PluginCreate

func (*MockCommonAPIClientMockRecorder) PluginDisable

func (mr *MockCommonAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 interface{}) *gomock.Call

PluginDisable indicates an expected call of PluginDisable

func (*MockCommonAPIClientMockRecorder) PluginEnable

func (mr *MockCommonAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 interface{}) *gomock.Call

PluginEnable indicates an expected call of PluginEnable

func (*MockCommonAPIClientMockRecorder) PluginInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) PluginInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

PluginInspectWithRaw indicates an expected call of PluginInspectWithRaw

func (*MockCommonAPIClientMockRecorder) PluginInstall

func (mr *MockCommonAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 interface{}) *gomock.Call

PluginInstall indicates an expected call of PluginInstall

func (*MockCommonAPIClientMockRecorder) PluginList

func (mr *MockCommonAPIClientMockRecorder) PluginList(arg0, arg1 interface{}) *gomock.Call

PluginList indicates an expected call of PluginList

func (*MockCommonAPIClientMockRecorder) PluginPush

func (mr *MockCommonAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 interface{}) *gomock.Call

PluginPush indicates an expected call of PluginPush

func (*MockCommonAPIClientMockRecorder) PluginRemove

func (mr *MockCommonAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 interface{}) *gomock.Call

PluginRemove indicates an expected call of PluginRemove

func (*MockCommonAPIClientMockRecorder) PluginSet

func (mr *MockCommonAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 interface{}) *gomock.Call

PluginSet indicates an expected call of PluginSet

func (*MockCommonAPIClientMockRecorder) PluginUpgrade

func (mr *MockCommonAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 interface{}) *gomock.Call

PluginUpgrade indicates an expected call of PluginUpgrade

func (*MockCommonAPIClientMockRecorder) RegistryLogin

func (mr *MockCommonAPIClientMockRecorder) RegistryLogin(arg0, arg1 interface{}) *gomock.Call

RegistryLogin indicates an expected call of RegistryLogin

func (*MockCommonAPIClientMockRecorder) SecretCreate

func (mr *MockCommonAPIClientMockRecorder) SecretCreate(arg0, arg1 interface{}) *gomock.Call

SecretCreate indicates an expected call of SecretCreate

func (*MockCommonAPIClientMockRecorder) SecretInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) SecretInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

SecretInspectWithRaw indicates an expected call of SecretInspectWithRaw

func (*MockCommonAPIClientMockRecorder) SecretList

func (mr *MockCommonAPIClientMockRecorder) SecretList(arg0, arg1 interface{}) *gomock.Call

SecretList indicates an expected call of SecretList

func (*MockCommonAPIClientMockRecorder) SecretRemove

func (mr *MockCommonAPIClientMockRecorder) SecretRemove(arg0, arg1 interface{}) *gomock.Call

SecretRemove indicates an expected call of SecretRemove

func (*MockCommonAPIClientMockRecorder) SecretUpdate

func (mr *MockCommonAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SecretUpdate indicates an expected call of SecretUpdate

func (*MockCommonAPIClientMockRecorder) ServerVersion

func (mr *MockCommonAPIClientMockRecorder) ServerVersion(arg0 interface{}) *gomock.Call

ServerVersion indicates an expected call of ServerVersion

func (*MockCommonAPIClientMockRecorder) ServiceCreate

func (mr *MockCommonAPIClientMockRecorder) ServiceCreate(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceCreate indicates an expected call of ServiceCreate

func (*MockCommonAPIClientMockRecorder) ServiceInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) ServiceInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceInspectWithRaw indicates an expected call of ServiceInspectWithRaw

func (*MockCommonAPIClientMockRecorder) ServiceList

func (mr *MockCommonAPIClientMockRecorder) ServiceList(arg0, arg1 interface{}) *gomock.Call

ServiceList indicates an expected call of ServiceList

func (*MockCommonAPIClientMockRecorder) ServiceLogs

func (mr *MockCommonAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceLogs indicates an expected call of ServiceLogs

func (*MockCommonAPIClientMockRecorder) ServiceRemove

func (mr *MockCommonAPIClientMockRecorder) ServiceRemove(arg0, arg1 interface{}) *gomock.Call

ServiceRemove indicates an expected call of ServiceRemove

func (*MockCommonAPIClientMockRecorder) ServiceUpdate

func (mr *MockCommonAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

ServiceUpdate indicates an expected call of ServiceUpdate

func (*MockCommonAPIClientMockRecorder) SwarmGetUnlockKey

func (mr *MockCommonAPIClientMockRecorder) SwarmGetUnlockKey(arg0 interface{}) *gomock.Call

SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey

func (*MockCommonAPIClientMockRecorder) SwarmInit

func (mr *MockCommonAPIClientMockRecorder) SwarmInit(arg0, arg1 interface{}) *gomock.Call

SwarmInit indicates an expected call of SwarmInit

func (*MockCommonAPIClientMockRecorder) SwarmInspect

func (mr *MockCommonAPIClientMockRecorder) SwarmInspect(arg0 interface{}) *gomock.Call

SwarmInspect indicates an expected call of SwarmInspect

func (*MockCommonAPIClientMockRecorder) SwarmJoin

func (mr *MockCommonAPIClientMockRecorder) SwarmJoin(arg0, arg1 interface{}) *gomock.Call

SwarmJoin indicates an expected call of SwarmJoin

func (*MockCommonAPIClientMockRecorder) SwarmLeave

func (mr *MockCommonAPIClientMockRecorder) SwarmLeave(arg0, arg1 interface{}) *gomock.Call

SwarmLeave indicates an expected call of SwarmLeave

func (*MockCommonAPIClientMockRecorder) SwarmUnlock

func (mr *MockCommonAPIClientMockRecorder) SwarmUnlock(arg0, arg1 interface{}) *gomock.Call

SwarmUnlock indicates an expected call of SwarmUnlock

func (*MockCommonAPIClientMockRecorder) SwarmUpdate

func (mr *MockCommonAPIClientMockRecorder) SwarmUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SwarmUpdate indicates an expected call of SwarmUpdate

func (*MockCommonAPIClientMockRecorder) TaskInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) TaskInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

TaskInspectWithRaw indicates an expected call of TaskInspectWithRaw

func (*MockCommonAPIClientMockRecorder) TaskList

func (mr *MockCommonAPIClientMockRecorder) TaskList(arg0, arg1 interface{}) *gomock.Call

TaskList indicates an expected call of TaskList

func (*MockCommonAPIClientMockRecorder) TaskLogs

func (mr *MockCommonAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 interface{}) *gomock.Call

TaskLogs indicates an expected call of TaskLogs

func (*MockCommonAPIClientMockRecorder) VolumeCreate

func (mr *MockCommonAPIClientMockRecorder) VolumeCreate(arg0, arg1 interface{}) *gomock.Call

VolumeCreate indicates an expected call of VolumeCreate

func (*MockCommonAPIClientMockRecorder) VolumeInspect

func (mr *MockCommonAPIClientMockRecorder) VolumeInspect(arg0, arg1 interface{}) *gomock.Call

VolumeInspect indicates an expected call of VolumeInspect

func (*MockCommonAPIClientMockRecorder) VolumeInspectWithRaw

func (mr *MockCommonAPIClientMockRecorder) VolumeInspectWithRaw(arg0, arg1 interface{}) *gomock.Call

VolumeInspectWithRaw indicates an expected call of VolumeInspectWithRaw

func (*MockCommonAPIClientMockRecorder) VolumeList

func (mr *MockCommonAPIClientMockRecorder) VolumeList(arg0, arg1 interface{}) *gomock.Call

VolumeList indicates an expected call of VolumeList

func (*MockCommonAPIClientMockRecorder) VolumeRemove

func (mr *MockCommonAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 interface{}) *gomock.Call

VolumeRemove indicates an expected call of VolumeRemove

func (*MockCommonAPIClientMockRecorder) VolumesPrune

func (mr *MockCommonAPIClientMockRecorder) VolumesPrune(arg0, arg1 interface{}) *gomock.Call

VolumesPrune indicates an expected call of VolumesPrune

type MockDownloader

type MockDownloader struct {
	// contains filtered or unexported fields
}

MockDownloader is a mock of Downloader interface

func NewMockDownloader

func NewMockDownloader(ctrl *gomock.Controller) *MockDownloader

NewMockDownloader creates a new mock instance

func (*MockDownloader) Download

func (m *MockDownloader) Download(arg0 context.Context, arg1 string) (blob.Blob, error)

Download mocks base method

func (*MockDownloader) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockDownloaderMockRecorder

type MockDownloaderMockRecorder struct {
	// contains filtered or unexported fields
}

MockDownloaderMockRecorder is the mock recorder for MockDownloader

func (*MockDownloaderMockRecorder) Download

func (mr *MockDownloaderMockRecorder) Download(arg0, arg1 interface{}) *gomock.Call

Download indicates an expected call of Download

type MockImageFactory

type MockImageFactory struct {
	// contains filtered or unexported fields
}

MockImageFactory is a mock of ImageFactory interface

func NewMockImageFactory

func NewMockImageFactory(ctrl *gomock.Controller) *MockImageFactory

NewMockImageFactory creates a new mock instance

func (*MockImageFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockImageFactory) NewImage

func (m *MockImageFactory) NewImage(arg0 string, arg1 bool) (imgutil.Image, error)

NewImage mocks base method

type MockImageFactoryMockRecorder

type MockImageFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockImageFactoryMockRecorder is the mock recorder for MockImageFactory

func (*MockImageFactoryMockRecorder) NewImage

func (mr *MockImageFactoryMockRecorder) NewImage(arg0, arg1 interface{}) *gomock.Call

NewImage indicates an expected call of NewImage

type MockImageFetcher

type MockImageFetcher struct {
	// contains filtered or unexported fields
}

MockImageFetcher is a mock of ImageFetcher interface

func NewMockImageFetcher

func NewMockImageFetcher(ctrl *gomock.Controller) *MockImageFetcher

NewMockImageFetcher creates a new mock instance

func (*MockImageFetcher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockImageFetcher) Fetch

func (m *MockImageFetcher) Fetch(arg0 context.Context, arg1 string, arg2 bool, arg3 config.PullPolicy) (imgutil.Image, error)

Fetch mocks base method

type MockImageFetcherMockRecorder

type MockImageFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockImageFetcherMockRecorder is the mock recorder for MockImageFetcher

func (*MockImageFetcherMockRecorder) Fetch

func (mr *MockImageFetcherMockRecorder) Fetch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Fetch indicates an expected call of Fetch

Jump to

Keyboard shortcuts

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