testmocks

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2021 License: Apache-2.0 Imports: 21 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 added in v0.13.0

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

MockCommonAPIClient is a mock of CommonAPIClient interface.

func NewMockCommonAPIClient added in v0.13.0

func NewMockCommonAPIClient(ctrl *gomock.Controller) *MockCommonAPIClient

NewMockCommonAPIClient creates a new mock instance.

func (*MockCommonAPIClient) BuildCachePrune added in v0.13.0

BuildCachePrune mocks base method.

func (*MockCommonAPIClient) BuildCancel added in v0.13.0

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

BuildCancel mocks base method.

func (*MockCommonAPIClient) ClientVersion added in v0.13.0

func (m *MockCommonAPIClient) ClientVersion() string

ClientVersion mocks base method.

func (*MockCommonAPIClient) Close added in v0.13.0

func (m *MockCommonAPIClient) Close() error

Close mocks base method.

func (*MockCommonAPIClient) ConfigCreate added in v0.13.0

ConfigCreate mocks base method.

func (*MockCommonAPIClient) ConfigInspectWithRaw added in v0.13.0

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

ConfigInspectWithRaw mocks base method.

func (*MockCommonAPIClient) ConfigList added in v0.13.0

ConfigList mocks base method.

func (*MockCommonAPIClient) ConfigRemove added in v0.13.0

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

ConfigRemove mocks base method.

func (*MockCommonAPIClient) ConfigUpdate added in v0.13.0

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

ConfigUpdate mocks base method.

func (*MockCommonAPIClient) ContainerAttach added in v0.13.0

ContainerAttach mocks base method.

func (*MockCommonAPIClient) ContainerCommit added in v0.13.0

ContainerCommit mocks base method.

func (*MockCommonAPIClient) ContainerCreate added in v0.13.0

ContainerCreate mocks base method.

func (*MockCommonAPIClient) ContainerDiff added in v0.13.0

ContainerDiff mocks base method.

func (*MockCommonAPIClient) ContainerExecAttach added in v0.13.0

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

ContainerExecAttach mocks base method.

func (*MockCommonAPIClient) ContainerExecCreate added in v0.13.0

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

ContainerExecCreate mocks base method.

func (*MockCommonAPIClient) ContainerExecInspect added in v0.13.0

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

ContainerExecInspect mocks base method.

func (*MockCommonAPIClient) ContainerExecResize added in v0.13.0

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

ContainerExecResize mocks base method.

func (*MockCommonAPIClient) ContainerExecStart added in v0.13.0

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

ContainerExecStart mocks base method.

func (*MockCommonAPIClient) ContainerExport added in v0.13.0

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

ContainerExport mocks base method.

func (*MockCommonAPIClient) ContainerInspect added in v0.13.0

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

ContainerInspect mocks base method.

func (*MockCommonAPIClient) ContainerInspectWithRaw added in v0.13.0

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

ContainerInspectWithRaw mocks base method.

func (*MockCommonAPIClient) ContainerKill added in v0.13.0

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

ContainerKill mocks base method.

func (*MockCommonAPIClient) ContainerList added in v0.13.0

ContainerList mocks base method.

func (*MockCommonAPIClient) ContainerLogs added in v0.13.0

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

ContainerLogs mocks base method.

func (*MockCommonAPIClient) ContainerPause added in v0.13.0

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

ContainerPause mocks base method.

func (*MockCommonAPIClient) ContainerRemove added in v0.13.0

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

ContainerRemove mocks base method.

func (*MockCommonAPIClient) ContainerRename added in v0.13.0

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

ContainerRename mocks base method.

func (*MockCommonAPIClient) ContainerResize added in v0.13.0

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

ContainerResize mocks base method.

func (*MockCommonAPIClient) ContainerRestart added in v0.13.0

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

ContainerRestart mocks base method.

func (*MockCommonAPIClient) ContainerStart added in v0.13.0

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

ContainerStart mocks base method.

func (*MockCommonAPIClient) ContainerStatPath added in v0.13.0

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

