mocks

package
v2.0.0-...-9cab126 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 container.StopOptions) 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) ContainerStatsOneShot

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

ContainerStatsOneShot mocks base method.

func (*MockAPIClient) ContainerStop

func (m *MockAPIClient) ContainerStop(arg0 context.Context, arg1 string, arg2 container.StopOptions) 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.WaitResponse, <-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

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.CreateOptions) (volume.Volume, error)

VolumeCreate mocks base method.

func (*MockAPIClient) VolumeInspect

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

VolumeInspect mocks base method.

func (*MockAPIClient) VolumeInspectWithRaw

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

VolumeInspectWithRaw mocks base method.

func (*MockAPIClient) VolumeList

func (m *MockAPIClient) VolumeList(arg0 context.Context, arg1 filters.Args) (volume.ListResponse, 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) VolumeUpdate

func (m *MockAPIClient) VolumeUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 volume.UpdateOptions) error

VolumeUpdate 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, arg5 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) ContainerStatsOneShot

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

ContainerStatsOneShot indicates an expected call of ContainerStatsOneShot.

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, arg1 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) VolumeUpdate

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

VolumeUpdate indicates an expected call of VolumeUpdate.

func (*MockAPIClientMockRecorder) VolumesPrune

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

VolumesPrune indicates an expected call of VolumesPrune.

type MockCli

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

MockCli is a mock of Cli interface.

func NewMockCli

func NewMockCli(ctrl *gomock.Controller) *MockCli

NewMockCli creates a new mock instance.

func (*MockCli) Apply

func (m *MockCli) Apply(arg0 ...command.DockerCliOption) error

Apply mocks base method.

func (*MockCli) BuildKitEnabled

func (m *MockCli) BuildKitEnabled() (bool, error)

BuildKitEnabled mocks base method.

func (*MockCli) Client

func (m *MockCli) Client() client0.APIClient

Client mocks base method.

func (*MockCli) ConfigFile

func (m *MockCli) ConfigFile() *configfile.ConfigFile

ConfigFile mocks base method.

func (*MockCli) ContentTrustEnabled

func (m *MockCli) ContentTrustEnabled() bool

ContentTrustEnabled mocks base method.

func (*MockCli) ContextStore

func (m *MockCli) ContextStore() store.Store

ContextStore mocks base method.

func (*MockCli) CurrentContext

func (m *MockCli) CurrentContext() string

CurrentContext mocks base method.

func (*MockCli) CurrentVersion

func (m *MockCli) CurrentVersion() string

CurrentVersion mocks base method.

func (*MockCli) DefaultVersion

func (m *MockCli) DefaultVersion() string

DefaultVersion mocks base method.

func (*MockCli) DockerEndpoint

func (m *MockCli) DockerEndpoint() docker.Endpoint

DockerEndpoint mocks base method.

func (*MockCli) EXPECT

func (m *MockCli) EXPECT() *MockCliMockRecorder

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

func (*MockCli) Err

func (m *MockCli) Err() io.Writer

Err mocks base method.

func (*MockCli) In

func (m *MockCli) In() *streams.In

In mocks base method.

func (*MockCli) ManifestStore

func (m *MockCli) ManifestStore() store0.Store

ManifestStore mocks base method.

func (*MockCli) NotaryClient

func (m *MockCli) NotaryClient(arg0 trust.ImageRefAndAuth, arg1 []string) (client1.Repository, error)

NotaryClient mocks base method.

func (*MockCli) Out

func (m *MockCli) Out() *streams.Out

Out mocks base method.

func (*MockCli) RegistryClient

func (m *MockCli) RegistryClient(arg0 bool) client.RegistryClient

RegistryClient mocks base method.

func (*MockCli) ServerInfo

func (m *MockCli) ServerInfo() command.ServerInfo

ServerInfo mocks base method.

func (*MockCli) SetIn

func (m *MockCli) SetIn(arg0 *streams.In)

SetIn mocks base method.

type MockCliMockRecorder

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

MockCliMockRecorder is the mock recorder for MockCli.

func (*MockCliMockRecorder) Apply

func (mr *MockCliMockRecorder) Apply(arg0 ...interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockCliMockRecorder) BuildKitEnabled

func (mr *MockCliMockRecorder) BuildKitEnabled() *gomock.Call

BuildKitEnabled indicates an expected call of BuildKitEnabled.

func (*MockCliMockRecorder) Client

func (mr *MockCliMockRecorder) Client() *gomock.Call

Client indicates an expected call of Client.

