mocks

package
v1.0.1-0...-217e09f Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: BlueOak-1.0.0 Imports: 16 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIClient

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

MockAPIClient is a mock of APIClient interface

func NewMockAPIClient

func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient

NewMockAPIClient creates a new mock instance

func (*MockAPIClient) BuildCachePrune

BuildCachePrune mocks base method

func (*MockAPIClient) BuildCancel

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

BuildCancel mocks base method

func (*MockAPIClient) CheckpointCreate

func (m *MockAPIClient) CheckpointCreate(arg0 context.Context, arg1 string, arg2 types.CheckpointCreateOptions) error

CheckpointCreate mocks base method

func (*MockAPIClient) CheckpointDelete

func (m *MockAPIClient) CheckpointDelete(arg0 context.Context, arg1 string, arg2 types.CheckpointDeleteOptions) error

CheckpointDelete mocks base method

func (*MockAPIClient) CheckpointList

func (m *MockAPIClient) CheckpointList(arg0 context.Context, arg1 string, arg2 types.CheckpointListOptions) ([]types.Checkpoint, error)

CheckpointList mocks base method

func (*MockAPIClient) ClientVersion

func (m *MockAPIClient) ClientVersion() string

ClientVersion mocks base method

func (*MockAPIClient) Close

func (m *MockAPIClient) Close() error

Close mocks base method

func (*MockAPIClient) ConfigCreate

ConfigCreate mocks base method

func (*MockAPIClient) ConfigInspectWithRaw

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

ConfigInspectWithRaw mocks base method

func (*MockAPIClient) ConfigList

func (m *MockAPIClient) ConfigList(arg0 context.Context, arg1 types.ConfigListOptions) ([]swarm.Config, error)

ConfigList mocks base method

func (*MockAPIClient) ConfigRemove

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

ConfigRemove mocks base method

func (*MockAPIClient) ConfigUpdate

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

ConfigUpdate mocks base method

func (*MockAPIClient) ContainerAttach

ContainerAttach mocks base method

func (*MockAPIClient) ContainerCommit

func (m *MockAPIClient) ContainerCommit(arg0 context.Context, arg1 string, arg2 types.ContainerCommitOptions) (types.IDResponse, error)

ContainerCommit mocks base method

func (*MockAPIClient) ContainerCreate

ContainerCreate mocks base method

func (*MockAPIClient) ContainerDiff

ContainerDiff mocks base method

func (*MockAPIClient) ContainerExecAttach

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

ContainerExecAttach mocks base method

func (*MockAPIClient) ContainerExecCreate

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

ContainerExecCreate mocks base method

func (*MockAPIClient) ContainerExecInspect

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

ContainerExecInspect mocks base method

func (*MockAPIClient) ContainerExecResize

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

ContainerExecResize mocks base method

func (*MockAPIClient) ContainerExecStart

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

ContainerExecStart mocks base method

func (*MockAPIClient) ContainerExport

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

ContainerExport mocks base method

func (*MockAPIClient) ContainerInspect

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

ContainerInspect mocks base method

func (*MockAPIClient) ContainerInspectWithRaw

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

ContainerInspectWithRaw mocks base method

func (*MockAPIClient) ContainerKill

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

ContainerKill mocks base method

func (*MockAPIClient) ContainerList

func (m *MockAPIClient) ContainerList(arg0 context.Context, arg1 types.ContainerListOptions) ([]types.Container, error)

ContainerList mocks base method

func (*MockAPIClient) ContainerLogs

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

ContainerLogs mocks base method

func (*MockAPIClient) ContainerPause

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

ContainerPause mocks base method

func (*MockAPIClient) ContainerRemove

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

ContainerRemove mocks base method

func (*MockAPIClient) ContainerRename

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

ContainerRename mocks base method

func (*MockAPIClient) ContainerResize

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

ContainerResize mocks base method

func (*MockAPIClient) ContainerRestart

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

ContainerRestart mocks base method

func (*MockAPIClient) ContainerStart

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

ContainerStart mocks base method