ContainerStatPath mocks base method.

func (*MockCommonAPIClient) ContainerStats added in v0.13.0

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

ContainerStats mocks base method.

func (*MockCommonAPIClient) ContainerStatsOneShot added in v0.16.0

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

ContainerStatsOneShot mocks base method.

func (*MockCommonAPIClient) ContainerStop added in v0.13.0

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

ContainerStop mocks base method.

func (*MockCommonAPIClient) ContainerTop added in v0.13.0

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

ContainerTop mocks base method.

func (*MockCommonAPIClient) ContainerUnpause added in v0.13.0

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

ContainerUnpause mocks base method.

func (*MockCommonAPIClient) ContainerUpdate added in v0.13.0

ContainerUpdate mocks base method.

func (*MockCommonAPIClient) ContainerWait added in v0.13.0

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

ContainerWait mocks base method.

func (*MockCommonAPIClient) ContainersPrune added in v0.13.0

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

ContainersPrune mocks base method.

func (*MockCommonAPIClient) CopyFromContainer added in v0.13.0

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

CopyFromContainer mocks base method.

func (*MockCommonAPIClient) CopyToContainer added in v0.13.0

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

CopyToContainer mocks base method.

func (*MockCommonAPIClient) DaemonHost added in v0.13.0

func (m *MockCommonAPIClient) DaemonHost() string

DaemonHost mocks base method.

func (*MockCommonAPIClient) DialHijack added in v0.13.0

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

DialHijack mocks base method.

func (*MockCommonAPIClient) Dialer added in v0.13.0

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

Dialer mocks base method.

func (*MockCommonAPIClient) DiskUsage added in v0.13.0

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

DiskUsage mocks base method.

func (*MockCommonAPIClient) DistributionInspect added in v0.13.0

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

DistributionInspect mocks base method.

func (*MockCommonAPIClient) EXPECT added in v0.13.0

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

func (*MockCommonAPIClient) Events added in v0.13.0

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

Events mocks base method.

func (*MockCommonAPIClient) HTTPClient added in v0.13.0

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

HTTPClient mocks base method.

func (*MockCommonAPIClient) ImageBuild added in v0.13.0

ImageBuild mocks base method.

func (*MockCommonAPIClient) ImageCreate added in v0.13.0

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

ImageCreate mocks base method.

func (*MockCommonAPIClient) ImageHistory added in v0.13.0

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

ImageHistory mocks base method.

func (*MockCommonAPIClient) ImageImport added in v0.13.0

ImageImport mocks base method.

func (*MockCommonAPIClient) ImageInspectWithRaw added in v0.13.0

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

ImageInspectWithRaw mocks base method.

func (*MockCommonAPIClient) ImageList added in v0.13.0

ImageList mocks base method.

func (*MockCommonAPIClient) ImageLoad added in v0.13.0

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

ImageLoad mocks base method.

func (*MockCommonAPIClient) ImagePull added in v0.13.0

ImagePull mocks base method.

func (*MockCommonAPIClient) ImagePush added in v0.13.0

ImagePush mocks base method.

func (*MockCommonAPIClient) ImageRemove added in v0.13.0

ImageRemove mocks base method.

func (*MockCommonAPIClient) ImageSave added in v0.13.0

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

ImageSave mocks base method.

func (*MockCommonAPIClient) ImageSearch added in v0.13.0

ImageSearch mocks base method.

func (*MockCommonAPIClient) ImageTag added in v0.13.0

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

ImageTag mocks base method.

func (*MockCommonAPIClient) ImagesPrune added in v0.13.0

ImagesPrune mocks base method.

func (*MockCommonAPIClient) Info added in v0.13.0

Info mocks base method.

func (*MockCommonAPIClient) NegotiateAPIVersion added in v0.13.0

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

NegotiateAPIVersion mocks base method.

func (*MockCommonAPIClient) NegotiateAPIVersionPing added in v0.13.0

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

NegotiateAPIVersionPing mocks base method.

func (*MockCommonAPIClient) NetworkConnect added in v0.13.0

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