func (*MockCliMockRecorder) ConfigFile

func (mr *MockCliMockRecorder) ConfigFile() *gomock.Call

ConfigFile indicates an expected call of ConfigFile.

func (*MockCliMockRecorder) ContentTrustEnabled

func (mr *MockCliMockRecorder) ContentTrustEnabled() *gomock.Call

ContentTrustEnabled indicates an expected call of ContentTrustEnabled.

func (*MockCliMockRecorder) ContextStore

func (mr *MockCliMockRecorder) ContextStore() *gomock.Call

ContextStore indicates an expected call of ContextStore.

func (*MockCliMockRecorder) CurrentContext

func (mr *MockCliMockRecorder) CurrentContext() *gomock.Call

CurrentContext indicates an expected call of CurrentContext.

func (*MockCliMockRecorder) CurrentVersion

func (mr *MockCliMockRecorder) CurrentVersion() *gomock.Call

CurrentVersion indicates an expected call of CurrentVersion.

func (*MockCliMockRecorder) DefaultVersion

func (mr *MockCliMockRecorder) DefaultVersion() *gomock.Call

DefaultVersion indicates an expected call of DefaultVersion.

func (*MockCliMockRecorder) DockerEndpoint

func (mr *MockCliMockRecorder) DockerEndpoint() *gomock.Call

DockerEndpoint indicates an expected call of DockerEndpoint.

func (*MockCliMockRecorder) Err

func (mr *MockCliMockRecorder) Err() *gomock.Call

Err indicates an expected call of Err.

func (*MockCliMockRecorder) In

func (mr *MockCliMockRecorder) In() *gomock.Call

In indicates an expected call of In.

func (*MockCliMockRecorder) ManifestStore

func (mr *MockCliMockRecorder) ManifestStore() *gomock.Call

ManifestStore indicates an expected call of ManifestStore.

func (*MockCliMockRecorder) NotaryClient

func (mr *MockCliMockRecorder) NotaryClient(arg0, arg1 interface{}) *gomock.Call

NotaryClient indicates an expected call of NotaryClient.

func (*MockCliMockRecorder) Out

func (mr *MockCliMockRecorder) Out() *gomock.Call

Out indicates an expected call of Out.

func (*MockCliMockRecorder) RegistryClient

func (mr *MockCliMockRecorder) RegistryClient(arg0 interface{}) *gomock.Call

RegistryClient indicates an expected call of RegistryClient.

func (*MockCliMockRecorder) ServerInfo

func (mr *MockCliMockRecorder) ServerInfo() *gomock.Call

ServerInfo indicates an expected call of ServerInfo.

func (*MockCliMockRecorder) SetIn

func (mr *MockCliMockRecorder) SetIn(arg0 interface{}) *gomock.Call

SetIn indicates an expected call of SetIn.

type MockLogConsumer

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

MockLogConsumer is a mock of LogConsumer interface.

func NewMockLogConsumer

func NewMockLogConsumer(ctrl *gomock.Controller) *MockLogConsumer

NewMockLogConsumer creates a new mock instance.

func (*MockLogConsumer) EXPECT

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

func (*MockLogConsumer) Err

func (m *MockLogConsumer) Err(containerName, message string)

Err mocks base method.

func (*MockLogConsumer) Log

func (m *MockLogConsumer) Log(containerName, message string)

Log mocks base method.

func (*MockLogConsumer) Register

func (m *MockLogConsumer) Register(container string)

Register mocks base method.

func (*MockLogConsumer) Status

func (m *MockLogConsumer) Status(container, msg string)

Status mocks base method.

type MockLogConsumerMockRecorder

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

MockLogConsumerMockRecorder is the mock recorder for MockLogConsumer.

func (*MockLogConsumerMockRecorder) Err

func (mr *MockLogConsumerMockRecorder) Err(containerName, message interface{}) *gomock.Call

Err indicates an expected call of Err.

func (*MockLogConsumerMockRecorder) Log

func (mr *MockLogConsumerMockRecorder) Log(containerName, message interface{}) *gomock.Call

Log indicates an expected call of Log.

func (*MockLogConsumerMockRecorder) Register

func (mr *MockLogConsumerMockRecorder) Register(container interface{}) *gomock.Call

Register indicates an expected call of Register.

func (*MockLogConsumerMockRecorder) Status

func (mr *MockLogConsumerMockRecorder) Status(container, msg interface{}) *gomock.Call

Status indicates an expected call of Status.

type MockService

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

MockService is a mock of Service interface.