func (*MockAPIClient) ContainerStatPath

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

ContainerStatPath mocks base method

func (*MockAPIClient) ContainerStats

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

ContainerStats mocks base method

func (*MockAPIClient) ContainerStop

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

ContainerStop mocks base method

func (*MockAPIClient) ContainerTop

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

ContainerTop mocks base method

func (*MockAPIClient) ContainerUnpause

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

ContainerUnpause mocks base method

func (*MockAPIClient) ContainerUpdate

ContainerUpdate mocks base method

func (*MockAPIClient) ContainerWait

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

ContainerWait mocks base method

func (*MockAPIClient) ContainersPrune

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

ContainersPrune mocks base method

func (*MockAPIClient) CopyFromContainer

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

CopyFromContainer mocks base method

func (*MockAPIClient) CopyToContainer

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

CopyToContainer mocks base method

func (*MockAPIClient) DaemonHost

func (m *MockAPIClient) DaemonHost() string

DaemonHost mocks base method

func (*MockAPIClient) DialHijack

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

DialHijack mocks base method

func (*MockAPIClient) Dialer

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

Dialer mocks base method

func (*MockAPIClient) DiskUsage

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

DiskUsage mocks base method

func (*MockAPIClient) DistributionInspect

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

DistributionInspect mocks base method

func (*MockAPIClient) EXPECT

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

func (*MockAPIClient) Events

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

Events mocks base method

func (*MockAPIClient) HTTPClient

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

HTTPClient mocks base method

func (*MockAPIClient) ImageBuild

ImageBuild mocks base method

func (*MockAPIClient) ImageCreate

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

ImageCreate mocks base method

func (*MockAPIClient) ImageHistory

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

ImageHistory mocks base method

func (*MockAPIClient) ImageImport

ImageImport mocks base method

func (*MockAPIClient) ImageInspectWithRaw

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

ImageInspectWithRaw mocks base method

func (*MockAPIClient) ImageList

ImageList mocks base method

func (*MockAPIClient) ImageLoad

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

ImageLoad mocks base method

func (*MockAPIClient) ImagePull

func (m *MockAPIClient) ImagePull(arg0 context.Context, arg1 string, arg2 types.ImagePullOptions) (io.ReadCloser, error)

ImagePull mocks base method

func (*MockAPIClient) ImagePush

func (m *MockAPIClient) ImagePush(arg0 context.Context, arg1 string, arg2 types.ImagePushOptions) (io.ReadCloser, error)

ImagePush mocks base method

func (*MockAPIClient) ImageRemove

ImageRemove mocks base method

func (*MockAPIClient) ImageSave

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

ImageSave mocks base method

func (*MockAPIClient) ImageSearch

func (m *MockAPIClient) ImageSearch(arg0 context.Context, arg1 string, arg2 types.ImageSearchOptions) ([]registry.SearchResult, error)

ImageSearch mocks base method

func (*MockAPIClient) ImageTag

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

ImageTag mocks base method

func (*MockAPIClient) ImagesPrune

func (m *MockAPIClient) ImagesPrune(arg0 context.Context, arg1 filters.Args) (types.ImagesPruneReport, error)

ImagesPrune mocks base method

func (*MockAPIClient) Info

func (m *MockAPIClient) Info(arg0 context.Context) (types.Info, error)

Info mocks base method

func (*MockAPIClient) NegotiateAPIVersion

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

NegotiateAPIVersion mocks base method

func (*MockAPIClient) NegotiateAPIVersionPing

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

NegotiateAPIVersionPing mocks base method

func (*MockAPIClient) NetworkConnect

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

NetworkConnect mocks base method

func (*MockAPIClient) NetworkCreate

func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 types.NetworkCreate) (types.NetworkCreateResponse, error)

NetworkCreate mocks base method

func (*MockAPIClient) NetworkDisconnect

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

NetworkDisconnect mocks base method

func (*MockAPIClient) NetworkInspect

func (m *MockAPIClient) NetworkInspect(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, error)

NetworkInspect mocks base method

func (*MockAPIClient) NetworkInspectWithRaw

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