NetworkConnect mocks base method.

func (*MockCommonAPIClient) NetworkCreate added in v0.13.0

NetworkCreate mocks base method.

func (*MockCommonAPIClient) NetworkDisconnect added in v0.13.0

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

NetworkDisconnect mocks base method.

func (*MockCommonAPIClient) NetworkInspect added in v0.13.0

NetworkInspect mocks base method.

func (*MockCommonAPIClient) NetworkInspectWithRaw added in v0.13.0

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

NetworkInspectWithRaw mocks base method.

func (*MockCommonAPIClient) NetworkList added in v0.13.0

NetworkList mocks base method.

func (*MockCommonAPIClient) NetworkRemove added in v0.13.0

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

NetworkRemove mocks base method.

func (*MockCommonAPIClient) NetworksPrune added in v0.13.0

NetworksPrune mocks base method.

func (*MockCommonAPIClient) NodeInspectWithRaw added in v0.13.0

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

NodeInspectWithRaw mocks base method.

func (*MockCommonAPIClient) NodeList added in v0.13.0

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

NodeList mocks base method.

func (*MockCommonAPIClient) NodeRemove added in v0.13.0

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

NodeRemove mocks base method.

func (*MockCommonAPIClient) NodeUpdate added in v0.13.0

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

NodeUpdate mocks base method.

func (*MockCommonAPIClient) Ping added in v0.13.0

Ping mocks base method.

func (*MockCommonAPIClient) PluginCreate added in v0.13.0

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

PluginCreate mocks base method.

func (*MockCommonAPIClient) PluginDisable added in v0.13.0

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

PluginDisable mocks base method.

func (*MockCommonAPIClient) PluginEnable added in v0.13.0

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

PluginEnable mocks base method.

func (*MockCommonAPIClient) PluginInspectWithRaw added in v0.13.0

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

PluginInspectWithRaw mocks base method.

func (*MockCommonAPIClient) PluginInstall added in v0.13.0

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

PluginInstall mocks base method.

func (*MockCommonAPIClient) PluginList added in v0.13.0

PluginList mocks base method.

func (*MockCommonAPIClient) PluginPush added in v0.13.0

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

PluginPush mocks base method.

func (*MockCommonAPIClient) PluginRemove added in v0.13.0

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

PluginRemove mocks base method.

func (*MockCommonAPIClient) PluginSet added in v0.13.0

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

PluginSet mocks base method.

func (*MockCommonAPIClient) PluginUpgrade added in v0.13.0

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

PluginUpgrade mocks base method.

func (*MockCommonAPIClient) RegistryLogin added in v0.13.0

RegistryLogin mocks base method.

func (*MockCommonAPIClient) SecretCreate added in v0.13.0

SecretCreate mocks base method.

func (*MockCommonAPIClient) SecretInspectWithRaw added in v0.13.0

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

SecretInspectWithRaw mocks base method.

func (*MockCommonAPIClient) SecretList added in v0.13.0

SecretList mocks base method.

func (*MockCommonAPIClient) SecretRemove added in v0.13.0

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

SecretRemove mocks base method.

func (*MockCommonAPIClient) SecretUpdate added in v0.13.0

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

SecretUpdate mocks base method.

func (*MockCommonAPIClient) ServerVersion added in v0.13.0

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

ServerVersion mocks base method.

func (*MockCommonAPIClient) ServiceCreate added in v0.13.0

ServiceCreate mocks base method.

func (*MockCommonAPIClient) ServiceInspectWithRaw added in v0.13.0

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

ServiceInspectWithRaw mocks base method.

func (*MockCommonAPIClient) ServiceList added in v0.13.0

ServiceList mocks base method.

func (*MockCommonAPIClient) ServiceLogs added in v0.13.0

ServiceLogs mocks base method.

func (*MockCommonAPIClient) ServiceRemove added in v0.13.0

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

ServiceRemove mocks base method.

func (*MockCommonAPIClient) ServiceUpdate added in v0.13.0

ServiceUpdate mocks base method.