func NewMockService

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance.

func (*MockService) Build

func (m *MockService) Build(ctx context.Context, project *types.Project, options api.BuildOptions) error

Build mocks base method.

func (*MockService) Config

func (m *MockService) Config(ctx context.Context, project *types.Project, options api.ConfigOptions) ([]byte, error)

Config mocks base method.

func (*MockService) Copy

func (m *MockService) Copy(ctx context.Context, projectName string, options api.CopyOptions) error

Copy mocks base method.

func (*MockService) Create

func (m *MockService) Create(ctx context.Context, project *types.Project, options api.CreateOptions) error

Create mocks base method.

func (*MockService) Down

func (m *MockService) Down(ctx context.Context, projectName string, options api.DownOptions) error

Down mocks base method.

func (*MockService) DryRunMode

func (m *MockService) DryRunMode(ctx context.Context, dryRun bool) (context.Context, error)

DryRunMode mocks base method.

func (*MockService) EXPECT

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) Events

func (m *MockService) Events(ctx context.Context, projectName string, options api.EventsOptions) error

Events mocks base method.

func (*MockService) Exec

func (m *MockService) Exec(ctx context.Context, projectName string, options api.RunOptions) (int, error)

Exec mocks base method.

func (*MockService) Images

func (m *MockService) Images(ctx context.Context, projectName string, options api.ImagesOptions) ([]api.ImageSummary, error)

Images mocks base method.

func (*MockService) Kill

func (m *MockService) Kill(ctx context.Context, projectName string, options api.KillOptions) error

Kill mocks base method.

func (*MockService) List

func (m *MockService) List(ctx context.Context, options api.ListOptions) ([]api.Stack, error)

List mocks base method.

func (*MockService) Logs

func (m *MockService) Logs(ctx context.Context, projectName string, consumer api.LogConsumer, options api.LogOptions) error

Logs mocks base method.

func (*MockService) MaxConcurrency

func (m *MockService) MaxConcurrency(parallel int)

MaxConcurrency mocks base method.

func (*MockService) Pause

func (m *MockService) Pause(ctx context.Context, projectName string, options api.PauseOptions) error

Pause mocks base method.

func (*MockService) Port

func (m *MockService) Port(ctx context.Context, projectName, service string, port uint16, options api.PortOptions) (string, int, error)

Port mocks base method.

func (*MockService) Ps

func (m *MockService) Ps(ctx context.Context, projectName string, options api.PsOptions) ([]api.ContainerSummary, error)

Ps mocks base method.

func (*MockService) Pull

func (m *MockService) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error

Pull mocks base method.

func (*MockService) Push

func (m *MockService) Push(ctx context.Context, project *types.Project, options api.PushOptions) error

Push mocks base method.

func (*MockService) Remove

func (m *MockService) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error

Remove mocks base method.

func (*MockService) Restart

func (m *MockService) Restart(ctx context.Context, projectName string, options api.RestartOptions) error

Restart mocks base method.

func (*MockService) RunOneOffContainer

func (m *MockService) RunOneOffContainer(ctx context.Context, project *types.Project, opts api.RunOptions) (int, error)

RunOneOffContainer mocks base method.

func (*MockService) Start

func (m *MockService) Start(ctx context.Context, projectName string, options api.StartOptions) error

Start mocks base method.

func (*MockService) Stop

func (m *MockService) Stop(ctx context.Context, projectName string, options api.StopOptions) error

Stop mocks base method.

func (*MockService) Top

func (m *MockService) Top(ctx context.Context, projectName string, services []string) ([]api.ContainerProcSummary, error)

Top mocks base method.

func (*MockService) UnPause

func (m *MockService) UnPause(ctx context.Context, projectName string, options api.PauseOptions) error

UnPause mocks base method.

func (*MockService) Up

func (m *MockService) Up(ctx context.Context, project *types.Project, options api.UpOptions) error

Up mocks base method.

func (*MockService) Watch

func (m *MockService) Watch(ctx context.Context, project *types.Project, services []string, options api.WatchOptions) error

Watch mocks base method.

type MockServiceMockRecorder

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

MockServiceMockRecorder is the mock recorder for MockService.

func (*MockServiceMockRecorder) Build

func (mr *MockServiceMockRecorder) Build(ctx, project, options interface{}) *gomock.Call

Build indicates an expected call of Build.

func (*MockServiceMockRecorder) Config

func (mr *MockServiceMockRecorder) Config(ctx, project, options interface{}) *gomock.Call

Config indicates an expected call of Config.