NetworkInspectWithRaw mocks base method

func (*MockAPIClient) NetworkList

NetworkList mocks base method

func (*MockAPIClient) NetworkRemove

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

NetworkRemove mocks base method

func (*MockAPIClient) NetworksPrune

func (m *MockAPIClient) NetworksPrune(arg0 context.Context, arg1 filters.Args) (types.NetworksPruneReport, error)

NetworksPrune mocks base method

func (*MockAPIClient) NodeInspectWithRaw

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

NodeInspectWithRaw mocks base method

func (*MockAPIClient) NodeList

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

NodeList mocks base method

func (*MockAPIClient) NodeRemove

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

NodeRemove mocks base method

func (*MockAPIClient) NodeUpdate

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

NodeUpdate mocks base method

func (*MockAPIClient) Ping

func (m *MockAPIClient) Ping(arg0 context.Context) (types.Ping, error)

Ping mocks base method

func (*MockAPIClient) PluginCreate

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

PluginCreate mocks base method

func (*MockAPIClient) PluginDisable

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

PluginDisable mocks base method

func (*MockAPIClient) PluginEnable

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

PluginEnable mocks base method

func (*MockAPIClient) PluginInspectWithRaw

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

PluginInspectWithRaw mocks base method

func (*MockAPIClient) PluginInstall

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

PluginInstall mocks base method

func (*MockAPIClient) PluginList

func (m *MockAPIClient) PluginList(arg0 context.Context, arg1 filters.Args) (types.PluginsListResponse, error)

PluginList mocks base method

func (*MockAPIClient) PluginPush

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

PluginPush mocks base method

func (*MockAPIClient) PluginRemove

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

PluginRemove mocks base method

func (*MockAPIClient) PluginSet

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

PluginSet mocks base method

func (*MockAPIClient) PluginUpgrade

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

PluginUpgrade mocks base method

func (*MockAPIClient) RegistryLogin

RegistryLogin mocks base method

func (*MockAPIClient) SecretCreate

SecretCreate mocks base method

func (*MockAPIClient) SecretInspectWithRaw

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

SecretInspectWithRaw mocks base method

func (*MockAPIClient) SecretList

func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 types.SecretListOptions) ([]swarm.Secret, error)

SecretList mocks base method

func (*MockAPIClient) SecretRemove

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

SecretRemove mocks base method

func (*MockAPIClient) SecretUpdate

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

SecretUpdate mocks base method

func (*MockAPIClient) ServerVersion

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

ServerVersion mocks base method

func (*MockAPIClient) ServiceCreate

ServiceCreate mocks base method

func (*MockAPIClient) ServiceInspectWithRaw

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

ServiceInspectWithRaw mocks base method

func (*MockAPIClient) ServiceList

func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 types.ServiceListOptions) ([]swarm.Service, error)

ServiceList mocks base method

func (*MockAPIClient) ServiceLogs

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

ServiceLogs mocks base method

func (*MockAPIClient) ServiceRemove

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

ServiceRemove mocks base method

func (*MockAPIClient) ServiceUpdate

ServiceUpdate mocks base method

func (*MockAPIClient) SwarmGetUnlockKey

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

SwarmGetUnlockKey mocks base method

func (*MockAPIClient) SwarmInit

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

SwarmInit mocks base method

func (*MockAPIClient) SwarmInspect

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

SwarmInspect mocks base method

func (*MockAPIClient) SwarmJoin

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

SwarmJoin mocks base method

func (*MockAPIClient) SwarmLeave

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

SwarmLeave mocks base method

func (*MockAPIClient) SwarmUnlock

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

SwarmUnlock mocks base method

func (*MockAPIClient) SwarmUpdate

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

SwarmUpdate mocks base method

func (*MockAPIClient) TaskInspectWithRaw

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

TaskInspectWithRaw mocks base method

func (*MockAPIClient) TaskList

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

TaskList mocks base method

func (*MockAPIClient) TaskLogs

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

TaskLogs mocks base method

func (*MockAPIClient) VolumeCreate