func (*MockCommonAPIClient) SwarmGetUnlockKey added in v0.13.0

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

SwarmGetUnlockKey mocks base method.

func (*MockCommonAPIClient) SwarmInit added in v0.13.0

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

SwarmInit mocks base method.

func (*MockCommonAPIClient) SwarmInspect added in v0.13.0

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

SwarmInspect mocks base method.

func (*MockCommonAPIClient) SwarmJoin added in v0.13.0

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

SwarmJoin mocks base method.

func (*MockCommonAPIClient) SwarmLeave added in v0.13.0

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

SwarmLeave mocks base method.

func (*MockCommonAPIClient) SwarmUnlock added in v0.13.0

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

SwarmUnlock mocks base method.

func (*MockCommonAPIClient) SwarmUpdate added in v0.13.0

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

SwarmUpdate mocks base method.

func (*MockCommonAPIClient) TaskInspectWithRaw added in v0.13.0

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

TaskInspectWithRaw mocks base method.

func (*MockCommonAPIClient) TaskList added in v0.13.0

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

TaskList mocks base method.

func (*MockCommonAPIClient) TaskLogs added in v0.13.0

TaskLogs mocks base method.

func (*MockCommonAPIClient) VolumeCreate added in v0.13.0

VolumeCreate mocks base method.

func (*MockCommonAPIClient) VolumeInspect added in v0.13.0

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

VolumeInspect mocks base method.

func (*MockCommonAPIClient) VolumeInspectWithRaw added in v0.13.0

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

VolumeInspectWithRaw mocks base method.

func (*MockCommonAPIClient) VolumeList added in v0.13.0

VolumeList mocks base method.

func (*MockCommonAPIClient) VolumeRemove added in v0.13.0

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

VolumeRemove mocks base method.

func (*MockCommonAPIClient) VolumesPrune added in v0.13.0

VolumesPrune mocks base method.

type MockCommonAPIClientMockRecorder added in v0.13.0

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

MockCommonAPIClientMockRecorder is the mock recorder for MockCommonAPIClient.

func (*MockCommonAPIClientMockRecorder) BuildCachePrune added in v0.13.0

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

BuildCachePrune indicates an expected call of BuildCachePrune.

func (*MockCommonAPIClientMockRecorder) BuildCancel added in v0.13.0

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

BuildCancel indicates an expected call of BuildCancel.

func (*MockCommonAPIClientMockRecorder) ClientVersion added in v0.13.0

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

ClientVersion indicates an expected call of ClientVersion.

func (*MockCommonAPIClientMockRecorder) Close added in v0.13.0

Close indicates an expected call of Close.

func (*MockCommonAPIClientMockRecorder) ConfigCreate added in v0.13.0

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

ConfigCreate indicates an expected call of ConfigCreate.

func (*MockCommonAPIClientMockRecorder) ConfigInspectWithRaw added in v0.13.0

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

ConfigInspectWithRaw indicates an expected call of ConfigInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) ConfigList added in v0.13.0

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

ConfigList indicates an expected call of ConfigList.

func (*MockCommonAPIClientMockRecorder) ConfigRemove added in v0.13.0

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

ConfigRemove indicates an expected call of ConfigRemove.

func (*MockCommonAPIClientMockRecorder) ConfigUpdate added in v0.13.0

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

ConfigUpdate indicates an expected call of ConfigUpdate.

func (*MockCommonAPIClientMockRecorder) ContainerAttach added in v0.13.0

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

ContainerAttach indicates an expected call of ContainerAttach.

func (*MockCommonAPIClientMockRecorder) ContainerCommit added in v0.13.0

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

ContainerCommit indicates an expected call of ContainerCommit.

func (*MockCommonAPIClientMockRecorder) ContainerCreate added in v0.13.0

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

ContainerCreate indicates an expected call of ContainerCreate.

func (*MockCommonAPIClientMockRecorder) ContainerDiff added in v0.13.0

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

ContainerDiff indicates an expected call of ContainerDiff.