func (*MockServiceMockRecorder) Copy

func (mr *MockServiceMockRecorder) Copy(ctx, projectName, options interface{}) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockServiceMockRecorder) Create

func (mr *MockServiceMockRecorder) Create(ctx, project, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockServiceMockRecorder) Down

func (mr *MockServiceMockRecorder) Down(ctx, projectName, options interface{}) *gomock.Call

Down indicates an expected call of Down.

func (*MockServiceMockRecorder) DryRunMode

func (mr *MockServiceMockRecorder) DryRunMode(ctx, dryRun interface{}) *gomock.Call

DryRunMode indicates an expected call of DryRunMode.

func (*MockServiceMockRecorder) Events

func (mr *MockServiceMockRecorder) Events(ctx, projectName, options interface{}) *gomock.Call

Events indicates an expected call of Events.

func (*MockServiceMockRecorder) Exec

func (mr *MockServiceMockRecorder) Exec(ctx, projectName, options interface{}) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockServiceMockRecorder) Images

func (mr *MockServiceMockRecorder) Images(ctx, projectName, options interface{}) *gomock.Call

Images indicates an expected call of Images.

func (*MockServiceMockRecorder) Kill

func (mr *MockServiceMockRecorder) Kill(ctx, projectName, options interface{}) *gomock.Call

Kill indicates an expected call of Kill.

func (*MockServiceMockRecorder) List

func (mr *MockServiceMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockServiceMockRecorder) Logs

func (mr *MockServiceMockRecorder) Logs(ctx, projectName, consumer, options interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockServiceMockRecorder) MaxConcurrency

func (mr *MockServiceMockRecorder) MaxConcurrency(parallel interface{}) *gomock.Call

MaxConcurrency indicates an expected call of MaxConcurrency.

func (*MockServiceMockRecorder) Pause

func (mr *MockServiceMockRecorder) Pause(ctx, projectName, options interface{}) *gomock.Call

Pause indicates an expected call of Pause.

func (*MockServiceMockRecorder) Port

func (mr *MockServiceMockRecorder) Port(ctx, projectName, service, port, options interface{}) *gomock.Call

Port indicates an expected call of Port.

func (*MockServiceMockRecorder) Ps

func (mr *MockServiceMockRecorder) Ps(ctx, projectName, options interface{}) *gomock.Call

Ps indicates an expected call of Ps.

func (*MockServiceMockRecorder) Pull

func (mr *MockServiceMockRecorder) Pull(ctx, project, options interface{}) *gomock.Call

Pull indicates an expected call of Pull.

func (*MockServiceMockRecorder) Push

func (mr *MockServiceMockRecorder) Push(ctx, project, options interface{}) *gomock.Call

Push indicates an expected call of Push.

func (*MockServiceMockRecorder) Remove

func (mr *MockServiceMockRecorder) Remove(ctx, projectName, options interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockServiceMockRecorder) Restart

func (mr *MockServiceMockRecorder) Restart(ctx, projectName, options interface{}) *gomock.Call

Restart indicates an expected call of Restart.

func (*MockServiceMockRecorder) RunOneOffContainer

func (mr *MockServiceMockRecorder) RunOneOffContainer(ctx, project, opts interface{}) *gomock.Call

RunOneOffContainer indicates an expected call of RunOneOffContainer.

func (*MockServiceMockRecorder) Start

func (mr *MockServiceMockRecorder) Start(ctx, projectName, options interface{}) *gomock.Call

Start indicates an expected call of Start.

func (*MockServiceMockRecorder) Stop

func (mr *MockServiceMockRecorder) Stop(ctx, projectName, options interface{}) *gomock.Call

Stop indicates an expected call of Stop.

func (*MockServiceMockRecorder) Top

func (mr *MockServiceMockRecorder) Top(ctx, projectName, services interface{}) *gomock.Call

Top indicates an expected call of Top.

func (*MockServiceMockRecorder) UnPause

func (mr *MockServiceMockRecorder) UnPause(ctx, projectName, options interface{}) *gomock.Call

UnPause indicates an expected call of UnPause.

func (*MockServiceMockRecorder) Up

func (mr *MockServiceMockRecorder) Up(ctx, project, options interface{}) *gomock.Call

Up indicates an expected call of Up.

func (*MockServiceMockRecorder) Watch

func (mr *MockServiceMockRecorder) Watch(ctx, project, services, options interface{}) *gomock.Call

Watch indicates an expected call of Watch.

Jump to

Keyboard shortcuts

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