func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 volume.VolumeCreateBody) (types.Volume, error)

VolumeCreate mocks base method

func (*MockAPIClient) VolumeInspect

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

VolumeInspect mocks base method

func (*MockAPIClient) VolumeInspectWithRaw

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

VolumeInspectWithRaw mocks base method

func (*MockAPIClient) VolumeList

func (m *MockAPIClient) VolumeList(arg0 context.Context, arg1 filters.Args) (volume.VolumeListOKBody, error)

VolumeList mocks base method

func (*MockAPIClient) VolumeRemove

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

VolumeRemove mocks base method

func (*MockAPIClient) VolumesPrune

func (m *MockAPIClient) VolumesPrune(arg0 context.Context, arg1 filters.Args) (types.VolumesPruneReport, error)

VolumesPrune mocks base method

type MockAPIClientMockRecorder

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

MockAPIClientMockRecorder is the mock recorder for MockAPIClient

func (*MockAPIClientMockRecorder) BuildCachePrune

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

BuildCachePrune indicates an expected call of BuildCachePrune

func (*MockAPIClientMockRecorder) BuildCancel

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

BuildCancel indicates an expected call of BuildCancel

func (*MockAPIClientMockRecorder) CheckpointCreate

func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 interface{}) *gomock.Call

CheckpointCreate indicates an expected call of CheckpointCreate

func (*MockAPIClientMockRecorder) CheckpointDelete

func (mr *MockAPIClientMockRecorder) CheckpointDelete(arg0, arg1, arg2 interface{}) *gomock.Call

CheckpointDelete indicates an expected call of CheckpointDelete

func (*MockAPIClientMockRecorder) CheckpointList

func (mr *MockAPIClientMockRecorder) CheckpointList(arg0, arg1, arg2 interface{}) *gomock.Call

CheckpointList indicates an expected call of CheckpointList

func (*MockAPIClientMockRecorder) ClientVersion

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

ClientVersion indicates an expected call of ClientVersion

func (*MockAPIClientMockRecorder) Close