func (*MockCommonAPIClientMockRecorder) ContainerExecAttach added in v0.13.0

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

ContainerExecAttach indicates an expected call of ContainerExecAttach.

func (*MockCommonAPIClientMockRecorder) ContainerExecCreate added in v0.13.0

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

ContainerExecCreate indicates an expected call of ContainerExecCreate.

func (*MockCommonAPIClientMockRecorder) ContainerExecInspect added in v0.13.0

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

ContainerExecInspect indicates an expected call of ContainerExecInspect.

func (*MockCommonAPIClientMockRecorder) ContainerExecResize added in v0.13.0

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

ContainerExecResize indicates an expected call of ContainerExecResize.

func (*MockCommonAPIClientMockRecorder) ContainerExecStart added in v0.13.0

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

ContainerExecStart indicates an expected call of ContainerExecStart.

func (*MockCommonAPIClientMockRecorder) ContainerExport added in v0.13.0

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

ContainerExport indicates an expected call of ContainerExport.

func (*MockCommonAPIClientMockRecorder) ContainerInspect added in v0.13.0

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

ContainerInspect indicates an expected call of ContainerInspect.

func (*MockCommonAPIClientMockRecorder) ContainerInspectWithRaw added in v0.13.0

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

ContainerInspectWithRaw indicates an expected call of ContainerInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) ContainerKill added in v0.13.0

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

ContainerKill indicates an expected call of ContainerKill.

func (*MockCommonAPIClientMockRecorder) ContainerList added in v0.13.0

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

ContainerList indicates an expected call of ContainerList.

func (*MockCommonAPIClientMockRecorder) ContainerLogs added in v0.13.0

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

ContainerLogs indicates an expected call of ContainerLogs.

func (*MockCommonAPIClientMockRecorder) ContainerPause added in v0.13.0

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

ContainerPause indicates an expected call of ContainerPause.

func (*MockCommonAPIClientMockRecorder) ContainerRemove added in v0.13.0

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

ContainerRemove indicates an expected call of ContainerRemove.

func (*MockCommonAPIClientMockRecorder) ContainerRename added in v0.13.0

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

ContainerRename indicates an expected call of ContainerRename.

func (*MockCommonAPIClientMockRecorder) ContainerResize added in v0.13.0

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

ContainerResize indicates an expected call of ContainerResize.

func (*MockCommonAPIClientMockRecorder) ContainerRestart added in v0.13.0

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

ContainerRestart indicates an expected call of ContainerRestart.

func (*MockCommonAPIClientMockRecorder) ContainerStart added in v0.13.0

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

ContainerStart indicates an expected call of ContainerStart.

func (*MockCommonAPIClientMockRecorder) ContainerStatPath added in v0.13.0

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

ContainerStatPath indicates an expected call of ContainerStatPath.

func (*MockCommonAPIClientMockRecorder) ContainerStats added in v0.13.0

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

ContainerStats indicates an expected call of ContainerStats.

func (*MockCommonAPIClientMockRecorder) ContainerStatsOneShot added in v0.16.0

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

ContainerStatsOneShot indicates an expected call of ContainerStatsOneShot.

func (*MockCommonAPIClientMockRecorder) ContainerStop added in v0.13.0

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

ContainerStop indicates an expected call of ContainerStop.

func (*MockCommonAPIClientMockRecorder) ContainerTop added in v0.13.0

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

ContainerTop indicates an expected call of ContainerTop.

func (*MockCommonAPIClientMockRecorder) ContainerUnpause added in v0.13.0

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

ContainerUnpause indicates an expected call of ContainerUnpause.

func (*MockCommonAPIClientMockRecorder) ContainerUpdate added in v0.13.0

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

ContainerUpdate indicates an expected call of ContainerUpdate.

func (*MockCommonAPIClientMockRecorder) ContainerWait added in v0.13.0

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

ContainerWait indicates an expected call of ContainerWait.

func (*MockCommonAPIClientMockRecorder) ContainersPrune added in v0.13.0

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

ContainersPrune indicates an expected call of ContainersPrune.