func (mr *MockAPIClientMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close

func (*MockAPIClientMockRecorder) ConfigCreate

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

ConfigCreate indicates an expected call of ConfigCreate

func (*MockAPIClientMockRecorder) ConfigInspectWithRaw

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

ConfigInspectWithRaw indicates an expected call of ConfigInspectWithRaw

func (*MockAPIClientMockRecorder) ConfigList

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

ConfigList indicates an expected call of ConfigList

func (*MockAPIClientMockRecorder) ConfigRemove

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

ConfigRemove indicates an expected call of ConfigRemove

func (*MockAPIClientMockRecorder) ConfigUpdate

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

ConfigUpdate indicates an expected call of ConfigUpdate

func (*MockAPIClientMockRecorder) ContainerAttach

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

ContainerAttach indicates an expected call of ContainerAttach

func (*MockAPIClientMockRecorder) ContainerCommit

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

ContainerCommit indicates an expected call of ContainerCommit

func (*MockAPIClientMockRecorder) ContainerCreate

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

ContainerCreate indicates an expected call of ContainerCreate

func (*MockAPIClientMockRecorder) ContainerDiff

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

ContainerDiff indicates an expected call of ContainerDiff

func (*MockAPIClientMockRecorder) ContainerExecAttach

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

ContainerExecAttach indicates an expected call of ContainerExecAttach

func (*MockAPIClientMockRecorder) ContainerExecCreate

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

ContainerExecCreate indicates an expected call of ContainerExecCreate

func (*MockAPIClientMockRecorder) ContainerExecInspect

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

ContainerExecInspect indicates an expected call of ContainerExecInspect

func (*MockAPIClientMockRecorder) ContainerExecResize

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

ContainerExecResize indicates an expected call of ContainerExecResize

func (*MockAPIClientMockRecorder) ContainerExecStart

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

ContainerExecStart indicates an expected call of ContainerExecStart

func (*MockAPIClientMockRecorder) ContainerExport

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

ContainerExport indicates an expected call of ContainerExport

func (*MockAPIClientMockRecorder) ContainerInspect

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

ContainerInspect indicates an expected call of ContainerInspect

func (*MockAPIClientMockRecorder) ContainerInspectWithRaw

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

ContainerInspectWithRaw indicates an expected call of ContainerInspectWithRaw

func (*MockAPIClientMockRecorder) ContainerKill

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

ContainerKill indicates an expected call of ContainerKill

func (*MockAPIClientMockRecorder) ContainerList

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

ContainerList indicates an expected call of ContainerList

func (*MockAPIClientMockRecorder) ContainerLogs

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

ContainerLogs indicates an expected call of ContainerLogs

func (*MockAPIClientMockRecorder) ContainerPause

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

ContainerPause indicates an expected call of ContainerPause

func (*MockAPIClientMockRecorder) ContainerRemove

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

ContainerRemove indicates an expected call of ContainerRemove

func (*MockAPIClientMockRecorder) ContainerRename

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

ContainerRename indicates an expected call of ContainerRename

func (*MockAPIClientMockRecorder) ContainerResize

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

ContainerResize indicates an expected call of ContainerResize

func (*MockAPIClientMockRecorder) ContainerRestart

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

ContainerRestart indicates an expected call of ContainerRestart

func (*MockAPIClientMockRecorder) ContainerStart

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

ContainerStart indicates an expected call of ContainerStart

func (*MockAPIClientMockRecorder) ContainerStatPath

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

ContainerStatPath indicates an expected call of ContainerStatPath

func (*MockAPIClientMockRecorder) ContainerStats

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

ContainerStats indicates an expected call of ContainerStats

func (*MockAPIClientMockRecorder) ContainerStop

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

ContainerStop indicates an expected call of ContainerStop

func (*MockAPIClientMockRecorder) ContainerTop

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

ContainerTop indicates an expected call of ContainerTop

func (*MockAPIClientMockRecorder) ContainerUnpause

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

ContainerUnpause indicates an expected call of ContainerUnpause

func (*MockAPIClientMockRecorder) ContainerUpdate

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

ContainerUpdate indicates an expected call of ContainerUpdate

func (*MockAPIClientMockRecorder) ContainerWait

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

ContainerWait indicates an expected call of ContainerWait

func (*MockAPIClientMockRecorder) ContainersPrune

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

ContainersPrune indicates an expected call of ContainersPrune

func (*MockAPIClientMockRecorder) CopyFromContainer

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

CopyFromContainer indicates an expected call of CopyFromContainer

func (*MockAPIClientMockRecorder) CopyToContainer

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

CopyToContainer indicates an expected call of CopyToContainer

func (*MockAPIClientMockRecorder) DaemonHost

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

DaemonHost indicates an expected call of DaemonHost

func (*MockAPIClientMockRecorder) DialHijack

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

DialHijack indicates an expected call of DialHijack

func (*MockAPIClientMockRecorder) Dialer

func (mr *MockAPIClientMockRecorder) Dialer() *gomock.Call

Dialer indicates an expected call of Dialer

func (*MockAPIClientMockRecorder) DiskUsage

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

DiskUsage indicates an expected call of DiskUsage

func (*MockAPIClientMockRecorder) DistributionInspect

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

DistributionInspect indicates an expected call of DistributionInspect

func (*MockAPIClientMockRecorder) Events

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

Events indicates an expected call of Events

func (*MockAPIClientMockRecorder) HTTPClient

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

HTTPClient indicates an expected call of HTTPClient

func (*MockAPIClientMockRecorder) ImageBuild

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

ImageBuild indicates an expected call of ImageBuild

func (*MockAPIClientMockRecorder) ImageCreate

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

ImageCreate indicates an expected call of ImageCreate

func (*MockAPIClientMockRecorder) ImageHistory

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

ImageHistory indicates an expected call of ImageHistory

func (*MockAPIClientMockRecorder) ImageImport

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

ImageImport indicates an expected call of ImageImport

func (*MockAPIClientMockRecorder) ImageInspectWithRaw

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

ImageInspectWithRaw indicates an expected call of ImageInspectWithRaw

func (*MockAPIClientMockRecorder) ImageList

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

ImageList indicates an expected call of ImageList

func (*MockAPIClientMockRecorder) ImageLoad

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

ImageLoad indicates an expected call of ImageLoad

func (*MockAPIClientMockRecorder) ImagePull

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

ImagePull indicates an expected call of ImagePull

func (*MockAPIClientMockRecorder) ImagePush

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

ImagePush indicates an expected call of ImagePush

func (*MockAPIClientMockRecorder) ImageRemove

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

ImageRemove indicates an expected call of ImageRemove

func (*MockAPIClientMockRecorder) ImageSave

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

ImageSave indicates an expected call of ImageSave

func (*MockAPIClientMockRecorder) ImageSearch

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

ImageSearch indicates an expected call of ImageSearch

func (*MockAPIClientMockRecorder) ImageTag

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

ImageTag indicates an expected call of ImageTag

func (*MockAPIClientMockRecorder) ImagesPrune

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

ImagesPrune indicates an expected call of ImagesPrune

func (*MockAPIClientMockRecorder) Info

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

Info indicates an expected call of Info

func (*MockAPIClientMockRecorder) NegotiateAPIVersion

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

NegotiateAPIVersion indicates an expected call of NegotiateAPIVersion

func (*MockAPIClientMockRecorder) NegotiateAPIVersionPing

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

NegotiateAPIVersionPing indicates an expected call of NegotiateAPIVersionPing

func (*MockAPIClientMockRecorder) NetworkConnect

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

NetworkConnect indicates an expected call of NetworkConnect

func (*MockAPIClientMockRecorder) NetworkCreate

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

NetworkCreate indicates an expected call of NetworkCreate

func (*MockAPIClientMockRecorder) NetworkDisconnect

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

NetworkDisconnect indicates an expected call of NetworkDisconnect

func (*MockAPIClientMockRecorder) NetworkInspect

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

NetworkInspect indicates an expected call of NetworkInspect

func (*MockAPIClientMockRecorder) NetworkInspectWithRaw

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

NetworkInspectWithRaw indicates an expected call of NetworkInspectWithRaw

func (*MockAPIClientMockRecorder) NetworkList

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

NetworkList indicates an expected call of NetworkList

func (*MockAPIClientMockRecorder) NetworkRemove

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

NetworkRemove indicates an expected call of NetworkRemove

func (*MockAPIClientMockRecorder) NetworksPrune

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

NetworksPrune indicates an expected call of NetworksPrune

func (*MockAPIClientMockRecorder) NodeInspectWithRaw

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

NodeInspectWithRaw indicates an expected call of NodeInspectWithRaw

func (*MockAPIClientMockRecorder) NodeList

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

NodeList indicates an expected call of NodeList

func (*MockAPIClientMockRecorder) NodeRemove

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

NodeRemove indicates an expected call of NodeRemove

func (*MockAPIClientMockRecorder) NodeUpdate

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

NodeUpdate indicates an expected call of NodeUpdate

func (*MockAPIClientMockRecorder) Ping

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

Ping indicates an expected call of Ping

func (*MockAPIClientMockRecorder) PluginCreate

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

PluginCreate indicates an expected call of PluginCreate

func (*MockAPIClientMockRecorder) PluginDisable

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

PluginDisable indicates an expected call of PluginDisable

func (*MockAPIClientMockRecorder) PluginEnable

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

PluginEnable indicates an expected call of PluginEnable

func (*MockAPIClientMockRecorder) PluginInspectWithRaw

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

PluginInspectWithRaw indicates an expected call of PluginInspectWithRaw

func (*MockAPIClientMockRecorder) PluginInstall

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

PluginInstall indicates an expected call of PluginInstall

func (*MockAPIClientMockRecorder) PluginList

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

PluginList indicates an expected call of PluginList

func (*MockAPIClientMockRecorder) PluginPush

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

PluginPush indicates an expected call of PluginPush

func (*MockAPIClientMockRecorder) PluginRemove

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

PluginRemove indicates an expected call of PluginRemove

func (*MockAPIClientMockRecorder) PluginSet

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

PluginSet indicates an expected call of PluginSet

func (*MockAPIClientMockRecorder) PluginUpgrade

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

PluginUpgrade indicates an expected call of PluginUpgrade

func (*MockAPIClientMockRecorder) RegistryLogin

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

RegistryLogin indicates an expected call of RegistryLogin

func (*MockAPIClientMockRecorder) SecretCreate

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

SecretCreate indicates an expected call of SecretCreate

func (*MockAPIClientMockRecorder) SecretInspectWithRaw

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

SecretInspectWithRaw indicates an expected call of SecretInspectWithRaw

func (*MockAPIClientMockRecorder) SecretList

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

SecretList indicates an expected call of SecretList

func (*MockAPIClientMockRecorder) SecretRemove

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

SecretRemove indicates an expected call of SecretRemove

func (*MockAPIClientMockRecorder) SecretUpdate

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

SecretUpdate indicates an expected call of SecretUpdate

func (*MockAPIClientMockRecorder) ServerVersion

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

ServerVersion indicates an expected call of ServerVersion

func (*MockAPIClientMockRecorder) ServiceCreate

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

ServiceCreate indicates an expected call of ServiceCreate

func (*MockAPIClientMockRecorder) ServiceInspectWithRaw

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

ServiceInspectWithRaw indicates an expected call of ServiceInspectWithRaw

func (*MockAPIClientMockRecorder) ServiceList

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

ServiceList indicates an expected call of ServiceList

func (*MockAPIClientMockRecorder) ServiceLogs

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

ServiceLogs indicates an expected call of ServiceLogs

func (*MockAPIClientMockRecorder) ServiceRemove

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

ServiceRemove indicates an expected call of ServiceRemove

func (*MockAPIClientMockRecorder) ServiceUpdate

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

ServiceUpdate indicates an expected call of ServiceUpdate

func (*MockAPIClientMockRecorder) SwarmGetUnlockKey

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

SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey

func (*MockAPIClientMockRecorder) SwarmInit

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

SwarmInit indicates an expected call of SwarmInit

func (*MockAPIClientMockRecorder) SwarmInspect

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

SwarmInspect indicates an expected call of SwarmInspect

func (*MockAPIClientMockRecorder) SwarmJoin

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

SwarmJoin indicates an expected call of SwarmJoin

func (*MockAPIClientMockRecorder) SwarmLeave

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

SwarmLeave indicates an expected call of SwarmLeave

func (*MockAPIClientMockRecorder) SwarmUnlock

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

SwarmUnlock indicates an expected call of SwarmUnlock

func (*MockAPIClientMockRecorder) SwarmUpdate

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

SwarmUpdate indicates an expected call of SwarmUpdate

func (*MockAPIClientMockRecorder) TaskInspectWithRaw

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

TaskInspectWithRaw indicates an expected call of TaskInspectWithRaw

func (*MockAPIClientMockRecorder) TaskList

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

TaskList indicates an expected call of TaskList

func (*MockAPIClientMockRecorder) TaskLogs

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

TaskLogs indicates an expected call of TaskLogs

func (*MockAPIClientMockRecorder) VolumeCreate

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

VolumeCreate indicates an expected call of VolumeCreate

func (*MockAPIClientMockRecorder) VolumeInspect

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

VolumeInspect indicates an expected call of VolumeInspect

func (*MockAPIClientMockRecorder) VolumeInspectWithRaw

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

VolumeInspectWithRaw indicates an expected call of VolumeInspectWithRaw

func (*MockAPIClientMockRecorder) VolumeList

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

VolumeList indicates an expected call of VolumeList

func (*MockAPIClientMockRecorder) VolumeRemove

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

VolumeRemove indicates an expected call of VolumeRemove

func (*MockAPIClientMockRecorder) VolumesPrune

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

VolumesPrune indicates an expected call of VolumesPrune

Jump to

Keyboard shortcuts

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