func (*MockCommonAPIClientMockRecorder) CopyFromContainer added in v0.13.0

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

CopyFromContainer indicates an expected call of CopyFromContainer.

func (*MockCommonAPIClientMockRecorder) CopyToContainer added in v0.13.0

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

CopyToContainer indicates an expected call of CopyToContainer.

func (*MockCommonAPIClientMockRecorder) DaemonHost added in v0.13.0

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

DaemonHost indicates an expected call of DaemonHost.

func (*MockCommonAPIClientMockRecorder) DialHijack added in v0.13.0

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

DialHijack indicates an expected call of DialHijack.

func (*MockCommonAPIClientMockRecorder) Dialer added in v0.13.0

Dialer indicates an expected call of Dialer.

func (*MockCommonAPIClientMockRecorder) DiskUsage added in v0.13.0

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

DiskUsage indicates an expected call of DiskUsage.

func (*MockCommonAPIClientMockRecorder) DistributionInspect added in v0.13.0

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

DistributionInspect indicates an expected call of DistributionInspect.

func (*MockCommonAPIClientMockRecorder) Events added in v0.13.0

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

Events indicates an expected call of Events.

func (*MockCommonAPIClientMockRecorder) HTTPClient added in v0.13.0

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

HTTPClient indicates an expected call of HTTPClient.

func (*MockCommonAPIClientMockRecorder) ImageBuild added in v0.13.0

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

ImageBuild indicates an expected call of ImageBuild.

func (*MockCommonAPIClientMockRecorder) ImageCreate added in v0.13.0

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

ImageCreate indicates an expected call of ImageCreate.

func (*MockCommonAPIClientMockRecorder) ImageHistory added in v0.13.0

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

ImageHistory indicates an expected call of ImageHistory.

func (*MockCommonAPIClientMockRecorder) ImageImport added in v0.13.0

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

ImageImport indicates an expected call of ImageImport.

func (*MockCommonAPIClientMockRecorder) ImageInspectWithRaw added in v0.13.0

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

ImageInspectWithRaw indicates an expected call of ImageInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) ImageList added in v0.13.0

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

ImageList indicates an expected call of ImageList.

func (*MockCommonAPIClientMockRecorder) ImageLoad added in v0.13.0

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

ImageLoad indicates an expected call of ImageLoad.

func (*MockCommonAPIClientMockRecorder) ImagePull added in v0.13.0

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

ImagePull indicates an expected call of ImagePull.

func (*MockCommonAPIClientMockRecorder) ImagePush added in v0.13.0

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

ImagePush indicates an expected call of ImagePush.

func (*MockCommonAPIClientMockRecorder) ImageRemove added in v0.13.0

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

ImageRemove indicates an expected call of ImageRemove.

func (*MockCommonAPIClientMockRecorder) ImageSave added in v0.13.0

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

ImageSave indicates an expected call of ImageSave.

func (*MockCommonAPIClientMockRecorder) ImageSearch added in v0.13.0

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

ImageSearch indicates an expected call of ImageSearch.

func (*MockCommonAPIClientMockRecorder) ImageTag added in v0.13.0

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

ImageTag indicates an expected call of ImageTag.

func (*MockCommonAPIClientMockRecorder) ImagesPrune added in v0.13.0

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

ImagesPrune indicates an expected call of ImagesPrune.

func (*MockCommonAPIClientMockRecorder) Info added in v0.13.0

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

Info indicates an expected call of Info.

func (*MockCommonAPIClientMockRecorder) NegotiateAPIVersion added in v0.13.0

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

NegotiateAPIVersion indicates an expected call of NegotiateAPIVersion.

func (*MockCommonAPIClientMockRecorder) NegotiateAPIVersionPing added in v0.13.0

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

NegotiateAPIVersionPing indicates an expected call of NegotiateAPIVersionPing.

func (*MockCommonAPIClientMockRecorder) NetworkConnect added in v0.13.0

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

NetworkConnect indicates an expected call of NetworkConnect.

func (*MockCommonAPIClientMockRecorder) NetworkCreate added in v0.13.0

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

NetworkCreate indicates an expected call of NetworkCreate.

func (*MockCommonAPIClientMockRecorder) NetworkDisconnect added in v0.13.0

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

NetworkDisconnect indicates an expected call of NetworkDisconnect.

func (*MockCommonAPIClientMockRecorder) NetworkInspect added in v0.13.0

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

NetworkInspect indicates an expected call of NetworkInspect.

func (*MockCommonAPIClientMockRecorder) NetworkInspectWithRaw added in v0.13.0

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

NetworkInspectWithRaw indicates an expected call of NetworkInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) NetworkList added in v0.13.0

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

NetworkList indicates an expected call of NetworkList.

func (*MockCommonAPIClientMockRecorder) NetworkRemove added in v0.13.0

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

NetworkRemove indicates an expected call of NetworkRemove.

func (*MockCommonAPIClientMockRecorder) NetworksPrune added in v0.13.0

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

NetworksPrune indicates an expected call of NetworksPrune.

func (*MockCommonAPIClientMockRecorder) NodeInspectWithRaw added in v0.13.0

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

NodeInspectWithRaw indicates an expected call of NodeInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) NodeList added in v0.13.0

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

NodeList indicates an expected call of NodeList.

func (*MockCommonAPIClientMockRecorder) NodeRemove added in v0.13.0

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

NodeRemove indicates an expected call of NodeRemove.

func (*MockCommonAPIClientMockRecorder) NodeUpdate added in v0.13.0

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

NodeUpdate indicates an expected call of NodeUpdate.

func (*MockCommonAPIClientMockRecorder) Ping added in v0.13.0

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

Ping indicates an expected call of Ping.

func (*MockCommonAPIClientMockRecorder) PluginCreate added in v0.13.0

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

PluginCreate indicates an expected call of PluginCreate.

func (*MockCommonAPIClientMockRecorder) PluginDisable added in v0.13.0

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

PluginDisable indicates an expected call of PluginDisable.

func (*MockCommonAPIClientMockRecorder) PluginEnable added in v0.13.0

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

PluginEnable indicates an expected call of PluginEnable.

func (*MockCommonAPIClientMockRecorder) PluginInspectWithRaw added in v0.13.0

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

PluginInspectWithRaw indicates an expected call of PluginInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) PluginInstall added in v0.13.0

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

PluginInstall indicates an expected call of PluginInstall.

func (*MockCommonAPIClientMockRecorder) PluginList added in v0.13.0

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

PluginList indicates an expected call of PluginList.

func (*MockCommonAPIClientMockRecorder) PluginPush added in v0.13.0

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

PluginPush indicates an expected call of PluginPush.

func (*MockCommonAPIClientMockRecorder) PluginRemove added in v0.13.0

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

PluginRemove indicates an expected call of PluginRemove.

func (*MockCommonAPIClientMockRecorder) PluginSet added in v0.13.0

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

PluginSet indicates an expected call of PluginSet.

func (*MockCommonAPIClientMockRecorder) PluginUpgrade added in v0.13.0

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

PluginUpgrade indicates an expected call of PluginUpgrade.

func (*MockCommonAPIClientMockRecorder) RegistryLogin added in v0.13.0

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

RegistryLogin indicates an expected call of RegistryLogin.

func (*MockCommonAPIClientMockRecorder) SecretCreate added in v0.13.0

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

SecretCreate indicates an expected call of SecretCreate.

func (*MockCommonAPIClientMockRecorder) SecretInspectWithRaw added in v0.13.0

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

SecretInspectWithRaw indicates an expected call of SecretInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) SecretList added in v0.13.0

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

SecretList indicates an expected call of SecretList.

func (*MockCommonAPIClientMockRecorder) SecretRemove added in v0.13.0

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

SecretRemove indicates an expected call of SecretRemove.

func (*MockCommonAPIClientMockRecorder) SecretUpdate added in v0.13.0

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

SecretUpdate indicates an expected call of SecretUpdate.

func (*MockCommonAPIClientMockRecorder) ServerVersion added in v0.13.0

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

ServerVersion indicates an expected call of ServerVersion.

func (*MockCommonAPIClientMockRecorder) ServiceCreate added in v0.13.0

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

ServiceCreate indicates an expected call of ServiceCreate.

func (*MockCommonAPIClientMockRecorder) ServiceInspectWithRaw added in v0.13.0

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

ServiceInspectWithRaw indicates an expected call of ServiceInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) ServiceList added in v0.13.0

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

ServiceList indicates an expected call of ServiceList.

func (*MockCommonAPIClientMockRecorder) ServiceLogs added in v0.13.0

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

ServiceLogs indicates an expected call of ServiceLogs.

func (*MockCommonAPIClientMockRecorder) ServiceRemove added in v0.13.0

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

ServiceRemove indicates an expected call of ServiceRemove.

func (*MockCommonAPIClientMockRecorder) ServiceUpdate added in v0.13.0

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

ServiceUpdate indicates an expected call of ServiceUpdate.

func (*MockCommonAPIClientMockRecorder) SwarmGetUnlockKey added in v0.13.0

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

SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey.

func (*MockCommonAPIClientMockRecorder) SwarmInit added in v0.13.0

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

SwarmInit indicates an expected call of SwarmInit.

func (*MockCommonAPIClientMockRecorder) SwarmInspect added in v0.13.0

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

SwarmInspect indicates an expected call of SwarmInspect.

func (*MockCommonAPIClientMockRecorder) SwarmJoin added in v0.13.0

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

SwarmJoin indicates an expected call of SwarmJoin.

func (*MockCommonAPIClientMockRecorder) SwarmLeave added in v0.13.0

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

SwarmLeave indicates an expected call of SwarmLeave.

func (*MockCommonAPIClientMockRecorder) SwarmUnlock added in v0.13.0

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

SwarmUnlock indicates an expected call of SwarmUnlock.

func (*MockCommonAPIClientMockRecorder) SwarmUpdate added in v0.13.0

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

SwarmUpdate indicates an expected call of SwarmUpdate.

func (*MockCommonAPIClientMockRecorder) TaskInspectWithRaw added in v0.13.0

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

TaskInspectWithRaw indicates an expected call of TaskInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) TaskList added in v0.13.0

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

TaskList indicates an expected call of TaskList.

func (*MockCommonAPIClientMockRecorder) TaskLogs added in v0.13.0

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

TaskLogs indicates an expected call of TaskLogs.

func (*MockCommonAPIClientMockRecorder) VolumeCreate added in v0.13.0

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

VolumeCreate indicates an expected call of VolumeCreate.

func (*MockCommonAPIClientMockRecorder) VolumeInspect added in v0.13.0

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

VolumeInspect indicates an expected call of VolumeInspect.

func (*MockCommonAPIClientMockRecorder) VolumeInspectWithRaw added in v0.13.0

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

VolumeInspectWithRaw indicates an expected call of VolumeInspectWithRaw.

func (*MockCommonAPIClientMockRecorder) VolumeList added in v0.13.0

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

VolumeList indicates an expected call of VolumeList.

func (*MockCommonAPIClientMockRecorder) VolumeRemove added in v0.13.0

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

VolumeRemove indicates an expected call of VolumeRemove.

func (*MockCommonAPIClientMockRecorder) VolumesPrune added in v0.13.0

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 MockImage added in v0.18.0

type MockImage struct {
	*fakes.Image
	EntrypointCall struct {
		Received struct{}
		Returns  struct {
			StringArr []string
			Error     error
		}
		Stub func() ([]string, error)
		// contains filtered or unexported fields
	}
}

func NewImage added in v0.18.0

func NewImage(name, topLayerSha string, identifier imgutil.Identifier) *MockImage

func (*MockImage) Entrypoint added in v0.18.0

func (m *MockImage) Entrypoint() ([]string, error)

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, arg2 string) (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, arg2 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