Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDockerClient
- func (fake *FakeDockerClient) BuildCachePrune(arg1 context.Context, arg2 types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
- func (fake *FakeDockerClient) BuildCachePruneArgsForCall(i int) (context.Context, types.BuildCachePruneOptions)
- func (fake *FakeDockerClient) BuildCachePruneCallCount() int
- func (fake *FakeDockerClient) BuildCachePruneCalls(...)
- func (fake *FakeDockerClient) BuildCachePruneReturns(result1 *types.BuildCachePruneReport, result2 error)
- func (fake *FakeDockerClient) BuildCachePruneReturnsOnCall(i int, result1 *types.BuildCachePruneReport, result2 error)
- func (fake *FakeDockerClient) BuildCancel(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) BuildCancelArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) BuildCancelCallCount() int
- func (fake *FakeDockerClient) BuildCancelCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) BuildCancelReturns(result1 error)
- func (fake *FakeDockerClient) BuildCancelReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) CheckpointCreate(arg1 context.Context, arg2 string, arg3 checkpoint.CreateOptions) error
- func (fake *FakeDockerClient) CheckpointCreateArgsForCall(i int) (context.Context, string, checkpoint.CreateOptions)
- func (fake *FakeDockerClient) CheckpointCreateCallCount() int
- func (fake *FakeDockerClient) CheckpointCreateCalls(stub func(context.Context, string, checkpoint.CreateOptions) error)
- func (fake *FakeDockerClient) CheckpointCreateReturns(result1 error)
- func (fake *FakeDockerClient) CheckpointCreateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) CheckpointDelete(arg1 context.Context, arg2 string, arg3 checkpoint.DeleteOptions) error
- func (fake *FakeDockerClient) CheckpointDeleteArgsForCall(i int) (context.Context, string, checkpoint.DeleteOptions)
- func (fake *FakeDockerClient) CheckpointDeleteCallCount() int
- func (fake *FakeDockerClient) CheckpointDeleteCalls(stub func(context.Context, string, checkpoint.DeleteOptions) error)
- func (fake *FakeDockerClient) CheckpointDeleteReturns(result1 error)
- func (fake *FakeDockerClient) CheckpointDeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) CheckpointList(arg1 context.Context, arg2 string, arg3 checkpoint.ListOptions) ([]checkpoint.Summary, error)
- func (fake *FakeDockerClient) CheckpointListArgsForCall(i int) (context.Context, string, checkpoint.ListOptions)
- func (fake *FakeDockerClient) CheckpointListCallCount() int
- func (fake *FakeDockerClient) CheckpointListCalls(...)
- func (fake *FakeDockerClient) CheckpointListReturns(result1 []checkpoint.Summary, result2 error)
- func (fake *FakeDockerClient) CheckpointListReturnsOnCall(i int, result1 []checkpoint.Summary, result2 error)
- func (fake *FakeDockerClient) ClientVersion() string
- func (fake *FakeDockerClient) ClientVersionCallCount() int
- func (fake *FakeDockerClient) ClientVersionCalls(stub func() string)
- func (fake *FakeDockerClient) ClientVersionReturns(result1 string)
- func (fake *FakeDockerClient) ClientVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeDockerClient) Close() error
- func (fake *FakeDockerClient) CloseCallCount() int
- func (fake *FakeDockerClient) CloseCalls(stub func() error)
- func (fake *FakeDockerClient) CloseReturns(result1 error)
- func (fake *FakeDockerClient) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ConfigCreate(arg1 context.Context, arg2 swarm.ConfigSpec) (types.ConfigCreateResponse, error)
- func (fake *FakeDockerClient) ConfigCreateArgsForCall(i int) (context.Context, swarm.ConfigSpec)
- func (fake *FakeDockerClient) ConfigCreateCallCount() int
- func (fake *FakeDockerClient) ConfigCreateCalls(...)
- func (fake *FakeDockerClient) ConfigCreateReturns(result1 types.ConfigCreateResponse, result2 error)
- func (fake *FakeDockerClient) ConfigCreateReturnsOnCall(i int, result1 types.ConfigCreateResponse, result2 error)
- func (fake *FakeDockerClient) ConfigInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Config, []byte, error)
- func (fake *FakeDockerClient) ConfigInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ConfigInspectWithRawCallCount() int
- func (fake *FakeDockerClient) ConfigInspectWithRawCalls(stub func(context.Context, string) (swarm.Config, []byte, error))
- func (fake *FakeDockerClient) ConfigInspectWithRawReturns(result1 swarm.Config, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ConfigInspectWithRawReturnsOnCall(i int, result1 swarm.Config, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ConfigList(arg1 context.Context, arg2 types.ConfigListOptions) ([]swarm.Config, error)
- func (fake *FakeDockerClient) ConfigListArgsForCall(i int) (context.Context, types.ConfigListOptions)
- func (fake *FakeDockerClient) ConfigListCallCount() int
- func (fake *FakeDockerClient) ConfigListCalls(stub func(context.Context, types.ConfigListOptions) ([]swarm.Config, error))
- func (fake *FakeDockerClient) ConfigListReturns(result1 []swarm.Config, result2 error)
- func (fake *FakeDockerClient) ConfigListReturnsOnCall(i int, result1 []swarm.Config, result2 error)
- func (fake *FakeDockerClient) ConfigRemove(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) ConfigRemoveArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ConfigRemoveCallCount() int
- func (fake *FakeDockerClient) ConfigRemoveCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) ConfigRemoveReturns(result1 error)
- func (fake *FakeDockerClient) ConfigRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ConfigUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.ConfigSpec) error
- func (fake *FakeDockerClient) ConfigUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.ConfigSpec)
- func (fake *FakeDockerClient) ConfigUpdateCallCount() int
- func (fake *FakeDockerClient) ConfigUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.ConfigSpec) error)
- func (fake *FakeDockerClient) ConfigUpdateReturns(result1 error)
- func (fake *FakeDockerClient) ConfigUpdateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerAttach(arg1 context.Context, arg2 string, arg3 container.AttachOptions) (types.HijackedResponse, error)
- func (fake *FakeDockerClient) ContainerAttachArgsForCall(i int) (context.Context, string, container.AttachOptions)
- func (fake *FakeDockerClient) ContainerAttachCallCount() int
- func (fake *FakeDockerClient) ContainerAttachCalls(...)
- func (fake *FakeDockerClient) ContainerAttachReturns(result1 types.HijackedResponse, result2 error)
- func (fake *FakeDockerClient) ContainerAttachReturnsOnCall(i int, result1 types.HijackedResponse, result2 error)
- func (fake *FakeDockerClient) ContainerCommit(arg1 context.Context, arg2 string, arg3 container.CommitOptions) (container.CommitResponse, error)
- func (fake *FakeDockerClient) ContainerCommitArgsForCall(i int) (context.Context, string, container.CommitOptions)
- func (fake *FakeDockerClient) ContainerCommitCallCount() int
- func (fake *FakeDockerClient) ContainerCommitCalls(...)
- func (fake *FakeDockerClient) ContainerCommitReturns(result1 container.CommitResponse, result2 error)
- func (fake *FakeDockerClient) ContainerCommitReturnsOnCall(i int, result1 container.CommitResponse, result2 error)
- func (fake *FakeDockerClient) ContainerCreate(arg1 context.Context, arg2 *container.Config, arg3 *container.HostConfig, ...) (container.CreateResponse, error)
- func (fake *FakeDockerClient) ContainerCreateArgsForCall(i int) (context.Context, *container.Config, *container.HostConfig, ...)
- func (fake *FakeDockerClient) ContainerCreateCallCount() int
- func (fake *FakeDockerClient) ContainerCreateCalls(...)
- func (fake *FakeDockerClient) ContainerCreateReturns(result1 container.CreateResponse, result2 error)
- func (fake *FakeDockerClient) ContainerCreateReturnsOnCall(i int, result1 container.CreateResponse, result2 error)
- func (fake *FakeDockerClient) ContainerDiff(arg1 context.Context, arg2 string) ([]container.FilesystemChange, error)
- func (fake *FakeDockerClient) ContainerDiffArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerDiffCallCount() int
- func (fake *FakeDockerClient) ContainerDiffCalls(stub func(context.Context, string) ([]container.FilesystemChange, error))
- func (fake *FakeDockerClient) ContainerDiffReturns(result1 []container.FilesystemChange, result2 error)
- func (fake *FakeDockerClient) ContainerDiffReturnsOnCall(i int, result1 []container.FilesystemChange, result2 error)
- func (fake *FakeDockerClient) ContainerExecAttach(arg1 context.Context, arg2 string, arg3 container.ExecAttachOptions) (types.HijackedResponse, error)
- func (fake *FakeDockerClient) ContainerExecAttachArgsForCall(i int) (context.Context, string, container.ExecAttachOptions)
- func (fake *FakeDockerClient) ContainerExecAttachCallCount() int
- func (fake *FakeDockerClient) ContainerExecAttachCalls(...)
- func (fake *FakeDockerClient) ContainerExecAttachReturns(result1 types.HijackedResponse, result2 error)
- func (fake *FakeDockerClient) ContainerExecAttachReturnsOnCall(i int, result1 types.HijackedResponse, result2 error)
- func (fake *FakeDockerClient) ContainerExecCreate(arg1 context.Context, arg2 string, arg3 container.ExecOptions) (container.ExecCreateResponse, error)
- func (fake *FakeDockerClient) ContainerExecCreateArgsForCall(i int) (context.Context, string, container.ExecOptions)
- func (fake *FakeDockerClient) ContainerExecCreateCallCount() int
- func (fake *FakeDockerClient) ContainerExecCreateCalls(...)
- func (fake *FakeDockerClient) ContainerExecCreateReturns(result1 container.ExecCreateResponse, result2 error)
- func (fake *FakeDockerClient) ContainerExecCreateReturnsOnCall(i int, result1 container.ExecCreateResponse, result2 error)
- func (fake *FakeDockerClient) ContainerExecInspect(arg1 context.Context, arg2 string) (container.ExecInspect, error)
- func (fake *FakeDockerClient) ContainerExecInspectArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerExecInspectCallCount() int
- func (fake *FakeDockerClient) ContainerExecInspectCalls(stub func(context.Context, string) (container.ExecInspect, error))
- func (fake *FakeDockerClient) ContainerExecInspectReturns(result1 container.ExecInspect, result2 error)
- func (fake *FakeDockerClient) ContainerExecInspectReturnsOnCall(i int, result1 container.ExecInspect, result2 error)
- func (fake *FakeDockerClient) ContainerExecResize(arg1 context.Context, arg2 string, arg3 container.ResizeOptions) error
- func (fake *FakeDockerClient) ContainerExecResizeArgsForCall(i int) (context.Context, string, container.ResizeOptions)
- func (fake *FakeDockerClient) ContainerExecResizeCallCount() int
- func (fake *FakeDockerClient) ContainerExecResizeCalls(stub func(context.Context, string, container.ResizeOptions) error)
- func (fake *FakeDockerClient) ContainerExecResizeReturns(result1 error)
- func (fake *FakeDockerClient) ContainerExecResizeReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerExecStart(arg1 context.Context, arg2 string, arg3 container.ExecStartOptions) error
- func (fake *FakeDockerClient) ContainerExecStartArgsForCall(i int) (context.Context, string, container.ExecStartOptions)
- func (fake *FakeDockerClient) ContainerExecStartCallCount() int
- func (fake *FakeDockerClient) ContainerExecStartCalls(stub func(context.Context, string, container.ExecStartOptions) error)
- func (fake *FakeDockerClient) ContainerExecStartReturns(result1 error)
- func (fake *FakeDockerClient) ContainerExecStartReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerExport(arg1 context.Context, arg2 string) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ContainerExportArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerExportCallCount() int
- func (fake *FakeDockerClient) ContainerExportCalls(stub func(context.Context, string) (io.ReadCloser, error))
- func (fake *FakeDockerClient) ContainerExportReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ContainerExportReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ContainerInspect(arg1 context.Context, arg2 string) (container.InspectResponse, error)
- func (fake *FakeDockerClient) ContainerInspectArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerInspectCallCount() int
- func (fake *FakeDockerClient) ContainerInspectCalls(stub func(context.Context, string) (container.InspectResponse, error))
- func (fake *FakeDockerClient) ContainerInspectReturns(result1 container.InspectResponse, result2 error)
- func (fake *FakeDockerClient) ContainerInspectReturnsOnCall(i int, result1 container.InspectResponse, result2 error)
- func (fake *FakeDockerClient) ContainerInspectWithRaw(arg1 context.Context, arg2 string, arg3 bool) (container.InspectResponse, []byte, error)
- func (fake *FakeDockerClient) ContainerInspectWithRawArgsForCall(i int) (context.Context, string, bool)
- func (fake *FakeDockerClient) ContainerInspectWithRawCallCount() int
- func (fake *FakeDockerClient) ContainerInspectWithRawCalls(...)
- func (fake *FakeDockerClient) ContainerInspectWithRawReturns(result1 container.InspectResponse, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ContainerInspectWithRawReturnsOnCall(i int, result1 container.InspectResponse, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ContainerKill(arg1 context.Context, arg2 string, arg3 string) error
- func (fake *FakeDockerClient) ContainerKillArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) ContainerKillCallCount() int
- func (fake *FakeDockerClient) ContainerKillCalls(stub func(context.Context, string, string) error)
- func (fake *FakeDockerClient) ContainerKillReturns(result1 error)
- func (fake *FakeDockerClient) ContainerKillReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerList(arg1 context.Context, arg2 container.ListOptions) ([]container.Summary, error)
- func (fake *FakeDockerClient) ContainerListArgsForCall(i int) (context.Context, container.ListOptions)
- func (fake *FakeDockerClient) ContainerListCallCount() int
- func (fake *FakeDockerClient) ContainerListCalls(stub func(context.Context, container.ListOptions) ([]container.Summary, error))
- func (fake *FakeDockerClient) ContainerListReturns(result1 []container.Summary, result2 error)
- func (fake *FakeDockerClient) ContainerListReturnsOnCall(i int, result1 []container.Summary, result2 error)
- func (fake *FakeDockerClient) ContainerLogs(arg1 context.Context, arg2 string, arg3 container.LogsOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ContainerLogsArgsForCall(i int) (context.Context, string, container.LogsOptions)
- func (fake *FakeDockerClient) ContainerLogsCallCount() int
- func (fake *FakeDockerClient) ContainerLogsCalls(...)
- func (fake *FakeDockerClient) ContainerLogsReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ContainerLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ContainerPause(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) ContainerPauseArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerPauseCallCount() int
- func (fake *FakeDockerClient) ContainerPauseCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) ContainerPauseReturns(result1 error)
- func (fake *FakeDockerClient) ContainerPauseReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerRemove(arg1 context.Context, arg2 string, arg3 container.RemoveOptions) error
- func (fake *FakeDockerClient) ContainerRemoveArgsForCall(i int) (context.Context, string, container.RemoveOptions)
- func (fake *FakeDockerClient) ContainerRemoveCallCount() int
- func (fake *FakeDockerClient) ContainerRemoveCalls(stub func(context.Context, string, container.RemoveOptions) error)
- func (fake *FakeDockerClient) ContainerRemoveReturns(result1 error)
- func (fake *FakeDockerClient) ContainerRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerRename(arg1 context.Context, arg2 string, arg3 string) error
- func (fake *FakeDockerClient) ContainerRenameArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) ContainerRenameCallCount() int
- func (fake *FakeDockerClient) ContainerRenameCalls(stub func(context.Context, string, string) error)
- func (fake *FakeDockerClient) ContainerRenameReturns(result1 error)
- func (fake *FakeDockerClient) ContainerRenameReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerResize(arg1 context.Context, arg2 string, arg3 container.ResizeOptions) error
- func (fake *FakeDockerClient) ContainerResizeArgsForCall(i int) (context.Context, string, container.ResizeOptions)
- func (fake *FakeDockerClient) ContainerResizeCallCount() int
- func (fake *FakeDockerClient) ContainerResizeCalls(stub func(context.Context, string, container.ResizeOptions) error)
- func (fake *FakeDockerClient) ContainerResizeReturns(result1 error)
- func (fake *FakeDockerClient) ContainerResizeReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerRestart(arg1 context.Context, arg2 string, arg3 container.StopOptions) error
- func (fake *FakeDockerClient) ContainerRestartArgsForCall(i int) (context.Context, string, container.StopOptions)
- func (fake *FakeDockerClient) ContainerRestartCallCount() int
- func (fake *FakeDockerClient) ContainerRestartCalls(stub func(context.Context, string, container.StopOptions) error)
- func (fake *FakeDockerClient) ContainerRestartReturns(result1 error)
- func (fake *FakeDockerClient) ContainerRestartReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerStart(arg1 context.Context, arg2 string, arg3 container.StartOptions) error
- func (fake *FakeDockerClient) ContainerStartArgsForCall(i int) (context.Context, string, container.StartOptions)
- func (fake *FakeDockerClient) ContainerStartCallCount() int
- func (fake *FakeDockerClient) ContainerStartCalls(stub func(context.Context, string, container.StartOptions) error)
- func (fake *FakeDockerClient) ContainerStartReturns(result1 error)
- func (fake *FakeDockerClient) ContainerStartReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerStatPath(arg1 context.Context, arg2 string, arg3 string) (container.PathStat, error)
- func (fake *FakeDockerClient) ContainerStatPathArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) ContainerStatPathCallCount() int
- func (fake *FakeDockerClient) ContainerStatPathCalls(stub func(context.Context, string, string) (container.PathStat, error))
- func (fake *FakeDockerClient) ContainerStatPathReturns(result1 container.PathStat, result2 error)
- func (fake *FakeDockerClient) ContainerStatPathReturnsOnCall(i int, result1 container.PathStat, result2 error)
- func (fake *FakeDockerClient) ContainerStats(arg1 context.Context, arg2 string, arg3 bool) (container.StatsResponseReader, error)
- func (fake *FakeDockerClient) ContainerStatsArgsForCall(i int) (context.Context, string, bool)
- func (fake *FakeDockerClient) ContainerStatsCallCount() int
- func (fake *FakeDockerClient) ContainerStatsCalls(...)
- func (fake *FakeDockerClient) ContainerStatsOneShot(arg1 context.Context, arg2 string) (container.StatsResponseReader, error)
- func (fake *FakeDockerClient) ContainerStatsOneShotArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerStatsOneShotCallCount() int
- func (fake *FakeDockerClient) ContainerStatsOneShotCalls(stub func(context.Context, string) (container.StatsResponseReader, error))
- func (fake *FakeDockerClient) ContainerStatsOneShotReturns(result1 container.StatsResponseReader, result2 error)
- func (fake *FakeDockerClient) ContainerStatsOneShotReturnsOnCall(i int, result1 container.StatsResponseReader, result2 error)
- func (fake *FakeDockerClient) ContainerStatsReturns(result1 container.StatsResponseReader, result2 error)
- func (fake *FakeDockerClient) ContainerStatsReturnsOnCall(i int, result1 container.StatsResponseReader, result2 error)
- func (fake *FakeDockerClient) ContainerStop(arg1 context.Context, arg2 string, arg3 container.StopOptions) error
- func (fake *FakeDockerClient) ContainerStopArgsForCall(i int) (context.Context, string, container.StopOptions)
- func (fake *FakeDockerClient) ContainerStopCallCount() int
- func (fake *FakeDockerClient) ContainerStopCalls(stub func(context.Context, string, container.StopOptions) error)
- func (fake *FakeDockerClient) ContainerStopReturns(result1 error)
- func (fake *FakeDockerClient) ContainerStopReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerTop(arg1 context.Context, arg2 string, arg3 []string) (container.TopResponse, error)
- func (fake *FakeDockerClient) ContainerTopArgsForCall(i int) (context.Context, string, []string)
- func (fake *FakeDockerClient) ContainerTopCallCount() int
- func (fake *FakeDockerClient) ContainerTopCalls(stub func(context.Context, string, []string) (container.TopResponse, error))
- func (fake *FakeDockerClient) ContainerTopReturns(result1 container.TopResponse, result2 error)
- func (fake *FakeDockerClient) ContainerTopReturnsOnCall(i int, result1 container.TopResponse, result2 error)
- func (fake *FakeDockerClient) ContainerUnpause(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) ContainerUnpauseArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ContainerUnpauseCallCount() int
- func (fake *FakeDockerClient) ContainerUnpauseCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) ContainerUnpauseReturns(result1 error)
- func (fake *FakeDockerClient) ContainerUnpauseReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ContainerUpdate(arg1 context.Context, arg2 string, arg3 container.UpdateConfig) (container.UpdateResponse, error)
- func (fake *FakeDockerClient) ContainerUpdateArgsForCall(i int) (context.Context, string, container.UpdateConfig)
- func (fake *FakeDockerClient) ContainerUpdateCallCount() int
- func (fake *FakeDockerClient) ContainerUpdateCalls(...)
- func (fake *FakeDockerClient) ContainerUpdateReturns(result1 container.UpdateResponse, result2 error)
- func (fake *FakeDockerClient) ContainerUpdateReturnsOnCall(i int, result1 container.UpdateResponse, result2 error)
- func (fake *FakeDockerClient) ContainerWait(arg1 context.Context, arg2 string, arg3 container.WaitCondition) (<-chan container.WaitResponse, <-chan error)
- func (fake *FakeDockerClient) ContainerWaitArgsForCall(i int) (context.Context, string, container.WaitCondition)
- func (fake *FakeDockerClient) ContainerWaitCallCount() int
- func (fake *FakeDockerClient) ContainerWaitCalls(...)
- func (fake *FakeDockerClient) ContainerWaitReturns(result1 <-chan container.WaitResponse, result2 <-chan error)
- func (fake *FakeDockerClient) ContainerWaitReturnsOnCall(i int, result1 <-chan container.WaitResponse, result2 <-chan error)
- func (fake *FakeDockerClient) ContainersPrune(arg1 context.Context, arg2 filters.Args) (container.PruneReport, error)
- func (fake *FakeDockerClient) ContainersPruneArgsForCall(i int) (context.Context, filters.Args)
- func (fake *FakeDockerClient) ContainersPruneCallCount() int
- func (fake *FakeDockerClient) ContainersPruneCalls(stub func(context.Context, filters.Args) (container.PruneReport, error))
- func (fake *FakeDockerClient) ContainersPruneReturns(result1 container.PruneReport, result2 error)
- func (fake *FakeDockerClient) ContainersPruneReturnsOnCall(i int, result1 container.PruneReport, result2 error)
- func (fake *FakeDockerClient) CopyFromContainer(arg1 context.Context, arg2 string, arg3 string) (io.ReadCloser, container.PathStat, error)
- func (fake *FakeDockerClient) CopyFromContainerArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) CopyFromContainerCallCount() int
- func (fake *FakeDockerClient) CopyFromContainerCalls(...)
- func (fake *FakeDockerClient) CopyFromContainerReturns(result1 io.ReadCloser, result2 container.PathStat, result3 error)
- func (fake *FakeDockerClient) CopyFromContainerReturnsOnCall(i int, result1 io.ReadCloser, result2 container.PathStat, result3 error)
- func (fake *FakeDockerClient) CopyToContainer(arg1 context.Context, arg2 string, arg3 string, arg4 io.Reader, ...) error
- func (fake *FakeDockerClient) CopyToContainerArgsForCall(i int) (context.Context, string, string, io.Reader, container.CopyToContainerOptions)
- func (fake *FakeDockerClient) CopyToContainerCallCount() int
- func (fake *FakeDockerClient) CopyToContainerCalls(...)
- func (fake *FakeDockerClient) CopyToContainerReturns(result1 error)
- func (fake *FakeDockerClient) CopyToContainerReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) DaemonHost() string
- func (fake *FakeDockerClient) DaemonHostCallCount() int
- func (fake *FakeDockerClient) DaemonHostCalls(stub func() string)
- func (fake *FakeDockerClient) DaemonHostReturns(result1 string)
- func (fake *FakeDockerClient) DaemonHostReturnsOnCall(i int, result1 string)
- func (fake *FakeDockerClient) DialHijack(arg1 context.Context, arg2 string, arg3 string, arg4 map[string][]string) (net.Conn, error)
- func (fake *FakeDockerClient) DialHijackArgsForCall(i int) (context.Context, string, string, map[string][]string)
- func (fake *FakeDockerClient) DialHijackCallCount() int
- func (fake *FakeDockerClient) DialHijackCalls(...)
- func (fake *FakeDockerClient) DialHijackReturns(result1 net.Conn, result2 error)
- func (fake *FakeDockerClient) DialHijackReturnsOnCall(i int, result1 net.Conn, result2 error)
- func (fake *FakeDockerClient) Dialer() func(context.Context) (net.Conn, error)
- func (fake *FakeDockerClient) DialerCallCount() int
- func (fake *FakeDockerClient) DialerCalls(stub func() func(context.Context) (net.Conn, error))
- func (fake *FakeDockerClient) DialerReturns(result1 func(context.Context) (net.Conn, error))
- func (fake *FakeDockerClient) DialerReturnsOnCall(i int, result1 func(context.Context) (net.Conn, error))
- func (fake *FakeDockerClient) DiskUsage(arg1 context.Context, arg2 types.DiskUsageOptions) (types.DiskUsage, error)
- func (fake *FakeDockerClient) DiskUsageArgsForCall(i int) (context.Context, types.DiskUsageOptions)
- func (fake *FakeDockerClient) DiskUsageCallCount() int
- func (fake *FakeDockerClient) DiskUsageCalls(stub func(context.Context, types.DiskUsageOptions) (types.DiskUsage, error))
- func (fake *FakeDockerClient) DiskUsageReturns(result1 types.DiskUsage, result2 error)
- func (fake *FakeDockerClient) DiskUsageReturnsOnCall(i int, result1 types.DiskUsage, result2 error)
- func (fake *FakeDockerClient) DistributionInspect(arg1 context.Context, arg2 string, arg3 string) (registry.DistributionInspect, error)
- func (fake *FakeDockerClient) DistributionInspectArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) DistributionInspectCallCount() int
- func (fake *FakeDockerClient) DistributionInspectCalls(...)
- func (fake *FakeDockerClient) DistributionInspectReturns(result1 registry.DistributionInspect, result2 error)
- func (fake *FakeDockerClient) DistributionInspectReturnsOnCall(i int, result1 registry.DistributionInspect, result2 error)
- func (fake *FakeDockerClient) Events(arg1 context.Context, arg2 events.ListOptions) (<-chan events.Message, <-chan error)
- func (fake *FakeDockerClient) EventsArgsForCall(i int) (context.Context, events.ListOptions)
- func (fake *FakeDockerClient) EventsCallCount() int
- func (fake *FakeDockerClient) EventsCalls(...)
- func (fake *FakeDockerClient) EventsReturns(result1 <-chan events.Message, result2 <-chan error)
- func (fake *FakeDockerClient) EventsReturnsOnCall(i int, result1 <-chan events.Message, result2 <-chan error)
- func (fake *FakeDockerClient) HTTPClient() *http.Client
- func (fake *FakeDockerClient) HTTPClientCallCount() int
- func (fake *FakeDockerClient) HTTPClientCalls(stub func() *http.Client)
- func (fake *FakeDockerClient) HTTPClientReturns(result1 *http.Client)
- func (fake *FakeDockerClient) HTTPClientReturnsOnCall(i int, result1 *http.Client)
- func (fake *FakeDockerClient) ImageBuild(arg1 context.Context, arg2 io.Reader, arg3 types.ImageBuildOptions) (types.ImageBuildResponse, error)
- func (fake *FakeDockerClient) ImageBuildArgsForCall(i int) (context.Context, io.Reader, types.ImageBuildOptions)
- func (fake *FakeDockerClient) ImageBuildCallCount() int
- func (fake *FakeDockerClient) ImageBuildCalls(...)
- func (fake *FakeDockerClient) ImageBuildReturns(result1 types.ImageBuildResponse, result2 error)
- func (fake *FakeDockerClient) ImageBuildReturnsOnCall(i int, result1 types.ImageBuildResponse, result2 error)
- func (fake *FakeDockerClient) ImageCreate(arg1 context.Context, arg2 string, arg3 image.CreateOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ImageCreateArgsForCall(i int) (context.Context, string, image.CreateOptions)
- func (fake *FakeDockerClient) ImageCreateCallCount() int
- func (fake *FakeDockerClient) ImageCreateCalls(stub func(context.Context, string, image.CreateOptions) (io.ReadCloser, error))
- func (fake *FakeDockerClient) ImageCreateReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageCreateReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageHistory(arg1 context.Context, arg2 string, arg3 ...client.ImageHistoryOption) ([]image.HistoryResponseItem, error)
- func (fake *FakeDockerClient) ImageHistoryArgsForCall(i int) (context.Context, string, []client.ImageHistoryOption)
- func (fake *FakeDockerClient) ImageHistoryCallCount() int
- func (fake *FakeDockerClient) ImageHistoryCalls(...)
- func (fake *FakeDockerClient) ImageHistoryReturns(result1 []image.HistoryResponseItem, result2 error)
- func (fake *FakeDockerClient) ImageHistoryReturnsOnCall(i int, result1 []image.HistoryResponseItem, result2 error)
- func (fake *FakeDockerClient) ImageImport(arg1 context.Context, arg2 image.ImportSource, arg3 string, ...) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ImageImportArgsForCall(i int) (context.Context, image.ImportSource, string, image.ImportOptions)
- func (fake *FakeDockerClient) ImageImportCallCount() int
- func (fake *FakeDockerClient) ImageImportCalls(...)
- func (fake *FakeDockerClient) ImageImportReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageImportReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageInspect(arg1 context.Context, arg2 string, arg3 ...client.ImageInspectOption) (image.InspectResponse, error)
- func (fake *FakeDockerClient) ImageInspectArgsForCall(i int) (context.Context, string, []client.ImageInspectOption)
- func (fake *FakeDockerClient) ImageInspectCallCount() int
- func (fake *FakeDockerClient) ImageInspectCalls(...)
- func (fake *FakeDockerClient) ImageInspectReturns(result1 image.InspectResponse, result2 error)
- func (fake *FakeDockerClient) ImageInspectReturnsOnCall(i int, result1 image.InspectResponse, result2 error)
- func (fake *FakeDockerClient) ImageInspectWithRaw(arg1 context.Context, arg2 string) (image.InspectResponse, []byte, error)
- func (fake *FakeDockerClient) ImageInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ImageInspectWithRawCallCount() int
- func (fake *FakeDockerClient) ImageInspectWithRawCalls(stub func(context.Context, string) (image.InspectResponse, []byte, error))
- func (fake *FakeDockerClient) ImageInspectWithRawReturns(result1 image.InspectResponse, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ImageInspectWithRawReturnsOnCall(i int, result1 image.InspectResponse, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ImageList(arg1 context.Context, arg2 image.ListOptions) ([]image.Summary, error)
- func (fake *FakeDockerClient) ImageListArgsForCall(i int) (context.Context, image.ListOptions)
- func (fake *FakeDockerClient) ImageListCallCount() int
- func (fake *FakeDockerClient) ImageListCalls(stub func(context.Context, image.ListOptions) ([]image.Summary, error))
- func (fake *FakeDockerClient) ImageListReturns(result1 []image.Summary, result2 error)
- func (fake *FakeDockerClient) ImageListReturnsOnCall(i int, result1 []image.Summary, result2 error)
- func (fake *FakeDockerClient) ImageLoad(arg1 context.Context, arg2 io.Reader, arg3 ...client.ImageLoadOption) (image.LoadResponse, error)
- func (fake *FakeDockerClient) ImageLoadArgsForCall(i int) (context.Context, io.Reader, []client.ImageLoadOption)
- func (fake *FakeDockerClient) ImageLoadCallCount() int
- func (fake *FakeDockerClient) ImageLoadCalls(...)
- func (fake *FakeDockerClient) ImageLoadReturns(result1 image.LoadResponse, result2 error)
- func (fake *FakeDockerClient) ImageLoadReturnsOnCall(i int, result1 image.LoadResponse, result2 error)
- func (fake *FakeDockerClient) ImagePull(arg1 context.Context, arg2 string, arg3 image.PullOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ImagePullArgsForCall(i int) (context.Context, string, image.PullOptions)
- func (fake *FakeDockerClient) ImagePullCallCount() int
- func (fake *FakeDockerClient) ImagePullCalls(stub func(context.Context, string, image.PullOptions) (io.ReadCloser, error))
- func (fake *FakeDockerClient) ImagePullReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImagePullReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImagePush(arg1 context.Context, arg2 string, arg3 image.PushOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ImagePushArgsForCall(i int) (context.Context, string, image.PushOptions)
- func (fake *FakeDockerClient) ImagePushCallCount() int
- func (fake *FakeDockerClient) ImagePushCalls(stub func(context.Context, string, image.PushOptions) (io.ReadCloser, error))
- func (fake *FakeDockerClient) ImagePushReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImagePushReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageRemove(arg1 context.Context, arg2 string, arg3 image.RemoveOptions) ([]image.DeleteResponse, error)
- func (fake *FakeDockerClient) ImageRemoveArgsForCall(i int) (context.Context, string, image.RemoveOptions)
- func (fake *FakeDockerClient) ImageRemoveCallCount() int
- func (fake *FakeDockerClient) ImageRemoveCalls(...)
- func (fake *FakeDockerClient) ImageRemoveReturns(result1 []image.DeleteResponse, result2 error)
- func (fake *FakeDockerClient) ImageRemoveReturnsOnCall(i int, result1 []image.DeleteResponse, result2 error)
- func (fake *FakeDockerClient) ImageSave(arg1 context.Context, arg2 []string, arg3 ...client.ImageSaveOption) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ImageSaveArgsForCall(i int) (context.Context, []string, []client.ImageSaveOption)
- func (fake *FakeDockerClient) ImageSaveCallCount() int
- func (fake *FakeDockerClient) ImageSaveCalls(...)
- func (fake *FakeDockerClient) ImageSaveReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageSaveReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ImageSearch(arg1 context.Context, arg2 string, arg3 registry.SearchOptions) ([]registry.SearchResult, error)
- func (fake *FakeDockerClient) ImageSearchArgsForCall(i int) (context.Context, string, registry.SearchOptions)
- func (fake *FakeDockerClient) ImageSearchCallCount() int
- func (fake *FakeDockerClient) ImageSearchCalls(...)
- func (fake *FakeDockerClient) ImageSearchReturns(result1 []registry.SearchResult, result2 error)
- func (fake *FakeDockerClient) ImageSearchReturnsOnCall(i int, result1 []registry.SearchResult, result2 error)
- func (fake *FakeDockerClient) ImageTag(arg1 context.Context, arg2 string, arg3 string) error
- func (fake *FakeDockerClient) ImageTagArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) ImageTagCallCount() int
- func (fake *FakeDockerClient) ImageTagCalls(stub func(context.Context, string, string) error)
- func (fake *FakeDockerClient) ImageTagReturns(result1 error)
- func (fake *FakeDockerClient) ImageTagReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ImagesPrune(arg1 context.Context, arg2 filters.Args) (image.PruneReport, error)
- func (fake *FakeDockerClient) ImagesPruneArgsForCall(i int) (context.Context, filters.Args)
- func (fake *FakeDockerClient) ImagesPruneCallCount() int
- func (fake *FakeDockerClient) ImagesPruneCalls(stub func(context.Context, filters.Args) (image.PruneReport, error))
- func (fake *FakeDockerClient) ImagesPruneReturns(result1 image.PruneReport, result2 error)
- func (fake *FakeDockerClient) ImagesPruneReturnsOnCall(i int, result1 image.PruneReport, result2 error)
- func (fake *FakeDockerClient) Info(arg1 context.Context) (system.Info, error)
- func (fake *FakeDockerClient) InfoArgsForCall(i int) context.Context
- func (fake *FakeDockerClient) InfoCallCount() int
- func (fake *FakeDockerClient) InfoCalls(stub func(context.Context) (system.Info, error))
- func (fake *FakeDockerClient) InfoReturns(result1 system.Info, result2 error)
- func (fake *FakeDockerClient) InfoReturnsOnCall(i int, result1 system.Info, result2 error)
- func (fake *FakeDockerClient) Invocations() map[string][][]interface{}
- func (fake *FakeDockerClient) NegotiateAPIVersion(arg1 context.Context)
- func (fake *FakeDockerClient) NegotiateAPIVersionArgsForCall(i int) context.Context
- func (fake *FakeDockerClient) NegotiateAPIVersionCallCount() int
- func (fake *FakeDockerClient) NegotiateAPIVersionCalls(stub func(context.Context))
- func (fake *FakeDockerClient) NegotiateAPIVersionPing(arg1 types.Ping)
- func (fake *FakeDockerClient) NegotiateAPIVersionPingArgsForCall(i int) types.Ping
- func (fake *FakeDockerClient) NegotiateAPIVersionPingCallCount() int
- func (fake *FakeDockerClient) NegotiateAPIVersionPingCalls(stub func(types.Ping))
- func (fake *FakeDockerClient) NetworkConnect(arg1 context.Context, arg2 string, arg3 string, arg4 *network.EndpointSettings) error
- func (fake *FakeDockerClient) NetworkConnectArgsForCall(i int) (context.Context, string, string, *network.EndpointSettings)
- func (fake *FakeDockerClient) NetworkConnectCallCount() int
- func (fake *FakeDockerClient) NetworkConnectCalls(stub func(context.Context, string, string, *network.EndpointSettings) error)
- func (fake *FakeDockerClient) NetworkConnectReturns(result1 error)
- func (fake *FakeDockerClient) NetworkConnectReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) NetworkCreate(arg1 context.Context, arg2 string, arg3 network.CreateOptions) (network.CreateResponse, error)
- func (fake *FakeDockerClient) NetworkCreateArgsForCall(i int) (context.Context, string, network.CreateOptions)
- func (fake *FakeDockerClient) NetworkCreateCallCount() int
- func (fake *FakeDockerClient) NetworkCreateCalls(...)
- func (fake *FakeDockerClient) NetworkCreateReturns(result1 network.CreateResponse, result2 error)
- func (fake *FakeDockerClient) NetworkCreateReturnsOnCall(i int, result1 network.CreateResponse, result2 error)
- func (fake *FakeDockerClient) NetworkDisconnect(arg1 context.Context, arg2 string, arg3 string, arg4 bool) error
- func (fake *FakeDockerClient) NetworkDisconnectArgsForCall(i int) (context.Context, string, string, bool)
- func (fake *FakeDockerClient) NetworkDisconnectCallCount() int
- func (fake *FakeDockerClient) NetworkDisconnectCalls(stub func(context.Context, string, string, bool) error)
- func (fake *FakeDockerClient) NetworkDisconnectReturns(result1 error)
- func (fake *FakeDockerClient) NetworkDisconnectReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) NetworkInspect(arg1 context.Context, arg2 string, arg3 network.InspectOptions) (network.Inspect, error)
- func (fake *FakeDockerClient) NetworkInspectArgsForCall(i int) (context.Context, string, network.InspectOptions)
- func (fake *FakeDockerClient) NetworkInspectCallCount() int
- func (fake *FakeDockerClient) NetworkInspectCalls(...)
- func (fake *FakeDockerClient) NetworkInspectReturns(result1 network.Inspect, result2 error)
- func (fake *FakeDockerClient) NetworkInspectReturnsOnCall(i int, result1 network.Inspect, result2 error)
- func (fake *FakeDockerClient) NetworkInspectWithRaw(arg1 context.Context, arg2 string, arg3 network.InspectOptions) (network.Inspect, []byte, error)
- func (fake *FakeDockerClient) NetworkInspectWithRawArgsForCall(i int) (context.Context, string, network.InspectOptions)
- func (fake *FakeDockerClient) NetworkInspectWithRawCallCount() int
- func (fake *FakeDockerClient) NetworkInspectWithRawCalls(...)
- func (fake *FakeDockerClient) NetworkInspectWithRawReturns(result1 network.Inspect, result2 []byte, result3 error)
- func (fake *FakeDockerClient) NetworkInspectWithRawReturnsOnCall(i int, result1 network.Inspect, result2 []byte, result3 error)
- func (fake *FakeDockerClient) NetworkList(arg1 context.Context, arg2 network.ListOptions) ([]network.Summary, error)
- func (fake *FakeDockerClient) NetworkListArgsForCall(i int) (context.Context, network.ListOptions)
- func (fake *FakeDockerClient) NetworkListCallCount() int
- func (fake *FakeDockerClient) NetworkListCalls(stub func(context.Context, network.ListOptions) ([]network.Summary, error))
- func (fake *FakeDockerClient) NetworkListReturns(result1 []network.Summary, result2 error)
- func (fake *FakeDockerClient) NetworkListReturnsOnCall(i int, result1 []network.Summary, result2 error)
- func (fake *FakeDockerClient) NetworkRemove(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) NetworkRemoveArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) NetworkRemoveCallCount() int
- func (fake *FakeDockerClient) NetworkRemoveCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) NetworkRemoveReturns(result1 error)
- func (fake *FakeDockerClient) NetworkRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) NetworksPrune(arg1 context.Context, arg2 filters.Args) (network.PruneReport, error)
- func (fake *FakeDockerClient) NetworksPruneArgsForCall(i int) (context.Context, filters.Args)
- func (fake *FakeDockerClient) NetworksPruneCallCount() int
- func (fake *FakeDockerClient) NetworksPruneCalls(stub func(context.Context, filters.Args) (network.PruneReport, error))
- func (fake *FakeDockerClient) NetworksPruneReturns(result1 network.PruneReport, result2 error)
- func (fake *FakeDockerClient) NetworksPruneReturnsOnCall(i int, result1 network.PruneReport, result2 error)
- func (fake *FakeDockerClient) NodeInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Node, []byte, error)
- func (fake *FakeDockerClient) NodeInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) NodeInspectWithRawCallCount() int
- func (fake *FakeDockerClient) NodeInspectWithRawCalls(stub func(context.Context, string) (swarm.Node, []byte, error))
- func (fake *FakeDockerClient) NodeInspectWithRawReturns(result1 swarm.Node, result2 []byte, result3 error)
- func (fake *FakeDockerClient) NodeInspectWithRawReturnsOnCall(i int, result1 swarm.Node, result2 []byte, result3 error)
- func (fake *FakeDockerClient) NodeList(arg1 context.Context, arg2 types.NodeListOptions) ([]swarm.Node, error)
- func (fake *FakeDockerClient) NodeListArgsForCall(i int) (context.Context, types.NodeListOptions)
- func (fake *FakeDockerClient) NodeListCallCount() int
- func (fake *FakeDockerClient) NodeListCalls(stub func(context.Context, types.NodeListOptions) ([]swarm.Node, error))
- func (fake *FakeDockerClient) NodeListReturns(result1 []swarm.Node, result2 error)
- func (fake *FakeDockerClient) NodeListReturnsOnCall(i int, result1 []swarm.Node, result2 error)
- func (fake *FakeDockerClient) NodeRemove(arg1 context.Context, arg2 string, arg3 types.NodeRemoveOptions) error
- func (fake *FakeDockerClient) NodeRemoveArgsForCall(i int) (context.Context, string, types.NodeRemoveOptions)
- func (fake *FakeDockerClient) NodeRemoveCallCount() int
- func (fake *FakeDockerClient) NodeRemoveCalls(stub func(context.Context, string, types.NodeRemoveOptions) error)
- func (fake *FakeDockerClient) NodeRemoveReturns(result1 error)
- func (fake *FakeDockerClient) NodeRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) NodeUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.NodeSpec) error
- func (fake *FakeDockerClient) NodeUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.NodeSpec)
- func (fake *FakeDockerClient) NodeUpdateCallCount() int
- func (fake *FakeDockerClient) NodeUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.NodeSpec) error)
- func (fake *FakeDockerClient) NodeUpdateReturns(result1 error)
- func (fake *FakeDockerClient) NodeUpdateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) Ping(arg1 context.Context) (types.Ping, error)
- func (fake *FakeDockerClient) PingArgsForCall(i int) context.Context
- func (fake *FakeDockerClient) PingCallCount() int
- func (fake *FakeDockerClient) PingCalls(stub func(context.Context) (types.Ping, error))
- func (fake *FakeDockerClient) PingReturns(result1 types.Ping, result2 error)
- func (fake *FakeDockerClient) PingReturnsOnCall(i int, result1 types.Ping, result2 error)
- func (fake *FakeDockerClient) PluginCreate(arg1 context.Context, arg2 io.Reader, arg3 types.PluginCreateOptions) error
- func (fake *FakeDockerClient) PluginCreateArgsForCall(i int) (context.Context, io.Reader, types.PluginCreateOptions)
- func (fake *FakeDockerClient) PluginCreateCallCount() int
- func (fake *FakeDockerClient) PluginCreateCalls(stub func(context.Context, io.Reader, types.PluginCreateOptions) error)
- func (fake *FakeDockerClient) PluginCreateReturns(result1 error)
- func (fake *FakeDockerClient) PluginCreateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) PluginDisable(arg1 context.Context, arg2 string, arg3 types.PluginDisableOptions) error
- func (fake *FakeDockerClient) PluginDisableArgsForCall(i int) (context.Context, string, types.PluginDisableOptions)
- func (fake *FakeDockerClient) PluginDisableCallCount() int
- func (fake *FakeDockerClient) PluginDisableCalls(stub func(context.Context, string, types.PluginDisableOptions) error)
- func (fake *FakeDockerClient) PluginDisableReturns(result1 error)
- func (fake *FakeDockerClient) PluginDisableReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) PluginEnable(arg1 context.Context, arg2 string, arg3 types.PluginEnableOptions) error
- func (fake *FakeDockerClient) PluginEnableArgsForCall(i int) (context.Context, string, types.PluginEnableOptions)
- func (fake *FakeDockerClient) PluginEnableCallCount() int
- func (fake *FakeDockerClient) PluginEnableCalls(stub func(context.Context, string, types.PluginEnableOptions) error)
- func (fake *FakeDockerClient) PluginEnableReturns(result1 error)
- func (fake *FakeDockerClient) PluginEnableReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) PluginInspectWithRaw(arg1 context.Context, arg2 string) (*types.Plugin, []byte, error)
- func (fake *FakeDockerClient) PluginInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) PluginInspectWithRawCallCount() int
- func (fake *FakeDockerClient) PluginInspectWithRawCalls(stub func(context.Context, string) (*types.Plugin, []byte, error))
- func (fake *FakeDockerClient) PluginInspectWithRawReturns(result1 *types.Plugin, result2 []byte, result3 error)
- func (fake *FakeDockerClient) PluginInspectWithRawReturnsOnCall(i int, result1 *types.Plugin, result2 []byte, result3 error)
- func (fake *FakeDockerClient) PluginInstall(arg1 context.Context, arg2 string, arg3 types.PluginInstallOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) PluginInstallArgsForCall(i int) (context.Context, string, types.PluginInstallOptions)
- func (fake *FakeDockerClient) PluginInstallCallCount() int
- func (fake *FakeDockerClient) PluginInstallCalls(...)
- func (fake *FakeDockerClient) PluginInstallReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) PluginInstallReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) PluginList(arg1 context.Context, arg2 filters.Args) (types.PluginsListResponse, error)
- func (fake *FakeDockerClient) PluginListArgsForCall(i int) (context.Context, filters.Args)
- func (fake *FakeDockerClient) PluginListCallCount() int
- func (fake *FakeDockerClient) PluginListCalls(stub func(context.Context, filters.Args) (types.PluginsListResponse, error))
- func (fake *FakeDockerClient) PluginListReturns(result1 types.PluginsListResponse, result2 error)
- func (fake *FakeDockerClient) PluginListReturnsOnCall(i int, result1 types.PluginsListResponse, result2 error)
- func (fake *FakeDockerClient) PluginPush(arg1 context.Context, arg2 string, arg3 string) (io.ReadCloser, error)
- func (fake *FakeDockerClient) PluginPushArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeDockerClient) PluginPushCallCount() int
- func (fake *FakeDockerClient) PluginPushCalls(stub func(context.Context, string, string) (io.ReadCloser, error))
- func (fake *FakeDockerClient) PluginPushReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) PluginPushReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) PluginRemove(arg1 context.Context, arg2 string, arg3 types.PluginRemoveOptions) error
- func (fake *FakeDockerClient) PluginRemoveArgsForCall(i int) (context.Context, string, types.PluginRemoveOptions)
- func (fake *FakeDockerClient) PluginRemoveCallCount() int
- func (fake *FakeDockerClient) PluginRemoveCalls(stub func(context.Context, string, types.PluginRemoveOptions) error)
- func (fake *FakeDockerClient) PluginRemoveReturns(result1 error)
- func (fake *FakeDockerClient) PluginRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) PluginSet(arg1 context.Context, arg2 string, arg3 []string) error
- func (fake *FakeDockerClient) PluginSetArgsForCall(i int) (context.Context, string, []string)
- func (fake *FakeDockerClient) PluginSetCallCount() int
- func (fake *FakeDockerClient) PluginSetCalls(stub func(context.Context, string, []string) error)
- func (fake *FakeDockerClient) PluginSetReturns(result1 error)
- func (fake *FakeDockerClient) PluginSetReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) PluginUpgrade(arg1 context.Context, arg2 string, arg3 types.PluginInstallOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) PluginUpgradeArgsForCall(i int) (context.Context, string, types.PluginInstallOptions)
- func (fake *FakeDockerClient) PluginUpgradeCallCount() int
- func (fake *FakeDockerClient) PluginUpgradeCalls(...)
- func (fake *FakeDockerClient) PluginUpgradeReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) PluginUpgradeReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) RegistryLogin(arg1 context.Context, arg2 registry.AuthConfig) (registry.AuthenticateOKBody, error)
- func (fake *FakeDockerClient) RegistryLoginArgsForCall(i int) (context.Context, registry.AuthConfig)
- func (fake *FakeDockerClient) RegistryLoginCallCount() int
- func (fake *FakeDockerClient) RegistryLoginCalls(...)
- func (fake *FakeDockerClient) RegistryLoginReturns(result1 registry.AuthenticateOKBody, result2 error)
- func (fake *FakeDockerClient) RegistryLoginReturnsOnCall(i int, result1 registry.AuthenticateOKBody, result2 error)
- func (fake *FakeDockerClient) SecretCreate(arg1 context.Context, arg2 swarm.SecretSpec) (types.SecretCreateResponse, error)
- func (fake *FakeDockerClient) SecretCreateArgsForCall(i int) (context.Context, swarm.SecretSpec)
- func (fake *FakeDockerClient) SecretCreateCallCount() int
- func (fake *FakeDockerClient) SecretCreateCalls(...)
- func (fake *FakeDockerClient) SecretCreateReturns(result1 types.SecretCreateResponse, result2 error)
- func (fake *FakeDockerClient) SecretCreateReturnsOnCall(i int, result1 types.SecretCreateResponse, result2 error)
- func (fake *FakeDockerClient) SecretInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Secret, []byte, error)
- func (fake *FakeDockerClient) SecretInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) SecretInspectWithRawCallCount() int
- func (fake *FakeDockerClient) SecretInspectWithRawCalls(stub func(context.Context, string) (swarm.Secret, []byte, error))
- func (fake *FakeDockerClient) SecretInspectWithRawReturns(result1 swarm.Secret, result2 []byte, result3 error)
- func (fake *FakeDockerClient) SecretInspectWithRawReturnsOnCall(i int, result1 swarm.Secret, result2 []byte, result3 error)
- func (fake *FakeDockerClient) SecretList(arg1 context.Context, arg2 types.SecretListOptions) ([]swarm.Secret, error)
- func (fake *FakeDockerClient) SecretListArgsForCall(i int) (context.Context, types.SecretListOptions)
- func (fake *FakeDockerClient) SecretListCallCount() int
- func (fake *FakeDockerClient) SecretListCalls(stub func(context.Context, types.SecretListOptions) ([]swarm.Secret, error))
- func (fake *FakeDockerClient) SecretListReturns(result1 []swarm.Secret, result2 error)
- func (fake *FakeDockerClient) SecretListReturnsOnCall(i int, result1 []swarm.Secret, result2 error)
- func (fake *FakeDockerClient) SecretRemove(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) SecretRemoveArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) SecretRemoveCallCount() int
- func (fake *FakeDockerClient) SecretRemoveCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) SecretRemoveReturns(result1 error)
- func (fake *FakeDockerClient) SecretRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) SecretUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.SecretSpec) error
- func (fake *FakeDockerClient) SecretUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.SecretSpec)
- func (fake *FakeDockerClient) SecretUpdateCallCount() int
- func (fake *FakeDockerClient) SecretUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.SecretSpec) error)
- func (fake *FakeDockerClient) SecretUpdateReturns(result1 error)
- func (fake *FakeDockerClient) SecretUpdateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ServerVersion(arg1 context.Context) (types.Version, error)
- func (fake *FakeDockerClient) ServerVersionArgsForCall(i int) context.Context
- func (fake *FakeDockerClient) ServerVersionCallCount() int
- func (fake *FakeDockerClient) ServerVersionCalls(stub func(context.Context) (types.Version, error))
- func (fake *FakeDockerClient) ServerVersionReturns(result1 types.Version, result2 error)
- func (fake *FakeDockerClient) ServerVersionReturnsOnCall(i int, result1 types.Version, result2 error)
- func (fake *FakeDockerClient) ServiceCreate(arg1 context.Context, arg2 swarm.ServiceSpec, arg3 types.ServiceCreateOptions) (swarm.ServiceCreateResponse, error)
- func (fake *FakeDockerClient) ServiceCreateArgsForCall(i int) (context.Context, swarm.ServiceSpec, types.ServiceCreateOptions)
- func (fake *FakeDockerClient) ServiceCreateCallCount() int
- func (fake *FakeDockerClient) ServiceCreateCalls(...)
- func (fake *FakeDockerClient) ServiceCreateReturns(result1 swarm.ServiceCreateResponse, result2 error)
- func (fake *FakeDockerClient) ServiceCreateReturnsOnCall(i int, result1 swarm.ServiceCreateResponse, result2 error)
- func (fake *FakeDockerClient) ServiceInspectWithRaw(arg1 context.Context, arg2 string, arg3 types.ServiceInspectOptions) (swarm.Service, []byte, error)
- func (fake *FakeDockerClient) ServiceInspectWithRawArgsForCall(i int) (context.Context, string, types.ServiceInspectOptions)
- func (fake *FakeDockerClient) ServiceInspectWithRawCallCount() int
- func (fake *FakeDockerClient) ServiceInspectWithRawCalls(...)
- func (fake *FakeDockerClient) ServiceInspectWithRawReturns(result1 swarm.Service, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ServiceInspectWithRawReturnsOnCall(i int, result1 swarm.Service, result2 []byte, result3 error)
- func (fake *FakeDockerClient) ServiceList(arg1 context.Context, arg2 types.ServiceListOptions) ([]swarm.Service, error)
- func (fake *FakeDockerClient) ServiceListArgsForCall(i int) (context.Context, types.ServiceListOptions)
- func (fake *FakeDockerClient) ServiceListCallCount() int
- func (fake *FakeDockerClient) ServiceListCalls(stub func(context.Context, types.ServiceListOptions) ([]swarm.Service, error))
- func (fake *FakeDockerClient) ServiceListReturns(result1 []swarm.Service, result2 error)
- func (fake *FakeDockerClient) ServiceListReturnsOnCall(i int, result1 []swarm.Service, result2 error)
- func (fake *FakeDockerClient) ServiceLogs(arg1 context.Context, arg2 string, arg3 container.LogsOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) ServiceLogsArgsForCall(i int) (context.Context, string, container.LogsOptions)
- func (fake *FakeDockerClient) ServiceLogsCallCount() int
- func (fake *FakeDockerClient) ServiceLogsCalls(...)
- func (fake *FakeDockerClient) ServiceLogsReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ServiceLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) ServiceRemove(arg1 context.Context, arg2 string) error
- func (fake *FakeDockerClient) ServiceRemoveArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) ServiceRemoveCallCount() int
- func (fake *FakeDockerClient) ServiceRemoveCalls(stub func(context.Context, string) error)
- func (fake *FakeDockerClient) ServiceRemoveReturns(result1 error)
- func (fake *FakeDockerClient) ServiceRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) ServiceUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.ServiceSpec, ...) (swarm.ServiceUpdateResponse, error)
- func (fake *FakeDockerClient) ServiceUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.ServiceSpec, ...)
- func (fake *FakeDockerClient) ServiceUpdateCallCount() int
- func (fake *FakeDockerClient) ServiceUpdateCalls(...)
- func (fake *FakeDockerClient) ServiceUpdateReturns(result1 swarm.ServiceUpdateResponse, result2 error)
- func (fake *FakeDockerClient) ServiceUpdateReturnsOnCall(i int, result1 swarm.ServiceUpdateResponse, result2 error)
- func (fake *FakeDockerClient) SwarmGetUnlockKey(arg1 context.Context) (types.SwarmUnlockKeyResponse, error)
- func (fake *FakeDockerClient) SwarmGetUnlockKeyArgsForCall(i int) context.Context
- func (fake *FakeDockerClient) SwarmGetUnlockKeyCallCount() int
- func (fake *FakeDockerClient) SwarmGetUnlockKeyCalls(stub func(context.Context) (types.SwarmUnlockKeyResponse, error))
- func (fake *FakeDockerClient) SwarmGetUnlockKeyReturns(result1 types.SwarmUnlockKeyResponse, result2 error)
- func (fake *FakeDockerClient) SwarmGetUnlockKeyReturnsOnCall(i int, result1 types.SwarmUnlockKeyResponse, result2 error)
- func (fake *FakeDockerClient) SwarmInit(arg1 context.Context, arg2 swarm.InitRequest) (string, error)
- func (fake *FakeDockerClient) SwarmInitArgsForCall(i int) (context.Context, swarm.InitRequest)
- func (fake *FakeDockerClient) SwarmInitCallCount() int
- func (fake *FakeDockerClient) SwarmInitCalls(stub func(context.Context, swarm.InitRequest) (string, error))
- func (fake *FakeDockerClient) SwarmInitReturns(result1 string, result2 error)
- func (fake *FakeDockerClient) SwarmInitReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeDockerClient) SwarmInspect(arg1 context.Context) (swarm.Swarm, error)
- func (fake *FakeDockerClient) SwarmInspectArgsForCall(i int) context.Context
- func (fake *FakeDockerClient) SwarmInspectCallCount() int
- func (fake *FakeDockerClient) SwarmInspectCalls(stub func(context.Context) (swarm.Swarm, error))
- func (fake *FakeDockerClient) SwarmInspectReturns(result1 swarm.Swarm, result2 error)
- func (fake *FakeDockerClient) SwarmInspectReturnsOnCall(i int, result1 swarm.Swarm, result2 error)
- func (fake *FakeDockerClient) SwarmJoin(arg1 context.Context, arg2 swarm.JoinRequest) error
- func (fake *FakeDockerClient) SwarmJoinArgsForCall(i int) (context.Context, swarm.JoinRequest)
- func (fake *FakeDockerClient) SwarmJoinCallCount() int
- func (fake *FakeDockerClient) SwarmJoinCalls(stub func(context.Context, swarm.JoinRequest) error)
- func (fake *FakeDockerClient) SwarmJoinReturns(result1 error)
- func (fake *FakeDockerClient) SwarmJoinReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) SwarmLeave(arg1 context.Context, arg2 bool) error
- func (fake *FakeDockerClient) SwarmLeaveArgsForCall(i int) (context.Context, bool)
- func (fake *FakeDockerClient) SwarmLeaveCallCount() int
- func (fake *FakeDockerClient) SwarmLeaveCalls(stub func(context.Context, bool) error)
- func (fake *FakeDockerClient) SwarmLeaveReturns(result1 error)
- func (fake *FakeDockerClient) SwarmLeaveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) SwarmUnlock(arg1 context.Context, arg2 swarm.UnlockRequest) error
- func (fake *FakeDockerClient) SwarmUnlockArgsForCall(i int) (context.Context, swarm.UnlockRequest)
- func (fake *FakeDockerClient) SwarmUnlockCallCount() int
- func (fake *FakeDockerClient) SwarmUnlockCalls(stub func(context.Context, swarm.UnlockRequest) error)
- func (fake *FakeDockerClient) SwarmUnlockReturns(result1 error)
- func (fake *FakeDockerClient) SwarmUnlockReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) SwarmUpdate(arg1 context.Context, arg2 swarm.Version, arg3 swarm.Spec, ...) error
- func (fake *FakeDockerClient) SwarmUpdateArgsForCall(i int) (context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags)
- func (fake *FakeDockerClient) SwarmUpdateCallCount() int
- func (fake *FakeDockerClient) SwarmUpdateCalls(stub func(context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags) error)
- func (fake *FakeDockerClient) SwarmUpdateReturns(result1 error)
- func (fake *FakeDockerClient) SwarmUpdateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) TaskInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Task, []byte, error)
- func (fake *FakeDockerClient) TaskInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) TaskInspectWithRawCallCount() int
- func (fake *FakeDockerClient) TaskInspectWithRawCalls(stub func(context.Context, string) (swarm.Task, []byte, error))
- func (fake *FakeDockerClient) TaskInspectWithRawReturns(result1 swarm.Task, result2 []byte, result3 error)
- func (fake *FakeDockerClient) TaskInspectWithRawReturnsOnCall(i int, result1 swarm.Task, result2 []byte, result3 error)
- func (fake *FakeDockerClient) TaskList(arg1 context.Context, arg2 types.TaskListOptions) ([]swarm.Task, error)
- func (fake *FakeDockerClient) TaskListArgsForCall(i int) (context.Context, types.TaskListOptions)
- func (fake *FakeDockerClient) TaskListCallCount() int
- func (fake *FakeDockerClient) TaskListCalls(stub func(context.Context, types.TaskListOptions) ([]swarm.Task, error))
- func (fake *FakeDockerClient) TaskListReturns(result1 []swarm.Task, result2 error)
- func (fake *FakeDockerClient) TaskListReturnsOnCall(i int, result1 []swarm.Task, result2 error)
- func (fake *FakeDockerClient) TaskLogs(arg1 context.Context, arg2 string, arg3 container.LogsOptions) (io.ReadCloser, error)
- func (fake *FakeDockerClient) TaskLogsArgsForCall(i int) (context.Context, string, container.LogsOptions)
- func (fake *FakeDockerClient) TaskLogsCallCount() int
- func (fake *FakeDockerClient) TaskLogsCalls(...)
- func (fake *FakeDockerClient) TaskLogsReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) TaskLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeDockerClient) VolumeCreate(arg1 context.Context, arg2 volume.CreateOptions) (volume.Volume, error)
- func (fake *FakeDockerClient) VolumeCreateArgsForCall(i int) (context.Context, volume.CreateOptions)
- func (fake *FakeDockerClient) VolumeCreateCallCount() int
- func (fake *FakeDockerClient) VolumeCreateCalls(stub func(context.Context, volume.CreateOptions) (volume.Volume, error))
- func (fake *FakeDockerClient) VolumeCreateReturns(result1 volume.Volume, result2 error)
- func (fake *FakeDockerClient) VolumeCreateReturnsOnCall(i int, result1 volume.Volume, result2 error)
- func (fake *FakeDockerClient) VolumeInspect(arg1 context.Context, arg2 string) (volume.Volume, error)
- func (fake *FakeDockerClient) VolumeInspectArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) VolumeInspectCallCount() int
- func (fake *FakeDockerClient) VolumeInspectCalls(stub func(context.Context, string) (volume.Volume, error))
- func (fake *FakeDockerClient) VolumeInspectReturns(result1 volume.Volume, result2 error)
- func (fake *FakeDockerClient) VolumeInspectReturnsOnCall(i int, result1 volume.Volume, result2 error)
- func (fake *FakeDockerClient) VolumeInspectWithRaw(arg1 context.Context, arg2 string) (volume.Volume, []byte, error)
- func (fake *FakeDockerClient) VolumeInspectWithRawArgsForCall(i int) (context.Context, string)
- func (fake *FakeDockerClient) VolumeInspectWithRawCallCount() int
- func (fake *FakeDockerClient) VolumeInspectWithRawCalls(stub func(context.Context, string) (volume.Volume, []byte, error))
- func (fake *FakeDockerClient) VolumeInspectWithRawReturns(result1 volume.Volume, result2 []byte, result3 error)
- func (fake *FakeDockerClient) VolumeInspectWithRawReturnsOnCall(i int, result1 volume.Volume, result2 []byte, result3 error)
- func (fake *FakeDockerClient) VolumeList(arg1 context.Context, arg2 volume.ListOptions) (volume.ListResponse, error)
- func (fake *FakeDockerClient) VolumeListArgsForCall(i int) (context.Context, volume.ListOptions)
- func (fake *FakeDockerClient) VolumeListCallCount() int
- func (fake *FakeDockerClient) VolumeListCalls(stub func(context.Context, volume.ListOptions) (volume.ListResponse, error))
- func (fake *FakeDockerClient) VolumeListReturns(result1 volume.ListResponse, result2 error)
- func (fake *FakeDockerClient) VolumeListReturnsOnCall(i int, result1 volume.ListResponse, result2 error)
- func (fake *FakeDockerClient) VolumeRemove(arg1 context.Context, arg2 string, arg3 bool) error
- func (fake *FakeDockerClient) VolumeRemoveArgsForCall(i int) (context.Context, string, bool)
- func (fake *FakeDockerClient) VolumeRemoveCallCount() int
- func (fake *FakeDockerClient) VolumeRemoveCalls(stub func(context.Context, string, bool) error)
- func (fake *FakeDockerClient) VolumeRemoveReturns(result1 error)
- func (fake *FakeDockerClient) VolumeRemoveReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) VolumeUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, ...) error
- func (fake *FakeDockerClient) VolumeUpdateArgsForCall(i int) (context.Context, string, swarm.Version, volume.UpdateOptions)
- func (fake *FakeDockerClient) VolumeUpdateCallCount() int
- func (fake *FakeDockerClient) VolumeUpdateCalls(stub func(context.Context, string, swarm.Version, volume.UpdateOptions) error)
- func (fake *FakeDockerClient) VolumeUpdateReturns(result1 error)
- func (fake *FakeDockerClient) VolumeUpdateReturnsOnCall(i int, result1 error)
- func (fake *FakeDockerClient) VolumesPrune(arg1 context.Context, arg2 filters.Args) (volume.PruneReport, error)
- func (fake *FakeDockerClient) VolumesPruneArgsForCall(i int) (context.Context, filters.Args)
- func (fake *FakeDockerClient) VolumesPruneCallCount() int
- func (fake *FakeDockerClient) VolumesPruneCalls(stub func(context.Context, filters.Args) (volume.PruneReport, error))
- func (fake *FakeDockerClient) VolumesPruneReturns(result1 volume.PruneReport, result2 error)
- func (fake *FakeDockerClient) VolumesPruneReturnsOnCall(i int, result1 volume.PruneReport, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDockerClient ¶
type FakeDockerClient struct {
BuildCachePruneStub func(context.Context, types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
BuildCancelStub func(context.Context, string) error
CheckpointCreateStub func(context.Context, string, checkpoint.CreateOptions) error
CheckpointDeleteStub func(context.Context, string, checkpoint.DeleteOptions) error
CheckpointListStub func(context.Context, string, checkpoint.ListOptions) ([]checkpoint.Summary, error)
ClientVersionStub func() string
CloseStub func() error
ConfigCreateStub func(context.Context, swarm.ConfigSpec) (types.ConfigCreateResponse, error)
ConfigInspectWithRawStub func(context.Context, string) (swarm.Config, []byte, error)
ConfigListStub func(context.Context, types.ConfigListOptions) ([]swarm.Config, error)
ConfigRemoveStub func(context.Context, string) error
ConfigUpdateStub func(context.Context, string, swarm.Version, swarm.ConfigSpec) error
ContainerAttachStub func(context.Context, string, container.AttachOptions) (types.HijackedResponse, error)
ContainerCommitStub func(context.Context, string, container.CommitOptions) (container.CommitResponse, error)
ContainerCreateStub func(context.Context, *container.Config, *container.HostConfig, *network.NetworkingConfig, *v1.Platform, string) (container.CreateResponse, error)
ContainerDiffStub func(context.Context, string) ([]container.FilesystemChange, error)
ContainerExecAttachStub func(context.Context, string, container.ExecAttachOptions) (types.HijackedResponse, error)
ContainerExecCreateStub func(context.Context, string, container.ExecOptions) (container.ExecCreateResponse, error)
ContainerExecInspectStub func(context.Context, string) (container.ExecInspect, error)
ContainerExecResizeStub func(context.Context, string, container.ResizeOptions) error
ContainerExecStartStub func(context.Context, string, container.ExecStartOptions) error
ContainerExportStub func(context.Context, string) (io.ReadCloser, error)
ContainerInspectStub func(context.Context, string) (container.InspectResponse, error)
ContainerInspectWithRawStub func(context.Context, string, bool) (container.InspectResponse, []byte, error)
ContainerKillStub func(context.Context, string, string) error
ContainerListStub func(context.Context, container.ListOptions) ([]container.Summary, error)
ContainerLogsStub func(context.Context, string, container.LogsOptions) (io.ReadCloser, error)
ContainerPauseStub func(context.Context, string) error
ContainerRemoveStub func(context.Context, string, container.RemoveOptions) error
ContainerRenameStub func(context.Context, string, string) error
ContainerResizeStub func(context.Context, string, container.ResizeOptions) error
ContainerRestartStub func(context.Context, string, container.StopOptions) error
ContainerStartStub func(context.Context, string, container.StartOptions) error
ContainerStatPathStub func(context.Context, string, string) (container.PathStat, error)
ContainerStatsStub func(context.Context, string, bool) (container.StatsResponseReader, error)
ContainerStatsOneShotStub func(context.Context, string) (container.StatsResponseReader, error)
ContainerStopStub func(context.Context, string, container.StopOptions) error
ContainerTopStub func(context.Context, string, []string) (container.TopResponse, error)
ContainerUnpauseStub func(context.Context, string) error
ContainerUpdateStub func(context.Context, string, container.UpdateConfig) (container.UpdateResponse, error)
ContainerWaitStub func(context.Context, string, container.WaitCondition) (<-chan container.WaitResponse, <-chan error)
ContainersPruneStub func(context.Context, filters.Args) (container.PruneReport, error)
CopyFromContainerStub func(context.Context, string, string) (io.ReadCloser, container.PathStat, error)
CopyToContainerStub func(context.Context, string, string, io.Reader, container.CopyToContainerOptions) error
DaemonHostStub func() string
DialHijackStub func(context.Context, string, string, map[string][]string) (net.Conn, error)
DialerStub func() func(context.Context) (net.Conn, error)
DiskUsageStub func(context.Context, types.DiskUsageOptions) (types.DiskUsage, error)
DistributionInspectStub func(context.Context, string, string) (registry.DistributionInspect, error)
EventsStub func(context.Context, events.ListOptions) (<-chan events.Message, <-chan error)
HTTPClientStub func() *http.Client
ImageBuildStub func(context.Context, io.Reader, types.ImageBuildOptions) (types.ImageBuildResponse, error)
ImageCreateStub func(context.Context, string, image.CreateOptions) (io.ReadCloser, error)
ImageHistoryStub func(context.Context, string, ...client.ImageHistoryOption) ([]image.HistoryResponseItem, error)
ImageImportStub func(context.Context, image.ImportSource, string, image.ImportOptions) (io.ReadCloser, error)
ImageInspectStub func(context.Context, string, ...client.ImageInspectOption) (image.InspectResponse, error)
ImageInspectWithRawStub func(context.Context, string) (image.InspectResponse, []byte, error)
ImageListStub func(context.Context, image.ListOptions) ([]image.Summary, error)
ImageLoadStub func(context.Context, io.Reader, ...client.ImageLoadOption) (image.LoadResponse, error)
ImagePullStub func(context.Context, string, image.PullOptions) (io.ReadCloser, error)
ImagePushStub func(context.Context, string, image.PushOptions) (io.ReadCloser, error)
ImageRemoveStub func(context.Context, string, image.RemoveOptions) ([]image.DeleteResponse, error)
ImageSaveStub func(context.Context, []string, ...client.ImageSaveOption) (io.ReadCloser, error)
ImageSearchStub func(context.Context, string, registry.SearchOptions) ([]registry.SearchResult, error)
ImageTagStub func(context.Context, string, string) error
ImagesPruneStub func(context.Context, filters.Args) (image.PruneReport, error)
InfoStub func(context.Context) (system.Info, error)
NegotiateAPIVersionStub func(context.Context)
NegotiateAPIVersionPingStub func(types.Ping)
NetworkConnectStub func(context.Context, string, string, *network.EndpointSettings) error
NetworkCreateStub func(context.Context, string, network.CreateOptions) (network.CreateResponse, error)
NetworkDisconnectStub func(context.Context, string, string, bool) error
NetworkInspectStub func(context.Context, string, network.InspectOptions) (network.Inspect, error)
NetworkInspectWithRawStub func(context.Context, string, network.InspectOptions) (network.Inspect, []byte, error)
NetworkListStub func(context.Context, network.ListOptions) ([]network.Summary, error)
NetworkRemoveStub func(context.Context, string) error
NetworksPruneStub func(context.Context, filters.Args) (network.PruneReport, error)
NodeInspectWithRawStub func(context.Context, string) (swarm.Node, []byte, error)
NodeListStub func(context.Context, types.NodeListOptions) ([]swarm.Node, error)
NodeRemoveStub func(context.Context, string, types.NodeRemoveOptions) error
NodeUpdateStub func(context.Context, string, swarm.Version, swarm.NodeSpec) error
PingStub func(context.Context) (types.Ping, error)
PluginCreateStub func(context.Context, io.Reader, types.PluginCreateOptions) error
PluginDisableStub func(context.Context, string, types.PluginDisableOptions) error
PluginEnableStub func(context.Context, string, types.PluginEnableOptions) error
PluginInspectWithRawStub func(context.Context, string) (*types.Plugin, []byte, error)
PluginInstallStub func(context.Context, string, types.PluginInstallOptions) (io.ReadCloser, error)
PluginListStub func(context.Context, filters.Args) (types.PluginsListResponse, error)
PluginPushStub func(context.Context, string, string) (io.ReadCloser, error)
PluginRemoveStub func(context.Context, string, types.PluginRemoveOptions) error
PluginSetStub func(context.Context, string, []string) error
PluginUpgradeStub func(context.Context, string, types.PluginInstallOptions) (io.ReadCloser, error)
RegistryLoginStub func(context.Context, registry.AuthConfig) (registry.AuthenticateOKBody, error)
SecretCreateStub func(context.Context, swarm.SecretSpec) (types.SecretCreateResponse, error)
SecretInspectWithRawStub func(context.Context, string) (swarm.Secret, []byte, error)
SecretListStub func(context.Context, types.SecretListOptions) ([]swarm.Secret, error)
SecretRemoveStub func(context.Context, string) error
SecretUpdateStub func(context.Context, string, swarm.Version, swarm.SecretSpec) error
ServerVersionStub func(context.Context) (types.Version, error)
ServiceCreateStub func(context.Context, swarm.ServiceSpec, types.ServiceCreateOptions) (swarm.ServiceCreateResponse, error)
ServiceInspectWithRawStub func(context.Context, string, types.ServiceInspectOptions) (swarm.Service, []byte, error)
ServiceListStub func(context.Context, types.ServiceListOptions) ([]swarm.Service, error)
ServiceLogsStub func(context.Context, string, container.LogsOptions) (io.ReadCloser, error)
ServiceRemoveStub func(context.Context, string) error
ServiceUpdateStub func(context.Context, string, swarm.Version, swarm.ServiceSpec, types.ServiceUpdateOptions) (swarm.ServiceUpdateResponse, error)
SwarmGetUnlockKeyStub func(context.Context) (types.SwarmUnlockKeyResponse, error)
SwarmInitStub func(context.Context, swarm.InitRequest) (string, error)
SwarmInspectStub func(context.Context) (swarm.Swarm, error)
SwarmJoinStub func(context.Context, swarm.JoinRequest) error
SwarmLeaveStub func(context.Context, bool) error
SwarmUnlockStub func(context.Context, swarm.UnlockRequest) error
SwarmUpdateStub func(context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags) error
TaskInspectWithRawStub func(context.Context, string) (swarm.Task, []byte, error)
TaskListStub func(context.Context, types.TaskListOptions) ([]swarm.Task, error)
TaskLogsStub func(context.Context, string, container.LogsOptions) (io.ReadCloser, error)
VolumeCreateStub func(context.Context, volume.CreateOptions) (volume.Volume, error)
VolumeInspectStub func(context.Context, string) (volume.Volume, error)
VolumeInspectWithRawStub func(context.Context, string) (volume.Volume, []byte, error)
VolumeListStub func(context.Context, volume.ListOptions) (volume.ListResponse, error)
VolumeRemoveStub func(context.Context, string, bool) error
VolumeUpdateStub func(context.Context, string, swarm.Version, volume.UpdateOptions) error
VolumesPruneStub func(context.Context, filters.Args) (volume.PruneReport, error)
// contains filtered or unexported fields
}
func (*FakeDockerClient) BuildCachePrune ¶
func (fake *FakeDockerClient) BuildCachePrune(arg1 context.Context, arg2 types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
func (*FakeDockerClient) BuildCachePruneArgsForCall ¶
func (fake *FakeDockerClient) BuildCachePruneArgsForCall(i int) (context.Context, types.BuildCachePruneOptions)
func (*FakeDockerClient) BuildCachePruneCallCount ¶
func (fake *FakeDockerClient) BuildCachePruneCallCount() int
func (*FakeDockerClient) BuildCachePruneCalls ¶
func (fake *FakeDockerClient) BuildCachePruneCalls(stub func(context.Context, types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error))
func (*FakeDockerClient) BuildCachePruneReturns ¶
func (fake *FakeDockerClient) BuildCachePruneReturns(result1 *types.BuildCachePruneReport, result2 error)
func (*FakeDockerClient) BuildCachePruneReturnsOnCall ¶
func (fake *FakeDockerClient) BuildCachePruneReturnsOnCall(i int, result1 *types.BuildCachePruneReport, result2 error)
func (*FakeDockerClient) BuildCancel ¶
func (fake *FakeDockerClient) BuildCancel(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) BuildCancelArgsForCall ¶
func (fake *FakeDockerClient) BuildCancelArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) BuildCancelCallCount ¶
func (fake *FakeDockerClient) BuildCancelCallCount() int
func (*FakeDockerClient) BuildCancelCalls ¶
func (fake *FakeDockerClient) BuildCancelCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) BuildCancelReturns ¶
func (fake *FakeDockerClient) BuildCancelReturns(result1 error)
func (*FakeDockerClient) BuildCancelReturnsOnCall ¶
func (fake *FakeDockerClient) BuildCancelReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) CheckpointCreate ¶
func (fake *FakeDockerClient) CheckpointCreate(arg1 context.Context, arg2 string, arg3 checkpoint.CreateOptions) error
func (*FakeDockerClient) CheckpointCreateArgsForCall ¶
func (fake *FakeDockerClient) CheckpointCreateArgsForCall(i int) (context.Context, string, checkpoint.CreateOptions)
func (*FakeDockerClient) CheckpointCreateCallCount ¶
func (fake *FakeDockerClient) CheckpointCreateCallCount() int
func (*FakeDockerClient) CheckpointCreateCalls ¶
func (fake *FakeDockerClient) CheckpointCreateCalls(stub func(context.Context, string, checkpoint.CreateOptions) error)
func (*FakeDockerClient) CheckpointCreateReturns ¶
func (fake *FakeDockerClient) CheckpointCreateReturns(result1 error)
func (*FakeDockerClient) CheckpointCreateReturnsOnCall ¶
func (fake *FakeDockerClient) CheckpointCreateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) CheckpointDelete ¶
func (fake *FakeDockerClient) CheckpointDelete(arg1 context.Context, arg2 string, arg3 checkpoint.DeleteOptions) error
func (*FakeDockerClient) CheckpointDeleteArgsForCall ¶
func (fake *FakeDockerClient) CheckpointDeleteArgsForCall(i int) (context.Context, string, checkpoint.DeleteOptions)
func (*FakeDockerClient) CheckpointDeleteCallCount ¶
func (fake *FakeDockerClient) CheckpointDeleteCallCount() int
func (*FakeDockerClient) CheckpointDeleteCalls ¶
func (fake *FakeDockerClient) CheckpointDeleteCalls(stub func(context.Context, string, checkpoint.DeleteOptions) error)
func (*FakeDockerClient) CheckpointDeleteReturns ¶
func (fake *FakeDockerClient) CheckpointDeleteReturns(result1 error)
func (*FakeDockerClient) CheckpointDeleteReturnsOnCall ¶
func (fake *FakeDockerClient) CheckpointDeleteReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) CheckpointList ¶
func (fake *FakeDockerClient) CheckpointList(arg1 context.Context, arg2 string, arg3 checkpoint.ListOptions) ([]checkpoint.Summary, error)
func (*FakeDockerClient) CheckpointListArgsForCall ¶
func (fake *FakeDockerClient) CheckpointListArgsForCall(i int) (context.Context, string, checkpoint.ListOptions)
func (*FakeDockerClient) CheckpointListCallCount ¶
func (fake *FakeDockerClient) CheckpointListCallCount() int
func (*FakeDockerClient) CheckpointListCalls ¶
func (fake *FakeDockerClient) CheckpointListCalls(stub func(context.Context, string, checkpoint.ListOptions) ([]checkpoint.Summary, error))
func (*FakeDockerClient) CheckpointListReturns ¶
func (fake *FakeDockerClient) CheckpointListReturns(result1 []checkpoint.Summary, result2 error)
func (*FakeDockerClient) CheckpointListReturnsOnCall ¶
func (fake *FakeDockerClient) CheckpointListReturnsOnCall(i int, result1 []checkpoint.Summary, result2 error)
func (*FakeDockerClient) ClientVersion ¶
func (fake *FakeDockerClient) ClientVersion() string
func (*FakeDockerClient) ClientVersionCallCount ¶
func (fake *FakeDockerClient) ClientVersionCallCount() int
func (*FakeDockerClient) ClientVersionCalls ¶
func (fake *FakeDockerClient) ClientVersionCalls(stub func() string)
func (*FakeDockerClient) ClientVersionReturns ¶
func (fake *FakeDockerClient) ClientVersionReturns(result1 string)
func (*FakeDockerClient) ClientVersionReturnsOnCall ¶
func (fake *FakeDockerClient) ClientVersionReturnsOnCall(i int, result1 string)
func (*FakeDockerClient) Close ¶
func (fake *FakeDockerClient) Close() error
func (*FakeDockerClient) CloseCallCount ¶
func (fake *FakeDockerClient) CloseCallCount() int
func (*FakeDockerClient) CloseCalls ¶
func (fake *FakeDockerClient) CloseCalls(stub func() error)
func (*FakeDockerClient) CloseReturns ¶
func (fake *FakeDockerClient) CloseReturns(result1 error)
func (*FakeDockerClient) CloseReturnsOnCall ¶
func (fake *FakeDockerClient) CloseReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ConfigCreate ¶
func (fake *FakeDockerClient) ConfigCreate(arg1 context.Context, arg2 swarm.ConfigSpec) (types.ConfigCreateResponse, error)
func (*FakeDockerClient) ConfigCreateArgsForCall ¶
func (fake *FakeDockerClient) ConfigCreateArgsForCall(i int) (context.Context, swarm.ConfigSpec)
func (*FakeDockerClient) ConfigCreateCallCount ¶
func (fake *FakeDockerClient) ConfigCreateCallCount() int
func (*FakeDockerClient) ConfigCreateCalls ¶
func (fake *FakeDockerClient) ConfigCreateCalls(stub func(context.Context, swarm.ConfigSpec) (types.ConfigCreateResponse, error))
func (*FakeDockerClient) ConfigCreateReturns ¶
func (fake *FakeDockerClient) ConfigCreateReturns(result1 types.ConfigCreateResponse, result2 error)
func (*FakeDockerClient) ConfigCreateReturnsOnCall ¶
func (fake *FakeDockerClient) ConfigCreateReturnsOnCall(i int, result1 types.ConfigCreateResponse, result2 error)
func (*FakeDockerClient) ConfigInspectWithRaw ¶
func (*FakeDockerClient) ConfigInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) ConfigInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ConfigInspectWithRawCallCount ¶
func (fake *FakeDockerClient) ConfigInspectWithRawCallCount() int
func (*FakeDockerClient) ConfigInspectWithRawCalls ¶
func (*FakeDockerClient) ConfigInspectWithRawReturns ¶
func (fake *FakeDockerClient) ConfigInspectWithRawReturns(result1 swarm.Config, result2 []byte, result3 error)
func (*FakeDockerClient) ConfigInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) ConfigList ¶
func (fake *FakeDockerClient) ConfigList(arg1 context.Context, arg2 types.ConfigListOptions) ([]swarm.Config, error)
func (*FakeDockerClient) ConfigListArgsForCall ¶
func (fake *FakeDockerClient) ConfigListArgsForCall(i int) (context.Context, types.ConfigListOptions)
func (*FakeDockerClient) ConfigListCallCount ¶
func (fake *FakeDockerClient) ConfigListCallCount() int
func (*FakeDockerClient) ConfigListCalls ¶
func (fake *FakeDockerClient) ConfigListCalls(stub func(context.Context, types.ConfigListOptions) ([]swarm.Config, error))
func (*FakeDockerClient) ConfigListReturns ¶
func (fake *FakeDockerClient) ConfigListReturns(result1 []swarm.Config, result2 error)
func (*FakeDockerClient) ConfigListReturnsOnCall ¶
func (fake *FakeDockerClient) ConfigListReturnsOnCall(i int, result1 []swarm.Config, result2 error)
func (*FakeDockerClient) ConfigRemove ¶
func (fake *FakeDockerClient) ConfigRemove(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) ConfigRemoveArgsForCall ¶
func (fake *FakeDockerClient) ConfigRemoveArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ConfigRemoveCallCount ¶
func (fake *FakeDockerClient) ConfigRemoveCallCount() int
func (*FakeDockerClient) ConfigRemoveCalls ¶
func (fake *FakeDockerClient) ConfigRemoveCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) ConfigRemoveReturns ¶
func (fake *FakeDockerClient) ConfigRemoveReturns(result1 error)
func (*FakeDockerClient) ConfigRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) ConfigRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ConfigUpdate ¶
func (fake *FakeDockerClient) ConfigUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.ConfigSpec) error
func (*FakeDockerClient) ConfigUpdateArgsForCall ¶
func (fake *FakeDockerClient) ConfigUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.ConfigSpec)
func (*FakeDockerClient) ConfigUpdateCallCount ¶
func (fake *FakeDockerClient) ConfigUpdateCallCount() int
func (*FakeDockerClient) ConfigUpdateCalls ¶
func (fake *FakeDockerClient) ConfigUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.ConfigSpec) error)
func (*FakeDockerClient) ConfigUpdateReturns ¶
func (fake *FakeDockerClient) ConfigUpdateReturns(result1 error)
func (*FakeDockerClient) ConfigUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) ConfigUpdateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerAttach ¶
func (fake *FakeDockerClient) ContainerAttach(arg1 context.Context, arg2 string, arg3 container.AttachOptions) (types.HijackedResponse, error)
func (*FakeDockerClient) ContainerAttachArgsForCall ¶
func (fake *FakeDockerClient) ContainerAttachArgsForCall(i int) (context.Context, string, container.AttachOptions)
func (*FakeDockerClient) ContainerAttachCallCount ¶
func (fake *FakeDockerClient) ContainerAttachCallCount() int
func (*FakeDockerClient) ContainerAttachCalls ¶
func (fake *FakeDockerClient) ContainerAttachCalls(stub func(context.Context, string, container.AttachOptions) (types.HijackedResponse, error))
func (*FakeDockerClient) ContainerAttachReturns ¶
func (fake *FakeDockerClient) ContainerAttachReturns(result1 types.HijackedResponse, result2 error)
func (*FakeDockerClient) ContainerAttachReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerAttachReturnsOnCall(i int, result1 types.HijackedResponse, result2 error)
func (*FakeDockerClient) ContainerCommit ¶
func (fake *FakeDockerClient) ContainerCommit(arg1 context.Context, arg2 string, arg3 container.CommitOptions) (container.CommitResponse, error)
func (*FakeDockerClient) ContainerCommitArgsForCall ¶
func (fake *FakeDockerClient) ContainerCommitArgsForCall(i int) (context.Context, string, container.CommitOptions)
func (*FakeDockerClient) ContainerCommitCallCount ¶
func (fake *FakeDockerClient) ContainerCommitCallCount() int
func (*FakeDockerClient) ContainerCommitCalls ¶
func (fake *FakeDockerClient) ContainerCommitCalls(stub func(context.Context, string, container.CommitOptions) (container.CommitResponse, error))
func (*FakeDockerClient) ContainerCommitReturns ¶
func (fake *FakeDockerClient) ContainerCommitReturns(result1 container.CommitResponse, result2 error)
func (*FakeDockerClient) ContainerCommitReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerCommitReturnsOnCall(i int, result1 container.CommitResponse, result2 error)
func (*FakeDockerClient) ContainerCreate ¶
func (fake *FakeDockerClient) ContainerCreate(arg1 context.Context, arg2 *container.Config, arg3 *container.HostConfig, arg4 *network.NetworkingConfig, arg5 *v1.Platform, arg6 string) (container.CreateResponse, error)
func (*FakeDockerClient) ContainerCreateArgsForCall ¶
func (fake *FakeDockerClient) ContainerCreateArgsForCall(i int) (context.Context, *container.Config, *container.HostConfig, *network.NetworkingConfig, *v1.Platform, string)
func (*FakeDockerClient) ContainerCreateCallCount ¶
func (fake *FakeDockerClient) ContainerCreateCallCount() int
func (*FakeDockerClient) ContainerCreateCalls ¶
func (fake *FakeDockerClient) ContainerCreateCalls(stub func(context.Context, *container.Config, *container.HostConfig, *network.NetworkingConfig, *v1.Platform, string) (container.CreateResponse, error))
func (*FakeDockerClient) ContainerCreateReturns ¶
func (fake *FakeDockerClient) ContainerCreateReturns(result1 container.CreateResponse, result2 error)
func (*FakeDockerClient) ContainerCreateReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerCreateReturnsOnCall(i int, result1 container.CreateResponse, result2 error)
func (*FakeDockerClient) ContainerDiff ¶
func (fake *FakeDockerClient) ContainerDiff(arg1 context.Context, arg2 string) ([]container.FilesystemChange, error)
func (*FakeDockerClient) ContainerDiffArgsForCall ¶
func (fake *FakeDockerClient) ContainerDiffArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerDiffCallCount ¶
func (fake *FakeDockerClient) ContainerDiffCallCount() int
func (*FakeDockerClient) ContainerDiffCalls ¶
func (fake *FakeDockerClient) ContainerDiffCalls(stub func(context.Context, string) ([]container.FilesystemChange, error))
func (*FakeDockerClient) ContainerDiffReturns ¶
func (fake *FakeDockerClient) ContainerDiffReturns(result1 []container.FilesystemChange, result2 error)
func (*FakeDockerClient) ContainerDiffReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerDiffReturnsOnCall(i int, result1 []container.FilesystemChange, result2 error)
func (*FakeDockerClient) ContainerExecAttach ¶
func (fake *FakeDockerClient) ContainerExecAttach(arg1 context.Context, arg2 string, arg3 container.ExecAttachOptions) (types.HijackedResponse, error)
func (*FakeDockerClient) ContainerExecAttachArgsForCall ¶
func (fake *FakeDockerClient) ContainerExecAttachArgsForCall(i int) (context.Context, string, container.ExecAttachOptions)
func (*FakeDockerClient) ContainerExecAttachCallCount ¶
func (fake *FakeDockerClient) ContainerExecAttachCallCount() int
func (*FakeDockerClient) ContainerExecAttachCalls ¶
func (fake *FakeDockerClient) ContainerExecAttachCalls(stub func(context.Context, string, container.ExecAttachOptions) (types.HijackedResponse, error))
func (*FakeDockerClient) ContainerExecAttachReturns ¶
func (fake *FakeDockerClient) ContainerExecAttachReturns(result1 types.HijackedResponse, result2 error)
func (*FakeDockerClient) ContainerExecAttachReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerExecAttachReturnsOnCall(i int, result1 types.HijackedResponse, result2 error)
func (*FakeDockerClient) ContainerExecCreate ¶
func (fake *FakeDockerClient) ContainerExecCreate(arg1 context.Context, arg2 string, arg3 container.ExecOptions) (container.ExecCreateResponse, error)
func (*FakeDockerClient) ContainerExecCreateArgsForCall ¶
func (fake *FakeDockerClient) ContainerExecCreateArgsForCall(i int) (context.Context, string, container.ExecOptions)
func (*FakeDockerClient) ContainerExecCreateCallCount ¶
func (fake *FakeDockerClient) ContainerExecCreateCallCount() int
func (*FakeDockerClient) ContainerExecCreateCalls ¶
func (fake *FakeDockerClient) ContainerExecCreateCalls(stub func(context.Context, string, container.ExecOptions) (container.ExecCreateResponse, error))
func (*FakeDockerClient) ContainerExecCreateReturns ¶
func (fake *FakeDockerClient) ContainerExecCreateReturns(result1 container.ExecCreateResponse, result2 error)
func (*FakeDockerClient) ContainerExecCreateReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerExecCreateReturnsOnCall(i int, result1 container.ExecCreateResponse, result2 error)
func (*FakeDockerClient) ContainerExecInspect ¶
func (fake *FakeDockerClient) ContainerExecInspect(arg1 context.Context, arg2 string) (container.ExecInspect, error)
func (*FakeDockerClient) ContainerExecInspectArgsForCall ¶
func (fake *FakeDockerClient) ContainerExecInspectArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerExecInspectCallCount ¶
func (fake *FakeDockerClient) ContainerExecInspectCallCount() int
func (*FakeDockerClient) ContainerExecInspectCalls ¶
func (fake *FakeDockerClient) ContainerExecInspectCalls(stub func(context.Context, string) (container.ExecInspect, error))
func (*FakeDockerClient) ContainerExecInspectReturns ¶
func (fake *FakeDockerClient) ContainerExecInspectReturns(result1 container.ExecInspect, result2 error)
func (*FakeDockerClient) ContainerExecInspectReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerExecInspectReturnsOnCall(i int, result1 container.ExecInspect, result2 error)
func (*FakeDockerClient) ContainerExecResize ¶
func (fake *FakeDockerClient) ContainerExecResize(arg1 context.Context, arg2 string, arg3 container.ResizeOptions) error
func (*FakeDockerClient) ContainerExecResizeArgsForCall ¶
func (fake *FakeDockerClient) ContainerExecResizeArgsForCall(i int) (context.Context, string, container.ResizeOptions)
func (*FakeDockerClient) ContainerExecResizeCallCount ¶
func (fake *FakeDockerClient) ContainerExecResizeCallCount() int
func (*FakeDockerClient) ContainerExecResizeCalls ¶
func (fake *FakeDockerClient) ContainerExecResizeCalls(stub func(context.Context, string, container.ResizeOptions) error)
func (*FakeDockerClient) ContainerExecResizeReturns ¶
func (fake *FakeDockerClient) ContainerExecResizeReturns(result1 error)
func (*FakeDockerClient) ContainerExecResizeReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerExecResizeReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerExecStart ¶
func (fake *FakeDockerClient) ContainerExecStart(arg1 context.Context, arg2 string, arg3 container.ExecStartOptions) error
func (*FakeDockerClient) ContainerExecStartArgsForCall ¶
func (fake *FakeDockerClient) ContainerExecStartArgsForCall(i int) (context.Context, string, container.ExecStartOptions)
func (*FakeDockerClient) ContainerExecStartCallCount ¶
func (fake *FakeDockerClient) ContainerExecStartCallCount() int
func (*FakeDockerClient) ContainerExecStartCalls ¶
func (fake *FakeDockerClient) ContainerExecStartCalls(stub func(context.Context, string, container.ExecStartOptions) error)
func (*FakeDockerClient) ContainerExecStartReturns ¶
func (fake *FakeDockerClient) ContainerExecStartReturns(result1 error)
func (*FakeDockerClient) ContainerExecStartReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerExecStartReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerExport ¶
func (fake *FakeDockerClient) ContainerExport(arg1 context.Context, arg2 string) (io.ReadCloser, error)
func (*FakeDockerClient) ContainerExportArgsForCall ¶
func (fake *FakeDockerClient) ContainerExportArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerExportCallCount ¶
func (fake *FakeDockerClient) ContainerExportCallCount() int
func (*FakeDockerClient) ContainerExportCalls ¶
func (fake *FakeDockerClient) ContainerExportCalls(stub func(context.Context, string) (io.ReadCloser, error))
func (*FakeDockerClient) ContainerExportReturns ¶
func (fake *FakeDockerClient) ContainerExportReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ContainerExportReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerExportReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ContainerInspect ¶
func (fake *FakeDockerClient) ContainerInspect(arg1 context.Context, arg2 string) (container.InspectResponse, error)
func (*FakeDockerClient) ContainerInspectArgsForCall ¶
func (fake *FakeDockerClient) ContainerInspectArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerInspectCallCount ¶
func (fake *FakeDockerClient) ContainerInspectCallCount() int
func (*FakeDockerClient) ContainerInspectCalls ¶
func (fake *FakeDockerClient) ContainerInspectCalls(stub func(context.Context, string) (container.InspectResponse, error))
func (*FakeDockerClient) ContainerInspectReturns ¶
func (fake *FakeDockerClient) ContainerInspectReturns(result1 container.InspectResponse, result2 error)
func (*FakeDockerClient) ContainerInspectReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerInspectReturnsOnCall(i int, result1 container.InspectResponse, result2 error)
func (*FakeDockerClient) ContainerInspectWithRaw ¶
func (fake *FakeDockerClient) ContainerInspectWithRaw(arg1 context.Context, arg2 string, arg3 bool) (container.InspectResponse, []byte, error)
func (*FakeDockerClient) ContainerInspectWithRawArgsForCall ¶
func (*FakeDockerClient) ContainerInspectWithRawCallCount ¶
func (fake *FakeDockerClient) ContainerInspectWithRawCallCount() int
func (*FakeDockerClient) ContainerInspectWithRawCalls ¶
func (fake *FakeDockerClient) ContainerInspectWithRawCalls(stub func(context.Context, string, bool) (container.InspectResponse, []byte, error))
func (*FakeDockerClient) ContainerInspectWithRawReturns ¶
func (fake *FakeDockerClient) ContainerInspectWithRawReturns(result1 container.InspectResponse, result2 []byte, result3 error)
func (*FakeDockerClient) ContainerInspectWithRawReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerInspectWithRawReturnsOnCall(i int, result1 container.InspectResponse, result2 []byte, result3 error)
func (*FakeDockerClient) ContainerKill ¶
func (*FakeDockerClient) ContainerKillArgsForCall ¶
func (*FakeDockerClient) ContainerKillCallCount ¶
func (fake *FakeDockerClient) ContainerKillCallCount() int
func (*FakeDockerClient) ContainerKillCalls ¶
func (*FakeDockerClient) ContainerKillReturns ¶
func (fake *FakeDockerClient) ContainerKillReturns(result1 error)
func (*FakeDockerClient) ContainerKillReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerKillReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerList ¶
func (fake *FakeDockerClient) ContainerList(arg1 context.Context, arg2 container.ListOptions) ([]container.Summary, error)
func (*FakeDockerClient) ContainerListArgsForCall ¶
func (fake *FakeDockerClient) ContainerListArgsForCall(i int) (context.Context, container.ListOptions)
func (*FakeDockerClient) ContainerListCallCount ¶
func (fake *FakeDockerClient) ContainerListCallCount() int
func (*FakeDockerClient) ContainerListCalls ¶
func (fake *FakeDockerClient) ContainerListCalls(stub func(context.Context, container.ListOptions) ([]container.Summary, error))
func (*FakeDockerClient) ContainerListReturns ¶
func (fake *FakeDockerClient) ContainerListReturns(result1 []container.Summary, result2 error)
func (*FakeDockerClient) ContainerListReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerListReturnsOnCall(i int, result1 []container.Summary, result2 error)
func (*FakeDockerClient) ContainerLogs ¶
func (fake *FakeDockerClient) ContainerLogs(arg1 context.Context, arg2 string, arg3 container.LogsOptions) (io.ReadCloser, error)
func (*FakeDockerClient) ContainerLogsArgsForCall ¶
func (fake *FakeDockerClient) ContainerLogsArgsForCall(i int) (context.Context, string, container.LogsOptions)
func (*FakeDockerClient) ContainerLogsCallCount ¶
func (fake *FakeDockerClient) ContainerLogsCallCount() int
func (*FakeDockerClient) ContainerLogsCalls ¶
func (fake *FakeDockerClient) ContainerLogsCalls(stub func(context.Context, string, container.LogsOptions) (io.ReadCloser, error))
func (*FakeDockerClient) ContainerLogsReturns ¶
func (fake *FakeDockerClient) ContainerLogsReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ContainerLogsReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ContainerPause ¶
func (fake *FakeDockerClient) ContainerPause(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) ContainerPauseArgsForCall ¶
func (fake *FakeDockerClient) ContainerPauseArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerPauseCallCount ¶
func (fake *FakeDockerClient) ContainerPauseCallCount() int
func (*FakeDockerClient) ContainerPauseCalls ¶
func (fake *FakeDockerClient) ContainerPauseCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) ContainerPauseReturns ¶
func (fake *FakeDockerClient) ContainerPauseReturns(result1 error)
func (*FakeDockerClient) ContainerPauseReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerPauseReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerRemove ¶
func (fake *FakeDockerClient) ContainerRemove(arg1 context.Context, arg2 string, arg3 container.RemoveOptions) error
func (*FakeDockerClient) ContainerRemoveArgsForCall ¶
func (fake *FakeDockerClient) ContainerRemoveArgsForCall(i int) (context.Context, string, container.RemoveOptions)
func (*FakeDockerClient) ContainerRemoveCallCount ¶
func (fake *FakeDockerClient) ContainerRemoveCallCount() int
func (*FakeDockerClient) ContainerRemoveCalls ¶
func (fake *FakeDockerClient) ContainerRemoveCalls(stub func(context.Context, string, container.RemoveOptions) error)
func (*FakeDockerClient) ContainerRemoveReturns ¶
func (fake *FakeDockerClient) ContainerRemoveReturns(result1 error)
func (*FakeDockerClient) ContainerRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerRename ¶
func (*FakeDockerClient) ContainerRenameArgsForCall ¶
func (*FakeDockerClient) ContainerRenameCallCount ¶
func (fake *FakeDockerClient) ContainerRenameCallCount() int
func (*FakeDockerClient) ContainerRenameCalls ¶
func (*FakeDockerClient) ContainerRenameReturns ¶
func (fake *FakeDockerClient) ContainerRenameReturns(result1 error)
func (*FakeDockerClient) ContainerRenameReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerRenameReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerResize ¶
func (fake *FakeDockerClient) ContainerResize(arg1 context.Context, arg2 string, arg3 container.ResizeOptions) error
func (*FakeDockerClient) ContainerResizeArgsForCall ¶
func (fake *FakeDockerClient) ContainerResizeArgsForCall(i int) (context.Context, string, container.ResizeOptions)
func (*FakeDockerClient) ContainerResizeCallCount ¶
func (fake *FakeDockerClient) ContainerResizeCallCount() int
func (*FakeDockerClient) ContainerResizeCalls ¶
func (fake *FakeDockerClient) ContainerResizeCalls(stub func(context.Context, string, container.ResizeOptions) error)
func (*FakeDockerClient) ContainerResizeReturns ¶
func (fake *FakeDockerClient) ContainerResizeReturns(result1 error)
func (*FakeDockerClient) ContainerResizeReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerResizeReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerRestart ¶
func (fake *FakeDockerClient) ContainerRestart(arg1 context.Context, arg2 string, arg3 container.StopOptions) error
func (*FakeDockerClient) ContainerRestartArgsForCall ¶
func (fake *FakeDockerClient) ContainerRestartArgsForCall(i int) (context.Context, string, container.StopOptions)
func (*FakeDockerClient) ContainerRestartCallCount ¶
func (fake *FakeDockerClient) ContainerRestartCallCount() int
func (*FakeDockerClient) ContainerRestartCalls ¶
func (fake *FakeDockerClient) ContainerRestartCalls(stub func(context.Context, string, container.StopOptions) error)
func (*FakeDockerClient) ContainerRestartReturns ¶
func (fake *FakeDockerClient) ContainerRestartReturns(result1 error)
func (*FakeDockerClient) ContainerRestartReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerRestartReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerStart ¶
func (fake *FakeDockerClient) ContainerStart(arg1 context.Context, arg2 string, arg3 container.StartOptions) error
func (*FakeDockerClient) ContainerStartArgsForCall ¶
func (fake *FakeDockerClient) ContainerStartArgsForCall(i int) (context.Context, string, container.StartOptions)
func (*FakeDockerClient) ContainerStartCallCount ¶
func (fake *FakeDockerClient) ContainerStartCallCount() int
func (*FakeDockerClient) ContainerStartCalls ¶
func (fake *FakeDockerClient) ContainerStartCalls(stub func(context.Context, string, container.StartOptions) error)
func (*FakeDockerClient) ContainerStartReturns ¶
func (fake *FakeDockerClient) ContainerStartReturns(result1 error)
func (*FakeDockerClient) ContainerStartReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerStartReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerStatPath ¶
func (*FakeDockerClient) ContainerStatPathArgsForCall ¶
func (*FakeDockerClient) ContainerStatPathCallCount ¶
func (fake *FakeDockerClient) ContainerStatPathCallCount() int
func (*FakeDockerClient) ContainerStatPathCalls ¶
func (*FakeDockerClient) ContainerStatPathReturns ¶
func (fake *FakeDockerClient) ContainerStatPathReturns(result1 container.PathStat, result2 error)
func (*FakeDockerClient) ContainerStatPathReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerStatPathReturnsOnCall(i int, result1 container.PathStat, result2 error)
func (*FakeDockerClient) ContainerStats ¶
func (fake *FakeDockerClient) ContainerStats(arg1 context.Context, arg2 string, arg3 bool) (container.StatsResponseReader, error)
func (*FakeDockerClient) ContainerStatsArgsForCall ¶
func (*FakeDockerClient) ContainerStatsCallCount ¶
func (fake *FakeDockerClient) ContainerStatsCallCount() int
func (*FakeDockerClient) ContainerStatsCalls ¶
func (fake *FakeDockerClient) ContainerStatsCalls(stub func(context.Context, string, bool) (container.StatsResponseReader, error))
func (*FakeDockerClient) ContainerStatsOneShot ¶
func (fake *FakeDockerClient) ContainerStatsOneShot(arg1 context.Context, arg2 string) (container.StatsResponseReader, error)
func (*FakeDockerClient) ContainerStatsOneShotArgsForCall ¶
func (fake *FakeDockerClient) ContainerStatsOneShotArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerStatsOneShotCallCount ¶
func (fake *FakeDockerClient) ContainerStatsOneShotCallCount() int
func (*FakeDockerClient) ContainerStatsOneShotCalls ¶
func (fake *FakeDockerClient) ContainerStatsOneShotCalls(stub func(context.Context, string) (container.StatsResponseReader, error))
func (*FakeDockerClient) ContainerStatsOneShotReturns ¶
func (fake *FakeDockerClient) ContainerStatsOneShotReturns(result1 container.StatsResponseReader, result2 error)
func (*FakeDockerClient) ContainerStatsOneShotReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerStatsOneShotReturnsOnCall(i int, result1 container.StatsResponseReader, result2 error)
func (*FakeDockerClient) ContainerStatsReturns ¶
func (fake *FakeDockerClient) ContainerStatsReturns(result1 container.StatsResponseReader, result2 error)
func (*FakeDockerClient) ContainerStatsReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerStatsReturnsOnCall(i int, result1 container.StatsResponseReader, result2 error)
func (*FakeDockerClient) ContainerStop ¶
func (fake *FakeDockerClient) ContainerStop(arg1 context.Context, arg2 string, arg3 container.StopOptions) error
func (*FakeDockerClient) ContainerStopArgsForCall ¶
func (fake *FakeDockerClient) ContainerStopArgsForCall(i int) (context.Context, string, container.StopOptions)
func (*FakeDockerClient) ContainerStopCallCount ¶
func (fake *FakeDockerClient) ContainerStopCallCount() int
func (*FakeDockerClient) ContainerStopCalls ¶
func (fake *FakeDockerClient) ContainerStopCalls(stub func(context.Context, string, container.StopOptions) error)
func (*FakeDockerClient) ContainerStopReturns ¶
func (fake *FakeDockerClient) ContainerStopReturns(result1 error)
func (*FakeDockerClient) ContainerStopReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerStopReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerTop ¶
func (fake *FakeDockerClient) ContainerTop(arg1 context.Context, arg2 string, arg3 []string) (container.TopResponse, error)
func (*FakeDockerClient) ContainerTopArgsForCall ¶
func (*FakeDockerClient) ContainerTopCallCount ¶
func (fake *FakeDockerClient) ContainerTopCallCount() int
func (*FakeDockerClient) ContainerTopCalls ¶
func (fake *FakeDockerClient) ContainerTopCalls(stub func(context.Context, string, []string) (container.TopResponse, error))
func (*FakeDockerClient) ContainerTopReturns ¶
func (fake *FakeDockerClient) ContainerTopReturns(result1 container.TopResponse, result2 error)
func (*FakeDockerClient) ContainerTopReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerTopReturnsOnCall(i int, result1 container.TopResponse, result2 error)
func (*FakeDockerClient) ContainerUnpause ¶
func (fake *FakeDockerClient) ContainerUnpause(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) ContainerUnpauseArgsForCall ¶
func (fake *FakeDockerClient) ContainerUnpauseArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ContainerUnpauseCallCount ¶
func (fake *FakeDockerClient) ContainerUnpauseCallCount() int
func (*FakeDockerClient) ContainerUnpauseCalls ¶
func (fake *FakeDockerClient) ContainerUnpauseCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) ContainerUnpauseReturns ¶
func (fake *FakeDockerClient) ContainerUnpauseReturns(result1 error)
func (*FakeDockerClient) ContainerUnpauseReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerUnpauseReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ContainerUpdate ¶
func (fake *FakeDockerClient) ContainerUpdate(arg1 context.Context, arg2 string, arg3 container.UpdateConfig) (container.UpdateResponse, error)
func (*FakeDockerClient) ContainerUpdateArgsForCall ¶
func (fake *FakeDockerClient) ContainerUpdateArgsForCall(i int) (context.Context, string, container.UpdateConfig)
func (*FakeDockerClient) ContainerUpdateCallCount ¶
func (fake *FakeDockerClient) ContainerUpdateCallCount() int
func (*FakeDockerClient) ContainerUpdateCalls ¶
func (fake *FakeDockerClient) ContainerUpdateCalls(stub func(context.Context, string, container.UpdateConfig) (container.UpdateResponse, error))
func (*FakeDockerClient) ContainerUpdateReturns ¶
func (fake *FakeDockerClient) ContainerUpdateReturns(result1 container.UpdateResponse, result2 error)
func (*FakeDockerClient) ContainerUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerUpdateReturnsOnCall(i int, result1 container.UpdateResponse, result2 error)
func (*FakeDockerClient) ContainerWait ¶
func (fake *FakeDockerClient) ContainerWait(arg1 context.Context, arg2 string, arg3 container.WaitCondition) (<-chan container.WaitResponse, <-chan error)
func (*FakeDockerClient) ContainerWaitArgsForCall ¶
func (fake *FakeDockerClient) ContainerWaitArgsForCall(i int) (context.Context, string, container.WaitCondition)
func (*FakeDockerClient) ContainerWaitCallCount ¶
func (fake *FakeDockerClient) ContainerWaitCallCount() int
func (*FakeDockerClient) ContainerWaitCalls ¶
func (fake *FakeDockerClient) ContainerWaitCalls(stub func(context.Context, string, container.WaitCondition) (<-chan container.WaitResponse, <-chan error))
func (*FakeDockerClient) ContainerWaitReturns ¶
func (fake *FakeDockerClient) ContainerWaitReturns(result1 <-chan container.WaitResponse, result2 <-chan error)
func (*FakeDockerClient) ContainerWaitReturnsOnCall ¶
func (fake *FakeDockerClient) ContainerWaitReturnsOnCall(i int, result1 <-chan container.WaitResponse, result2 <-chan error)
func (*FakeDockerClient) ContainersPrune ¶
func (fake *FakeDockerClient) ContainersPrune(arg1 context.Context, arg2 filters.Args) (container.PruneReport, error)
func (*FakeDockerClient) ContainersPruneArgsForCall ¶
func (*FakeDockerClient) ContainersPruneCallCount ¶
func (fake *FakeDockerClient) ContainersPruneCallCount() int
func (*FakeDockerClient) ContainersPruneCalls ¶
func (fake *FakeDockerClient) ContainersPruneCalls(stub func(context.Context, filters.Args) (container.PruneReport, error))
func (*FakeDockerClient) ContainersPruneReturns ¶
func (fake *FakeDockerClient) ContainersPruneReturns(result1 container.PruneReport, result2 error)
func (*FakeDockerClient) ContainersPruneReturnsOnCall ¶
func (fake *FakeDockerClient) ContainersPruneReturnsOnCall(i int, result1 container.PruneReport, result2 error)
func (*FakeDockerClient) CopyFromContainer ¶
func (fake *FakeDockerClient) CopyFromContainer(arg1 context.Context, arg2 string, arg3 string) (io.ReadCloser, container.PathStat, error)
func (*FakeDockerClient) CopyFromContainerArgsForCall ¶
func (*FakeDockerClient) CopyFromContainerCallCount ¶
func (fake *FakeDockerClient) CopyFromContainerCallCount() int
func (*FakeDockerClient) CopyFromContainerCalls ¶
func (fake *FakeDockerClient) CopyFromContainerCalls(stub func(context.Context, string, string) (io.ReadCloser, container.PathStat, error))
func (*FakeDockerClient) CopyFromContainerReturns ¶
func (fake *FakeDockerClient) CopyFromContainerReturns(result1 io.ReadCloser, result2 container.PathStat, result3 error)
func (*FakeDockerClient) CopyFromContainerReturnsOnCall ¶
func (fake *FakeDockerClient) CopyFromContainerReturnsOnCall(i int, result1 io.ReadCloser, result2 container.PathStat, result3 error)
func (*FakeDockerClient) CopyToContainer ¶
func (fake *FakeDockerClient) CopyToContainer(arg1 context.Context, arg2 string, arg3 string, arg4 io.Reader, arg5 container.CopyToContainerOptions) error
func (*FakeDockerClient) CopyToContainerArgsForCall ¶
func (fake *FakeDockerClient) CopyToContainerArgsForCall(i int) (context.Context, string, string, io.Reader, container.CopyToContainerOptions)
func (*FakeDockerClient) CopyToContainerCallCount ¶
func (fake *FakeDockerClient) CopyToContainerCallCount() int
func (*FakeDockerClient) CopyToContainerCalls ¶
func (fake *FakeDockerClient) CopyToContainerCalls(stub func(context.Context, string, string, io.Reader, container.CopyToContainerOptions) error)
func (*FakeDockerClient) CopyToContainerReturns ¶
func (fake *FakeDockerClient) CopyToContainerReturns(result1 error)
func (*FakeDockerClient) CopyToContainerReturnsOnCall ¶
func (fake *FakeDockerClient) CopyToContainerReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) DaemonHost ¶
func (fake *FakeDockerClient) DaemonHost() string
func (*FakeDockerClient) DaemonHostCallCount ¶
func (fake *FakeDockerClient) DaemonHostCallCount() int
func (*FakeDockerClient) DaemonHostCalls ¶
func (fake *FakeDockerClient) DaemonHostCalls(stub func() string)
func (*FakeDockerClient) DaemonHostReturns ¶
func (fake *FakeDockerClient) DaemonHostReturns(result1 string)
func (*FakeDockerClient) DaemonHostReturnsOnCall ¶
func (fake *FakeDockerClient) DaemonHostReturnsOnCall(i int, result1 string)
func (*FakeDockerClient) DialHijack ¶
func (*FakeDockerClient) DialHijackArgsForCall ¶
func (*FakeDockerClient) DialHijackCallCount ¶
func (fake *FakeDockerClient) DialHijackCallCount() int
func (*FakeDockerClient) DialHijackCalls ¶
func (*FakeDockerClient) DialHijackReturns ¶
func (fake *FakeDockerClient) DialHijackReturns(result1 net.Conn, result2 error)
func (*FakeDockerClient) DialHijackReturnsOnCall ¶
func (fake *FakeDockerClient) DialHijackReturnsOnCall(i int, result1 net.Conn, result2 error)
func (*FakeDockerClient) DialerCallCount ¶
func (fake *FakeDockerClient) DialerCallCount() int
func (*FakeDockerClient) DialerCalls ¶
func (*FakeDockerClient) DialerReturns ¶
func (*FakeDockerClient) DialerReturnsOnCall ¶
func (*FakeDockerClient) DiskUsage ¶
func (fake *FakeDockerClient) DiskUsage(arg1 context.Context, arg2 types.DiskUsageOptions) (types.DiskUsage, error)
func (*FakeDockerClient) DiskUsageArgsForCall ¶
func (fake *FakeDockerClient) DiskUsageArgsForCall(i int) (context.Context, types.DiskUsageOptions)
func (*FakeDockerClient) DiskUsageCallCount ¶
func (fake *FakeDockerClient) DiskUsageCallCount() int
func (*FakeDockerClient) DiskUsageCalls ¶
func (fake *FakeDockerClient) DiskUsageCalls(stub func(context.Context, types.DiskUsageOptions) (types.DiskUsage, error))
func (*FakeDockerClient) DiskUsageReturns ¶
func (fake *FakeDockerClient) DiskUsageReturns(result1 types.DiskUsage, result2 error)
func (*FakeDockerClient) DiskUsageReturnsOnCall ¶
func (fake *FakeDockerClient) DiskUsageReturnsOnCall(i int, result1 types.DiskUsage, result2 error)
func (*FakeDockerClient) DistributionInspect ¶
func (fake *FakeDockerClient) DistributionInspect(arg1 context.Context, arg2 string, arg3 string) (registry.DistributionInspect, error)
func (*FakeDockerClient) DistributionInspectArgsForCall ¶
func (*FakeDockerClient) DistributionInspectCallCount ¶
func (fake *FakeDockerClient) DistributionInspectCallCount() int
func (*FakeDockerClient) DistributionInspectCalls ¶
func (fake *FakeDockerClient) DistributionInspectCalls(stub func(context.Context, string, string) (registry.DistributionInspect, error))
func (*FakeDockerClient) DistributionInspectReturns ¶
func (fake *FakeDockerClient) DistributionInspectReturns(result1 registry.DistributionInspect, result2 error)
func (*FakeDockerClient) DistributionInspectReturnsOnCall ¶
func (fake *FakeDockerClient) DistributionInspectReturnsOnCall(i int, result1 registry.DistributionInspect, result2 error)
func (*FakeDockerClient) Events ¶
func (fake *FakeDockerClient) Events(arg1 context.Context, arg2 events.ListOptions) (<-chan events.Message, <-chan error)
func (*FakeDockerClient) EventsArgsForCall ¶
func (fake *FakeDockerClient) EventsArgsForCall(i int) (context.Context, events.ListOptions)
func (*FakeDockerClient) EventsCallCount ¶
func (fake *FakeDockerClient) EventsCallCount() int
func (*FakeDockerClient) EventsCalls ¶
func (fake *FakeDockerClient) EventsCalls(stub func(context.Context, events.ListOptions) (<-chan events.Message, <-chan error))
func (*FakeDockerClient) EventsReturns ¶
func (fake *FakeDockerClient) EventsReturns(result1 <-chan events.Message, result2 <-chan error)
func (*FakeDockerClient) EventsReturnsOnCall ¶
func (fake *FakeDockerClient) EventsReturnsOnCall(i int, result1 <-chan events.Message, result2 <-chan error)
func (*FakeDockerClient) HTTPClient ¶
func (fake *FakeDockerClient) HTTPClient() *http.Client
func (*FakeDockerClient) HTTPClientCallCount ¶
func (fake *FakeDockerClient) HTTPClientCallCount() int
func (*FakeDockerClient) HTTPClientCalls ¶
func (fake *FakeDockerClient) HTTPClientCalls(stub func() *http.Client)
func (*FakeDockerClient) HTTPClientReturns ¶
func (fake *FakeDockerClient) HTTPClientReturns(result1 *http.Client)
func (*FakeDockerClient) HTTPClientReturnsOnCall ¶
func (fake *FakeDockerClient) HTTPClientReturnsOnCall(i int, result1 *http.Client)
func (*FakeDockerClient) ImageBuild ¶
func (fake *FakeDockerClient) ImageBuild(arg1 context.Context, arg2 io.Reader, arg3 types.ImageBuildOptions) (types.ImageBuildResponse, error)
func (*FakeDockerClient) ImageBuildArgsForCall ¶
func (fake *FakeDockerClient) ImageBuildArgsForCall(i int) (context.Context, io.Reader, types.ImageBuildOptions)
func (*FakeDockerClient) ImageBuildCallCount ¶
func (fake *FakeDockerClient) ImageBuildCallCount() int
func (*FakeDockerClient) ImageBuildCalls ¶
func (fake *FakeDockerClient) ImageBuildCalls(stub func(context.Context, io.Reader, types.ImageBuildOptions) (types.ImageBuildResponse, error))
func (*FakeDockerClient) ImageBuildReturns ¶
func (fake *FakeDockerClient) ImageBuildReturns(result1 types.ImageBuildResponse, result2 error)
func (*FakeDockerClient) ImageBuildReturnsOnCall ¶
func (fake *FakeDockerClient) ImageBuildReturnsOnCall(i int, result1 types.ImageBuildResponse, result2 error)
func (*FakeDockerClient) ImageCreate ¶
func (fake *FakeDockerClient) ImageCreate(arg1 context.Context, arg2 string, arg3 image.CreateOptions) (io.ReadCloser, error)
func (*FakeDockerClient) ImageCreateArgsForCall ¶
func (fake *FakeDockerClient) ImageCreateArgsForCall(i int) (context.Context, string, image.CreateOptions)
func (*FakeDockerClient) ImageCreateCallCount ¶
func (fake *FakeDockerClient) ImageCreateCallCount() int
func (*FakeDockerClient) ImageCreateCalls ¶
func (fake *FakeDockerClient) ImageCreateCalls(stub func(context.Context, string, image.CreateOptions) (io.ReadCloser, error))
func (*FakeDockerClient) ImageCreateReturns ¶
func (fake *FakeDockerClient) ImageCreateReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageCreateReturnsOnCall ¶
func (fake *FakeDockerClient) ImageCreateReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageHistory ¶
func (fake *FakeDockerClient) ImageHistory(arg1 context.Context, arg2 string, arg3 ...client.ImageHistoryOption) ([]image.HistoryResponseItem, error)
func (*FakeDockerClient) ImageHistoryArgsForCall ¶
func (fake *FakeDockerClient) ImageHistoryArgsForCall(i int) (context.Context, string, []client.ImageHistoryOption)
func (*FakeDockerClient) ImageHistoryCallCount ¶
func (fake *FakeDockerClient) ImageHistoryCallCount() int
func (*FakeDockerClient) ImageHistoryCalls ¶
func (fake *FakeDockerClient) ImageHistoryCalls(stub func(context.Context, string, ...client.ImageHistoryOption) ([]image.HistoryResponseItem, error))
func (*FakeDockerClient) ImageHistoryReturns ¶
func (fake *FakeDockerClient) ImageHistoryReturns(result1 []image.HistoryResponseItem, result2 error)
func (*FakeDockerClient) ImageHistoryReturnsOnCall ¶
func (fake *FakeDockerClient) ImageHistoryReturnsOnCall(i int, result1 []image.HistoryResponseItem, result2 error)
func (*FakeDockerClient) ImageImport ¶
func (fake *FakeDockerClient) ImageImport(arg1 context.Context, arg2 image.ImportSource, arg3 string, arg4 image.ImportOptions) (io.ReadCloser, error)
func (*FakeDockerClient) ImageImportArgsForCall ¶
func (fake *FakeDockerClient) ImageImportArgsForCall(i int) (context.Context, image.ImportSource, string, image.ImportOptions)
func (*FakeDockerClient) ImageImportCallCount ¶
func (fake *FakeDockerClient) ImageImportCallCount() int
func (*FakeDockerClient) ImageImportCalls ¶
func (fake *FakeDockerClient) ImageImportCalls(stub func(context.Context, image.ImportSource, string, image.ImportOptions) (io.ReadCloser, error))
func (*FakeDockerClient) ImageImportReturns ¶
func (fake *FakeDockerClient) ImageImportReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageImportReturnsOnCall ¶
func (fake *FakeDockerClient) ImageImportReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageInspect ¶
func (fake *FakeDockerClient) ImageInspect(arg1 context.Context, arg2 string, arg3 ...client.ImageInspectOption) (image.InspectResponse, error)
func (*FakeDockerClient) ImageInspectArgsForCall ¶
func (fake *FakeDockerClient) ImageInspectArgsForCall(i int) (context.Context, string, []client.ImageInspectOption)
func (*FakeDockerClient) ImageInspectCallCount ¶
func (fake *FakeDockerClient) ImageInspectCallCount() int
func (*FakeDockerClient) ImageInspectCalls ¶
func (fake *FakeDockerClient) ImageInspectCalls(stub func(context.Context, string, ...client.ImageInspectOption) (image.InspectResponse, error))
func (*FakeDockerClient) ImageInspectReturns ¶
func (fake *FakeDockerClient) ImageInspectReturns(result1 image.InspectResponse, result2 error)
func (*FakeDockerClient) ImageInspectReturnsOnCall ¶
func (fake *FakeDockerClient) ImageInspectReturnsOnCall(i int, result1 image.InspectResponse, result2 error)
func (*FakeDockerClient) ImageInspectWithRaw ¶
func (fake *FakeDockerClient) ImageInspectWithRaw(arg1 context.Context, arg2 string) (image.InspectResponse, []byte, error)
func (*FakeDockerClient) ImageInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) ImageInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ImageInspectWithRawCallCount ¶
func (fake *FakeDockerClient) ImageInspectWithRawCallCount() int
func (*FakeDockerClient) ImageInspectWithRawCalls ¶
func (fake *FakeDockerClient) ImageInspectWithRawCalls(stub func(context.Context, string) (image.InspectResponse, []byte, error))
func (*FakeDockerClient) ImageInspectWithRawReturns ¶
func (fake *FakeDockerClient) ImageInspectWithRawReturns(result1 image.InspectResponse, result2 []byte, result3 error)
func (*FakeDockerClient) ImageInspectWithRawReturnsOnCall ¶
func (fake *FakeDockerClient) ImageInspectWithRawReturnsOnCall(i int, result1 image.InspectResponse, result2 []byte, result3 error)
func (*FakeDockerClient) ImageList ¶
func (fake *FakeDockerClient) ImageList(arg1 context.Context, arg2 image.ListOptions) ([]image.Summary, error)
func (*FakeDockerClient) ImageListArgsForCall ¶
func (fake *FakeDockerClient) ImageListArgsForCall(i int) (context.Context, image.ListOptions)
func (*FakeDockerClient) ImageListCallCount ¶
func (fake *FakeDockerClient) ImageListCallCount() int
func (*FakeDockerClient) ImageListCalls ¶
func (fake *FakeDockerClient) ImageListCalls(stub func(context.Context, image.ListOptions) ([]image.Summary, error))
func (*FakeDockerClient) ImageListReturns ¶
func (fake *FakeDockerClient) ImageListReturns(result1 []image.Summary, result2 error)
func (*FakeDockerClient) ImageListReturnsOnCall ¶
func (fake *FakeDockerClient) ImageListReturnsOnCall(i int, result1 []image.Summary, result2 error)
func (*FakeDockerClient) ImageLoad ¶
func (fake *FakeDockerClient) ImageLoad(arg1 context.Context, arg2 io.Reader, arg3 ...client.ImageLoadOption) (image.LoadResponse, error)
func (*FakeDockerClient) ImageLoadArgsForCall ¶
func (fake *FakeDockerClient) ImageLoadArgsForCall(i int) (context.Context, io.Reader, []client.ImageLoadOption)
func (*FakeDockerClient) ImageLoadCallCount ¶
func (fake *FakeDockerClient) ImageLoadCallCount() int
func (*FakeDockerClient) ImageLoadCalls ¶
func (fake *FakeDockerClient) ImageLoadCalls(stub func(context.Context, io.Reader, ...client.ImageLoadOption) (image.LoadResponse, error))
func (*FakeDockerClient) ImageLoadReturns ¶
func (fake *FakeDockerClient) ImageLoadReturns(result1 image.LoadResponse, result2 error)
func (*FakeDockerClient) ImageLoadReturnsOnCall ¶
func (fake *FakeDockerClient) ImageLoadReturnsOnCall(i int, result1 image.LoadResponse, result2 error)
func (*FakeDockerClient) ImagePull ¶
func (fake *FakeDockerClient) ImagePull(arg1 context.Context, arg2 string, arg3 image.PullOptions) (io.ReadCloser, error)
func (*FakeDockerClient) ImagePullArgsForCall ¶
func (fake *FakeDockerClient) ImagePullArgsForCall(i int) (context.Context, string, image.PullOptions)
func (*FakeDockerClient) ImagePullCallCount ¶
func (fake *FakeDockerClient) ImagePullCallCount() int
func (*FakeDockerClient) ImagePullCalls ¶
func (fake *FakeDockerClient) ImagePullCalls(stub func(context.Context, string, image.PullOptions) (io.ReadCloser, error))
func (*FakeDockerClient) ImagePullReturns ¶
func (fake *FakeDockerClient) ImagePullReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImagePullReturnsOnCall ¶
func (fake *FakeDockerClient) ImagePullReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImagePush ¶
func (fake *FakeDockerClient) ImagePush(arg1 context.Context, arg2 string, arg3 image.PushOptions) (io.ReadCloser, error)
func (*FakeDockerClient) ImagePushArgsForCall ¶
func (fake *FakeDockerClient) ImagePushArgsForCall(i int) (context.Context, string, image.PushOptions)
func (*FakeDockerClient) ImagePushCallCount ¶
func (fake *FakeDockerClient) ImagePushCallCount() int
func (*FakeDockerClient) ImagePushCalls ¶
func (fake *FakeDockerClient) ImagePushCalls(stub func(context.Context, string, image.PushOptions) (io.ReadCloser, error))
func (*FakeDockerClient) ImagePushReturns ¶
func (fake *FakeDockerClient) ImagePushReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImagePushReturnsOnCall ¶
func (fake *FakeDockerClient) ImagePushReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageRemove ¶
func (fake *FakeDockerClient) ImageRemove(arg1 context.Context, arg2 string, arg3 image.RemoveOptions) ([]image.DeleteResponse, error)
func (*FakeDockerClient) ImageRemoveArgsForCall ¶
func (fake *FakeDockerClient) ImageRemoveArgsForCall(i int) (context.Context, string, image.RemoveOptions)
func (*FakeDockerClient) ImageRemoveCallCount ¶
func (fake *FakeDockerClient) ImageRemoveCallCount() int
func (*FakeDockerClient) ImageRemoveCalls ¶
func (fake *FakeDockerClient) ImageRemoveCalls(stub func(context.Context, string, image.RemoveOptions) ([]image.DeleteResponse, error))
func (*FakeDockerClient) ImageRemoveReturns ¶
func (fake *FakeDockerClient) ImageRemoveReturns(result1 []image.DeleteResponse, result2 error)
func (*FakeDockerClient) ImageRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) ImageRemoveReturnsOnCall(i int, result1 []image.DeleteResponse, result2 error)
func (*FakeDockerClient) ImageSave ¶
func (fake *FakeDockerClient) ImageSave(arg1 context.Context, arg2 []string, arg3 ...client.ImageSaveOption) (io.ReadCloser, error)
func (*FakeDockerClient) ImageSaveArgsForCall ¶
func (fake *FakeDockerClient) ImageSaveArgsForCall(i int) (context.Context, []string, []client.ImageSaveOption)
func (*FakeDockerClient) ImageSaveCallCount ¶
func (fake *FakeDockerClient) ImageSaveCallCount() int
func (*FakeDockerClient) ImageSaveCalls ¶
func (fake *FakeDockerClient) ImageSaveCalls(stub func(context.Context, []string, ...client.ImageSaveOption) (io.ReadCloser, error))
func (*FakeDockerClient) ImageSaveReturns ¶
func (fake *FakeDockerClient) ImageSaveReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageSaveReturnsOnCall ¶
func (fake *FakeDockerClient) ImageSaveReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ImageSearch ¶
func (fake *FakeDockerClient) ImageSearch(arg1 context.Context, arg2 string, arg3 registry.SearchOptions) ([]registry.SearchResult, error)
func (*FakeDockerClient) ImageSearchArgsForCall ¶
func (fake *FakeDockerClient) ImageSearchArgsForCall(i int) (context.Context, string, registry.SearchOptions)
func (*FakeDockerClient) ImageSearchCallCount ¶
func (fake *FakeDockerClient) ImageSearchCallCount() int
func (*FakeDockerClient) ImageSearchCalls ¶
func (fake *FakeDockerClient) ImageSearchCalls(stub func(context.Context, string, registry.SearchOptions) ([]registry.SearchResult, error))
func (*FakeDockerClient) ImageSearchReturns ¶
func (fake *FakeDockerClient) ImageSearchReturns(result1 []registry.SearchResult, result2 error)
func (*FakeDockerClient) ImageSearchReturnsOnCall ¶
func (fake *FakeDockerClient) ImageSearchReturnsOnCall(i int, result1 []registry.SearchResult, result2 error)
func (*FakeDockerClient) ImageTagArgsForCall ¶
func (*FakeDockerClient) ImageTagCallCount ¶
func (fake *FakeDockerClient) ImageTagCallCount() int
func (*FakeDockerClient) ImageTagCalls ¶
func (*FakeDockerClient) ImageTagReturns ¶
func (fake *FakeDockerClient) ImageTagReturns(result1 error)
func (*FakeDockerClient) ImageTagReturnsOnCall ¶
func (fake *FakeDockerClient) ImageTagReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ImagesPrune ¶
func (fake *FakeDockerClient) ImagesPrune(arg1 context.Context, arg2 filters.Args) (image.PruneReport, error)
func (*FakeDockerClient) ImagesPruneArgsForCall ¶
func (*FakeDockerClient) ImagesPruneCallCount ¶
func (fake *FakeDockerClient) ImagesPruneCallCount() int
func (*FakeDockerClient) ImagesPruneCalls ¶
func (fake *FakeDockerClient) ImagesPruneCalls(stub func(context.Context, filters.Args) (image.PruneReport, error))
func (*FakeDockerClient) ImagesPruneReturns ¶
func (fake *FakeDockerClient) ImagesPruneReturns(result1 image.PruneReport, result2 error)
func (*FakeDockerClient) ImagesPruneReturnsOnCall ¶
func (fake *FakeDockerClient) ImagesPruneReturnsOnCall(i int, result1 image.PruneReport, result2 error)
func (*FakeDockerClient) InfoArgsForCall ¶
func (fake *FakeDockerClient) InfoArgsForCall(i int) context.Context
func (*FakeDockerClient) InfoCallCount ¶
func (fake *FakeDockerClient) InfoCallCount() int
func (*FakeDockerClient) InfoReturns ¶
func (fake *FakeDockerClient) InfoReturns(result1 system.Info, result2 error)
func (*FakeDockerClient) InfoReturnsOnCall ¶
func (fake *FakeDockerClient) InfoReturnsOnCall(i int, result1 system.Info, result2 error)
func (*FakeDockerClient) Invocations ¶
func (fake *FakeDockerClient) Invocations() map[string][][]interface{}
func (*FakeDockerClient) NegotiateAPIVersion ¶
func (fake *FakeDockerClient) NegotiateAPIVersion(arg1 context.Context)
func (*FakeDockerClient) NegotiateAPIVersionArgsForCall ¶
func (fake *FakeDockerClient) NegotiateAPIVersionArgsForCall(i int) context.Context
func (*FakeDockerClient) NegotiateAPIVersionCallCount ¶
func (fake *FakeDockerClient) NegotiateAPIVersionCallCount() int
func (*FakeDockerClient) NegotiateAPIVersionCalls ¶
func (fake *FakeDockerClient) NegotiateAPIVersionCalls(stub func(context.Context))
func (*FakeDockerClient) NegotiateAPIVersionPing ¶
func (fake *FakeDockerClient) NegotiateAPIVersionPing(arg1 types.Ping)
func (*FakeDockerClient) NegotiateAPIVersionPingArgsForCall ¶
func (fake *FakeDockerClient) NegotiateAPIVersionPingArgsForCall(i int) types.Ping
func (*FakeDockerClient) NegotiateAPIVersionPingCallCount ¶
func (fake *FakeDockerClient) NegotiateAPIVersionPingCallCount() int
func (*FakeDockerClient) NegotiateAPIVersionPingCalls ¶
func (fake *FakeDockerClient) NegotiateAPIVersionPingCalls(stub func(types.Ping))
func (*FakeDockerClient) NetworkConnect ¶
func (fake *FakeDockerClient) NetworkConnect(arg1 context.Context, arg2 string, arg3 string, arg4 *network.EndpointSettings) error
func (*FakeDockerClient) NetworkConnectArgsForCall ¶
func (fake *FakeDockerClient) NetworkConnectArgsForCall(i int) (context.Context, string, string, *network.EndpointSettings)
func (*FakeDockerClient) NetworkConnectCallCount ¶
func (fake *FakeDockerClient) NetworkConnectCallCount() int
func (*FakeDockerClient) NetworkConnectCalls ¶
func (fake *FakeDockerClient) NetworkConnectCalls(stub func(context.Context, string, string, *network.EndpointSettings) error)
func (*FakeDockerClient) NetworkConnectReturns ¶
func (fake *FakeDockerClient) NetworkConnectReturns(result1 error)
func (*FakeDockerClient) NetworkConnectReturnsOnCall ¶
func (fake *FakeDockerClient) NetworkConnectReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) NetworkCreate ¶
func (fake *FakeDockerClient) NetworkCreate(arg1 context.Context, arg2 string, arg3 network.CreateOptions) (network.CreateResponse, error)
func (*FakeDockerClient) NetworkCreateArgsForCall ¶
func (fake *FakeDockerClient) NetworkCreateArgsForCall(i int) (context.Context, string, network.CreateOptions)
func (*FakeDockerClient) NetworkCreateCallCount ¶
func (fake *FakeDockerClient) NetworkCreateCallCount() int
func (*FakeDockerClient) NetworkCreateCalls ¶
func (fake *FakeDockerClient) NetworkCreateCalls(stub func(context.Context, string, network.CreateOptions) (network.CreateResponse, error))
func (*FakeDockerClient) NetworkCreateReturns ¶
func (fake *FakeDockerClient) NetworkCreateReturns(result1 network.CreateResponse, result2 error)
func (*FakeDockerClient) NetworkCreateReturnsOnCall ¶
func (fake *FakeDockerClient) NetworkCreateReturnsOnCall(i int, result1 network.CreateResponse, result2 error)
func (*FakeDockerClient) NetworkDisconnect ¶
func (*FakeDockerClient) NetworkDisconnectArgsForCall ¶
func (*FakeDockerClient) NetworkDisconnectCallCount ¶
func (fake *FakeDockerClient) NetworkDisconnectCallCount() int
func (*FakeDockerClient) NetworkDisconnectCalls ¶
func (*FakeDockerClient) NetworkDisconnectReturns ¶
func (fake *FakeDockerClient) NetworkDisconnectReturns(result1 error)
func (*FakeDockerClient) NetworkDisconnectReturnsOnCall ¶
func (fake *FakeDockerClient) NetworkDisconnectReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) NetworkInspect ¶
func (fake *FakeDockerClient) NetworkInspect(arg1 context.Context, arg2 string, arg3 network.InspectOptions) (network.Inspect, error)
func (*FakeDockerClient) NetworkInspectArgsForCall ¶
func (fake *FakeDockerClient) NetworkInspectArgsForCall(i int) (context.Context, string, network.InspectOptions)
func (*FakeDockerClient) NetworkInspectCallCount ¶
func (fake *FakeDockerClient) NetworkInspectCallCount() int
func (*FakeDockerClient) NetworkInspectCalls ¶
func (fake *FakeDockerClient) NetworkInspectCalls(stub func(context.Context, string, network.InspectOptions) (network.Inspect, error))
func (*FakeDockerClient) NetworkInspectReturns ¶
func (fake *FakeDockerClient) NetworkInspectReturns(result1 network.Inspect, result2 error)
func (*FakeDockerClient) NetworkInspectReturnsOnCall ¶
func (fake *FakeDockerClient) NetworkInspectReturnsOnCall(i int, result1 network.Inspect, result2 error)
func (*FakeDockerClient) NetworkInspectWithRaw ¶
func (fake *FakeDockerClient) NetworkInspectWithRaw(arg1 context.Context, arg2 string, arg3 network.InspectOptions) (network.Inspect, []byte, error)
func (*FakeDockerClient) NetworkInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) NetworkInspectWithRawArgsForCall(i int) (context.Context, string, network.InspectOptions)
func (*FakeDockerClient) NetworkInspectWithRawCallCount ¶
func (fake *FakeDockerClient) NetworkInspectWithRawCallCount() int
func (*FakeDockerClient) NetworkInspectWithRawCalls ¶
func (fake *FakeDockerClient) NetworkInspectWithRawCalls(stub func(context.Context, string, network.InspectOptions) (network.Inspect, []byte, error))
func (*FakeDockerClient) NetworkInspectWithRawReturns ¶
func (fake *FakeDockerClient) NetworkInspectWithRawReturns(result1 network.Inspect, result2 []byte, result3 error)
func (*FakeDockerClient) NetworkInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) NetworkList ¶
func (fake *FakeDockerClient) NetworkList(arg1 context.Context, arg2 network.ListOptions) ([]network.Summary, error)
func (*FakeDockerClient) NetworkListArgsForCall ¶
func (fake *FakeDockerClient) NetworkListArgsForCall(i int) (context.Context, network.ListOptions)
func (*FakeDockerClient) NetworkListCallCount ¶
func (fake *FakeDockerClient) NetworkListCallCount() int
func (*FakeDockerClient) NetworkListCalls ¶
func (fake *FakeDockerClient) NetworkListCalls(stub func(context.Context, network.ListOptions) ([]network.Summary, error))
func (*FakeDockerClient) NetworkListReturns ¶
func (fake *FakeDockerClient) NetworkListReturns(result1 []network.Summary, result2 error)
func (*FakeDockerClient) NetworkListReturnsOnCall ¶
func (fake *FakeDockerClient) NetworkListReturnsOnCall(i int, result1 []network.Summary, result2 error)
func (*FakeDockerClient) NetworkRemove ¶
func (fake *FakeDockerClient) NetworkRemove(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) NetworkRemoveArgsForCall ¶
func (fake *FakeDockerClient) NetworkRemoveArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) NetworkRemoveCallCount ¶
func (fake *FakeDockerClient) NetworkRemoveCallCount() int
func (*FakeDockerClient) NetworkRemoveCalls ¶
func (fake *FakeDockerClient) NetworkRemoveCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) NetworkRemoveReturns ¶
func (fake *FakeDockerClient) NetworkRemoveReturns(result1 error)
func (*FakeDockerClient) NetworkRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) NetworkRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) NetworksPrune ¶
func (fake *FakeDockerClient) NetworksPrune(arg1 context.Context, arg2 filters.Args) (network.PruneReport, error)
func (*FakeDockerClient) NetworksPruneArgsForCall ¶
func (*FakeDockerClient) NetworksPruneCallCount ¶
func (fake *FakeDockerClient) NetworksPruneCallCount() int
func (*FakeDockerClient) NetworksPruneCalls ¶
func (fake *FakeDockerClient) NetworksPruneCalls(stub func(context.Context, filters.Args) (network.PruneReport, error))
func (*FakeDockerClient) NetworksPruneReturns ¶
func (fake *FakeDockerClient) NetworksPruneReturns(result1 network.PruneReport, result2 error)
func (*FakeDockerClient) NetworksPruneReturnsOnCall ¶
func (fake *FakeDockerClient) NetworksPruneReturnsOnCall(i int, result1 network.PruneReport, result2 error)
func (*FakeDockerClient) NodeInspectWithRaw ¶
func (*FakeDockerClient) NodeInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) NodeInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) NodeInspectWithRawCallCount ¶
func (fake *FakeDockerClient) NodeInspectWithRawCallCount() int
func (*FakeDockerClient) NodeInspectWithRawCalls ¶
func (*FakeDockerClient) NodeInspectWithRawReturns ¶
func (fake *FakeDockerClient) NodeInspectWithRawReturns(result1 swarm.Node, result2 []byte, result3 error)
func (*FakeDockerClient) NodeInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) NodeList ¶
func (fake *FakeDockerClient) NodeList(arg1 context.Context, arg2 types.NodeListOptions) ([]swarm.Node, error)
func (*FakeDockerClient) NodeListArgsForCall ¶
func (fake *FakeDockerClient) NodeListArgsForCall(i int) (context.Context, types.NodeListOptions)
func (*FakeDockerClient) NodeListCallCount ¶
func (fake *FakeDockerClient) NodeListCallCount() int
func (*FakeDockerClient) NodeListCalls ¶
func (fake *FakeDockerClient) NodeListCalls(stub func(context.Context, types.NodeListOptions) ([]swarm.Node, error))
func (*FakeDockerClient) NodeListReturns ¶
func (fake *FakeDockerClient) NodeListReturns(result1 []swarm.Node, result2 error)
func (*FakeDockerClient) NodeListReturnsOnCall ¶
func (fake *FakeDockerClient) NodeListReturnsOnCall(i int, result1 []swarm.Node, result2 error)
func (*FakeDockerClient) NodeRemove ¶
func (fake *FakeDockerClient) NodeRemove(arg1 context.Context, arg2 string, arg3 types.NodeRemoveOptions) error
func (*FakeDockerClient) NodeRemoveArgsForCall ¶
func (fake *FakeDockerClient) NodeRemoveArgsForCall(i int) (context.Context, string, types.NodeRemoveOptions)
func (*FakeDockerClient) NodeRemoveCallCount ¶
func (fake *FakeDockerClient) NodeRemoveCallCount() int
func (*FakeDockerClient) NodeRemoveCalls ¶
func (fake *FakeDockerClient) NodeRemoveCalls(stub func(context.Context, string, types.NodeRemoveOptions) error)
func (*FakeDockerClient) NodeRemoveReturns ¶
func (fake *FakeDockerClient) NodeRemoveReturns(result1 error)
func (*FakeDockerClient) NodeRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) NodeRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) NodeUpdate ¶
func (*FakeDockerClient) NodeUpdateArgsForCall ¶
func (*FakeDockerClient) NodeUpdateCallCount ¶
func (fake *FakeDockerClient) NodeUpdateCallCount() int
func (*FakeDockerClient) NodeUpdateCalls ¶
func (*FakeDockerClient) NodeUpdateReturns ¶
func (fake *FakeDockerClient) NodeUpdateReturns(result1 error)
func (*FakeDockerClient) NodeUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) NodeUpdateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) PingArgsForCall ¶
func (fake *FakeDockerClient) PingArgsForCall(i int) context.Context
func (*FakeDockerClient) PingCallCount ¶
func (fake *FakeDockerClient) PingCallCount() int
func (*FakeDockerClient) PingReturns ¶
func (fake *FakeDockerClient) PingReturns(result1 types.Ping, result2 error)
func (*FakeDockerClient) PingReturnsOnCall ¶
func (fake *FakeDockerClient) PingReturnsOnCall(i int, result1 types.Ping, result2 error)
func (*FakeDockerClient) PluginCreate ¶
func (fake *FakeDockerClient) PluginCreate(arg1 context.Context, arg2 io.Reader, arg3 types.PluginCreateOptions) error
func (*FakeDockerClient) PluginCreateArgsForCall ¶
func (fake *FakeDockerClient) PluginCreateArgsForCall(i int) (context.Context, io.Reader, types.PluginCreateOptions)
func (*FakeDockerClient) PluginCreateCallCount ¶
func (fake *FakeDockerClient) PluginCreateCallCount() int
func (*FakeDockerClient) PluginCreateCalls ¶
func (fake *FakeDockerClient) PluginCreateCalls(stub func(context.Context, io.Reader, types.PluginCreateOptions) error)
func (*FakeDockerClient) PluginCreateReturns ¶
func (fake *FakeDockerClient) PluginCreateReturns(result1 error)
func (*FakeDockerClient) PluginCreateReturnsOnCall ¶
func (fake *FakeDockerClient) PluginCreateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) PluginDisable ¶
func (fake *FakeDockerClient) PluginDisable(arg1 context.Context, arg2 string, arg3 types.PluginDisableOptions) error
func (*FakeDockerClient) PluginDisableArgsForCall ¶
func (fake *FakeDockerClient) PluginDisableArgsForCall(i int) (context.Context, string, types.PluginDisableOptions)
func (*FakeDockerClient) PluginDisableCallCount ¶
func (fake *FakeDockerClient) PluginDisableCallCount() int
func (*FakeDockerClient) PluginDisableCalls ¶
func (fake *FakeDockerClient) PluginDisableCalls(stub func(context.Context, string, types.PluginDisableOptions) error)
func (*FakeDockerClient) PluginDisableReturns ¶
func (fake *FakeDockerClient) PluginDisableReturns(result1 error)
func (*FakeDockerClient) PluginDisableReturnsOnCall ¶
func (fake *FakeDockerClient) PluginDisableReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) PluginEnable ¶
func (fake *FakeDockerClient) PluginEnable(arg1 context.Context, arg2 string, arg3 types.PluginEnableOptions) error
func (*FakeDockerClient) PluginEnableArgsForCall ¶
func (fake *FakeDockerClient) PluginEnableArgsForCall(i int) (context.Context, string, types.PluginEnableOptions)
func (*FakeDockerClient) PluginEnableCallCount ¶
func (fake *FakeDockerClient) PluginEnableCallCount() int
func (*FakeDockerClient) PluginEnableCalls ¶
func (fake *FakeDockerClient) PluginEnableCalls(stub func(context.Context, string, types.PluginEnableOptions) error)
func (*FakeDockerClient) PluginEnableReturns ¶
func (fake *FakeDockerClient) PluginEnableReturns(result1 error)
func (*FakeDockerClient) PluginEnableReturnsOnCall ¶
func (fake *FakeDockerClient) PluginEnableReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) PluginInspectWithRaw ¶
func (*FakeDockerClient) PluginInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) PluginInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) PluginInspectWithRawCallCount ¶
func (fake *FakeDockerClient) PluginInspectWithRawCallCount() int
func (*FakeDockerClient) PluginInspectWithRawCalls ¶
func (*FakeDockerClient) PluginInspectWithRawReturns ¶
func (fake *FakeDockerClient) PluginInspectWithRawReturns(result1 *types.Plugin, result2 []byte, result3 error)
func (*FakeDockerClient) PluginInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) PluginInstall ¶
func (fake *FakeDockerClient) PluginInstall(arg1 context.Context, arg2 string, arg3 types.PluginInstallOptions) (io.ReadCloser, error)
func (*FakeDockerClient) PluginInstallArgsForCall ¶
func (fake *FakeDockerClient) PluginInstallArgsForCall(i int) (context.Context, string, types.PluginInstallOptions)
func (*FakeDockerClient) PluginInstallCallCount ¶
func (fake *FakeDockerClient) PluginInstallCallCount() int
func (*FakeDockerClient) PluginInstallCalls ¶
func (fake *FakeDockerClient) PluginInstallCalls(stub func(context.Context, string, types.PluginInstallOptions) (io.ReadCloser, error))
func (*FakeDockerClient) PluginInstallReturns ¶
func (fake *FakeDockerClient) PluginInstallReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) PluginInstallReturnsOnCall ¶
func (fake *FakeDockerClient) PluginInstallReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) PluginList ¶
func (fake *FakeDockerClient) PluginList(arg1 context.Context, arg2 filters.Args) (types.PluginsListResponse, error)
func (*FakeDockerClient) PluginListArgsForCall ¶
func (*FakeDockerClient) PluginListCallCount ¶
func (fake *FakeDockerClient) PluginListCallCount() int
func (*FakeDockerClient) PluginListCalls ¶
func (fake *FakeDockerClient) PluginListCalls(stub func(context.Context, filters.Args) (types.PluginsListResponse, error))
func (*FakeDockerClient) PluginListReturns ¶
func (fake *FakeDockerClient) PluginListReturns(result1 types.PluginsListResponse, result2 error)
func (*FakeDockerClient) PluginListReturnsOnCall ¶
func (fake *FakeDockerClient) PluginListReturnsOnCall(i int, result1 types.PluginsListResponse, result2 error)
func (*FakeDockerClient) PluginPush ¶
func (fake *FakeDockerClient) PluginPush(arg1 context.Context, arg2 string, arg3 string) (io.ReadCloser, error)
func (*FakeDockerClient) PluginPushArgsForCall ¶
func (*FakeDockerClient) PluginPushCallCount ¶
func (fake *FakeDockerClient) PluginPushCallCount() int
func (*FakeDockerClient) PluginPushCalls ¶
func (fake *FakeDockerClient) PluginPushCalls(stub func(context.Context, string, string) (io.ReadCloser, error))
func (*FakeDockerClient) PluginPushReturns ¶
func (fake *FakeDockerClient) PluginPushReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) PluginPushReturnsOnCall ¶
func (fake *FakeDockerClient) PluginPushReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) PluginRemove ¶
func (fake *FakeDockerClient) PluginRemove(arg1 context.Context, arg2 string, arg3 types.PluginRemoveOptions) error
func (*FakeDockerClient) PluginRemoveArgsForCall ¶
func (fake *FakeDockerClient) PluginRemoveArgsForCall(i int) (context.Context, string, types.PluginRemoveOptions)
func (*FakeDockerClient) PluginRemoveCallCount ¶
func (fake *FakeDockerClient) PluginRemoveCallCount() int
func (*FakeDockerClient) PluginRemoveCalls ¶
func (fake *FakeDockerClient) PluginRemoveCalls(stub func(context.Context, string, types.PluginRemoveOptions) error)
func (*FakeDockerClient) PluginRemoveReturns ¶
func (fake *FakeDockerClient) PluginRemoveReturns(result1 error)
func (*FakeDockerClient) PluginRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) PluginRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) PluginSetArgsForCall ¶
func (*FakeDockerClient) PluginSetCallCount ¶
func (fake *FakeDockerClient) PluginSetCallCount() int
func (*FakeDockerClient) PluginSetCalls ¶
func (*FakeDockerClient) PluginSetReturns ¶
func (fake *FakeDockerClient) PluginSetReturns(result1 error)
func (*FakeDockerClient) PluginSetReturnsOnCall ¶
func (fake *FakeDockerClient) PluginSetReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) PluginUpgrade ¶
func (fake *FakeDockerClient) PluginUpgrade(arg1 context.Context, arg2 string, arg3 types.PluginInstallOptions) (io.ReadCloser, error)
func (*FakeDockerClient) PluginUpgradeArgsForCall ¶
func (fake *FakeDockerClient) PluginUpgradeArgsForCall(i int) (context.Context, string, types.PluginInstallOptions)
func (*FakeDockerClient) PluginUpgradeCallCount ¶
func (fake *FakeDockerClient) PluginUpgradeCallCount() int
func (*FakeDockerClient) PluginUpgradeCalls ¶
func (fake *FakeDockerClient) PluginUpgradeCalls(stub func(context.Context, string, types.PluginInstallOptions) (io.ReadCloser, error))
func (*FakeDockerClient) PluginUpgradeReturns ¶
func (fake *FakeDockerClient) PluginUpgradeReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) PluginUpgradeReturnsOnCall ¶
func (fake *FakeDockerClient) PluginUpgradeReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) RegistryLogin ¶
func (fake *FakeDockerClient) RegistryLogin(arg1 context.Context, arg2 registry.AuthConfig) (registry.AuthenticateOKBody, error)
func (*FakeDockerClient) RegistryLoginArgsForCall ¶
func (fake *FakeDockerClient) RegistryLoginArgsForCall(i int) (context.Context, registry.AuthConfig)
func (*FakeDockerClient) RegistryLoginCallCount ¶
func (fake *FakeDockerClient) RegistryLoginCallCount() int
func (*FakeDockerClient) RegistryLoginCalls ¶
func (fake *FakeDockerClient) RegistryLoginCalls(stub func(context.Context, registry.AuthConfig) (registry.AuthenticateOKBody, error))
func (*FakeDockerClient) RegistryLoginReturns ¶
func (fake *FakeDockerClient) RegistryLoginReturns(result1 registry.AuthenticateOKBody, result2 error)
func (*FakeDockerClient) RegistryLoginReturnsOnCall ¶
func (fake *FakeDockerClient) RegistryLoginReturnsOnCall(i int, result1 registry.AuthenticateOKBody, result2 error)
func (*FakeDockerClient) SecretCreate ¶
func (fake *FakeDockerClient) SecretCreate(arg1 context.Context, arg2 swarm.SecretSpec) (types.SecretCreateResponse, error)
func (*FakeDockerClient) SecretCreateArgsForCall ¶
func (fake *FakeDockerClient) SecretCreateArgsForCall(i int) (context.Context, swarm.SecretSpec)
func (*FakeDockerClient) SecretCreateCallCount ¶
func (fake *FakeDockerClient) SecretCreateCallCount() int
func (*FakeDockerClient) SecretCreateCalls ¶
func (fake *FakeDockerClient) SecretCreateCalls(stub func(context.Context, swarm.SecretSpec) (types.SecretCreateResponse, error))
func (*FakeDockerClient) SecretCreateReturns ¶
func (fake *FakeDockerClient) SecretCreateReturns(result1 types.SecretCreateResponse, result2 error)
func (*FakeDockerClient) SecretCreateReturnsOnCall ¶
func (fake *FakeDockerClient) SecretCreateReturnsOnCall(i int, result1 types.SecretCreateResponse, result2 error)
func (*FakeDockerClient) SecretInspectWithRaw ¶
func (*FakeDockerClient) SecretInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) SecretInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) SecretInspectWithRawCallCount ¶
func (fake *FakeDockerClient) SecretInspectWithRawCallCount() int
func (*FakeDockerClient) SecretInspectWithRawCalls ¶
func (*FakeDockerClient) SecretInspectWithRawReturns ¶
func (fake *FakeDockerClient) SecretInspectWithRawReturns(result1 swarm.Secret, result2 []byte, result3 error)
func (*FakeDockerClient) SecretInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) SecretList ¶
func (fake *FakeDockerClient) SecretList(arg1 context.Context, arg2 types.SecretListOptions) ([]swarm.Secret, error)
func (*FakeDockerClient) SecretListArgsForCall ¶
func (fake *FakeDockerClient) SecretListArgsForCall(i int) (context.Context, types.SecretListOptions)
func (*FakeDockerClient) SecretListCallCount ¶
func (fake *FakeDockerClient) SecretListCallCount() int
func (*FakeDockerClient) SecretListCalls ¶
func (fake *FakeDockerClient) SecretListCalls(stub func(context.Context, types.SecretListOptions) ([]swarm.Secret, error))
func (*FakeDockerClient) SecretListReturns ¶
func (fake *FakeDockerClient) SecretListReturns(result1 []swarm.Secret, result2 error)
func (*FakeDockerClient) SecretListReturnsOnCall ¶
func (fake *FakeDockerClient) SecretListReturnsOnCall(i int, result1 []swarm.Secret, result2 error)
func (*FakeDockerClient) SecretRemove ¶
func (fake *FakeDockerClient) SecretRemove(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) SecretRemoveArgsForCall ¶
func (fake *FakeDockerClient) SecretRemoveArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) SecretRemoveCallCount ¶
func (fake *FakeDockerClient) SecretRemoveCallCount() int
func (*FakeDockerClient) SecretRemoveCalls ¶
func (fake *FakeDockerClient) SecretRemoveCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) SecretRemoveReturns ¶
func (fake *FakeDockerClient) SecretRemoveReturns(result1 error)
func (*FakeDockerClient) SecretRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) SecretRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) SecretUpdate ¶
func (fake *FakeDockerClient) SecretUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.SecretSpec) error
func (*FakeDockerClient) SecretUpdateArgsForCall ¶
func (fake *FakeDockerClient) SecretUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.SecretSpec)
func (*FakeDockerClient) SecretUpdateCallCount ¶
func (fake *FakeDockerClient) SecretUpdateCallCount() int
func (*FakeDockerClient) SecretUpdateCalls ¶
func (fake *FakeDockerClient) SecretUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.SecretSpec) error)
func (*FakeDockerClient) SecretUpdateReturns ¶
func (fake *FakeDockerClient) SecretUpdateReturns(result1 error)
func (*FakeDockerClient) SecretUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) SecretUpdateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ServerVersion ¶
func (*FakeDockerClient) ServerVersionArgsForCall ¶
func (fake *FakeDockerClient) ServerVersionArgsForCall(i int) context.Context
func (*FakeDockerClient) ServerVersionCallCount ¶
func (fake *FakeDockerClient) ServerVersionCallCount() int
func (*FakeDockerClient) ServerVersionCalls ¶
func (*FakeDockerClient) ServerVersionReturns ¶
func (fake *FakeDockerClient) ServerVersionReturns(result1 types.Version, result2 error)
func (*FakeDockerClient) ServerVersionReturnsOnCall ¶
func (fake *FakeDockerClient) ServerVersionReturnsOnCall(i int, result1 types.Version, result2 error)
func (*FakeDockerClient) ServiceCreate ¶
func (fake *FakeDockerClient) ServiceCreate(arg1 context.Context, arg2 swarm.ServiceSpec, arg3 types.ServiceCreateOptions) (swarm.ServiceCreateResponse, error)
func (*FakeDockerClient) ServiceCreateArgsForCall ¶
func (fake *FakeDockerClient) ServiceCreateArgsForCall(i int) (context.Context, swarm.ServiceSpec, types.ServiceCreateOptions)
func (*FakeDockerClient) ServiceCreateCallCount ¶
func (fake *FakeDockerClient) ServiceCreateCallCount() int
func (*FakeDockerClient) ServiceCreateCalls ¶
func (fake *FakeDockerClient) ServiceCreateCalls(stub func(context.Context, swarm.ServiceSpec, types.ServiceCreateOptions) (swarm.ServiceCreateResponse, error))
func (*FakeDockerClient) ServiceCreateReturns ¶
func (fake *FakeDockerClient) ServiceCreateReturns(result1 swarm.ServiceCreateResponse, result2 error)
func (*FakeDockerClient) ServiceCreateReturnsOnCall ¶
func (fake *FakeDockerClient) ServiceCreateReturnsOnCall(i int, result1 swarm.ServiceCreateResponse, result2 error)
func (*FakeDockerClient) ServiceInspectWithRaw ¶
func (fake *FakeDockerClient) ServiceInspectWithRaw(arg1 context.Context, arg2 string, arg3 types.ServiceInspectOptions) (swarm.Service, []byte, error)
func (*FakeDockerClient) ServiceInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) ServiceInspectWithRawArgsForCall(i int) (context.Context, string, types.ServiceInspectOptions)
func (*FakeDockerClient) ServiceInspectWithRawCallCount ¶
func (fake *FakeDockerClient) ServiceInspectWithRawCallCount() int
func (*FakeDockerClient) ServiceInspectWithRawCalls ¶
func (fake *FakeDockerClient) ServiceInspectWithRawCalls(stub func(context.Context, string, types.ServiceInspectOptions) (swarm.Service, []byte, error))
func (*FakeDockerClient) ServiceInspectWithRawReturns ¶
func (fake *FakeDockerClient) ServiceInspectWithRawReturns(result1 swarm.Service, result2 []byte, result3 error)
func (*FakeDockerClient) ServiceInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) ServiceList ¶
func (fake *FakeDockerClient) ServiceList(arg1 context.Context, arg2 types.ServiceListOptions) ([]swarm.Service, error)
func (*FakeDockerClient) ServiceListArgsForCall ¶
func (fake *FakeDockerClient) ServiceListArgsForCall(i int) (context.Context, types.ServiceListOptions)
func (*FakeDockerClient) ServiceListCallCount ¶
func (fake *FakeDockerClient) ServiceListCallCount() int
func (*FakeDockerClient) ServiceListCalls ¶
func (fake *FakeDockerClient) ServiceListCalls(stub func(context.Context, types.ServiceListOptions) ([]swarm.Service, error))
func (*FakeDockerClient) ServiceListReturns ¶
func (fake *FakeDockerClient) ServiceListReturns(result1 []swarm.Service, result2 error)
func (*FakeDockerClient) ServiceListReturnsOnCall ¶
func (fake *FakeDockerClient) ServiceListReturnsOnCall(i int, result1 []swarm.Service, result2 error)
func (*FakeDockerClient) ServiceLogs ¶
func (fake *FakeDockerClient) ServiceLogs(arg1 context.Context, arg2 string, arg3 container.LogsOptions) (io.ReadCloser, error)
func (*FakeDockerClient) ServiceLogsArgsForCall ¶
func (fake *FakeDockerClient) ServiceLogsArgsForCall(i int) (context.Context, string, container.LogsOptions)
func (*FakeDockerClient) ServiceLogsCallCount ¶
func (fake *FakeDockerClient) ServiceLogsCallCount() int
func (*FakeDockerClient) ServiceLogsCalls ¶
func (fake *FakeDockerClient) ServiceLogsCalls(stub func(context.Context, string, container.LogsOptions) (io.ReadCloser, error))
func (*FakeDockerClient) ServiceLogsReturns ¶
func (fake *FakeDockerClient) ServiceLogsReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ServiceLogsReturnsOnCall ¶
func (fake *FakeDockerClient) ServiceLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) ServiceRemove ¶
func (fake *FakeDockerClient) ServiceRemove(arg1 context.Context, arg2 string) error
func (*FakeDockerClient) ServiceRemoveArgsForCall ¶
func (fake *FakeDockerClient) ServiceRemoveArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) ServiceRemoveCallCount ¶
func (fake *FakeDockerClient) ServiceRemoveCallCount() int
func (*FakeDockerClient) ServiceRemoveCalls ¶
func (fake *FakeDockerClient) ServiceRemoveCalls(stub func(context.Context, string) error)
func (*FakeDockerClient) ServiceRemoveReturns ¶
func (fake *FakeDockerClient) ServiceRemoveReturns(result1 error)
func (*FakeDockerClient) ServiceRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) ServiceRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) ServiceUpdate ¶
func (fake *FakeDockerClient) ServiceUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.ServiceSpec, arg5 types.ServiceUpdateOptions) (swarm.ServiceUpdateResponse, error)
func (*FakeDockerClient) ServiceUpdateArgsForCall ¶
func (fake *FakeDockerClient) ServiceUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.ServiceSpec, types.ServiceUpdateOptions)
func (*FakeDockerClient) ServiceUpdateCallCount ¶
func (fake *FakeDockerClient) ServiceUpdateCallCount() int
func (*FakeDockerClient) ServiceUpdateCalls ¶
func (fake *FakeDockerClient) ServiceUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.ServiceSpec, types.ServiceUpdateOptions) (swarm.ServiceUpdateResponse, error))
func (*FakeDockerClient) ServiceUpdateReturns ¶
func (fake *FakeDockerClient) ServiceUpdateReturns(result1 swarm.ServiceUpdateResponse, result2 error)
func (*FakeDockerClient) ServiceUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) ServiceUpdateReturnsOnCall(i int, result1 swarm.ServiceUpdateResponse, result2 error)
func (*FakeDockerClient) SwarmGetUnlockKey ¶
func (fake *FakeDockerClient) SwarmGetUnlockKey(arg1 context.Context) (types.SwarmUnlockKeyResponse, error)
func (*FakeDockerClient) SwarmGetUnlockKeyArgsForCall ¶
func (fake *FakeDockerClient) SwarmGetUnlockKeyArgsForCall(i int) context.Context
func (*FakeDockerClient) SwarmGetUnlockKeyCallCount ¶
func (fake *FakeDockerClient) SwarmGetUnlockKeyCallCount() int
func (*FakeDockerClient) SwarmGetUnlockKeyCalls ¶
func (fake *FakeDockerClient) SwarmGetUnlockKeyCalls(stub func(context.Context) (types.SwarmUnlockKeyResponse, error))
func (*FakeDockerClient) SwarmGetUnlockKeyReturns ¶
func (fake *FakeDockerClient) SwarmGetUnlockKeyReturns(result1 types.SwarmUnlockKeyResponse, result2 error)
func (*FakeDockerClient) SwarmGetUnlockKeyReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmGetUnlockKeyReturnsOnCall(i int, result1 types.SwarmUnlockKeyResponse, result2 error)
func (*FakeDockerClient) SwarmInit ¶
func (fake *FakeDockerClient) SwarmInit(arg1 context.Context, arg2 swarm.InitRequest) (string, error)
func (*FakeDockerClient) SwarmInitArgsForCall ¶
func (fake *FakeDockerClient) SwarmInitArgsForCall(i int) (context.Context, swarm.InitRequest)
func (*FakeDockerClient) SwarmInitCallCount ¶
func (fake *FakeDockerClient) SwarmInitCallCount() int
func (*FakeDockerClient) SwarmInitCalls ¶
func (fake *FakeDockerClient) SwarmInitCalls(stub func(context.Context, swarm.InitRequest) (string, error))
func (*FakeDockerClient) SwarmInitReturns ¶
func (fake *FakeDockerClient) SwarmInitReturns(result1 string, result2 error)
func (*FakeDockerClient) SwarmInitReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmInitReturnsOnCall(i int, result1 string, result2 error)
func (*FakeDockerClient) SwarmInspect ¶
func (*FakeDockerClient) SwarmInspectArgsForCall ¶
func (fake *FakeDockerClient) SwarmInspectArgsForCall(i int) context.Context
func (*FakeDockerClient) SwarmInspectCallCount ¶
func (fake *FakeDockerClient) SwarmInspectCallCount() int
func (*FakeDockerClient) SwarmInspectCalls ¶
func (*FakeDockerClient) SwarmInspectReturns ¶
func (fake *FakeDockerClient) SwarmInspectReturns(result1 swarm.Swarm, result2 error)
func (*FakeDockerClient) SwarmInspectReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmInspectReturnsOnCall(i int, result1 swarm.Swarm, result2 error)
func (*FakeDockerClient) SwarmJoin ¶
func (fake *FakeDockerClient) SwarmJoin(arg1 context.Context, arg2 swarm.JoinRequest) error
func (*FakeDockerClient) SwarmJoinArgsForCall ¶
func (fake *FakeDockerClient) SwarmJoinArgsForCall(i int) (context.Context, swarm.JoinRequest)
func (*FakeDockerClient) SwarmJoinCallCount ¶
func (fake *FakeDockerClient) SwarmJoinCallCount() int
func (*FakeDockerClient) SwarmJoinCalls ¶
func (fake *FakeDockerClient) SwarmJoinCalls(stub func(context.Context, swarm.JoinRequest) error)
func (*FakeDockerClient) SwarmJoinReturns ¶
func (fake *FakeDockerClient) SwarmJoinReturns(result1 error)
func (*FakeDockerClient) SwarmJoinReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmJoinReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) SwarmLeave ¶
func (fake *FakeDockerClient) SwarmLeave(arg1 context.Context, arg2 bool) error
func (*FakeDockerClient) SwarmLeaveArgsForCall ¶
func (fake *FakeDockerClient) SwarmLeaveArgsForCall(i int) (context.Context, bool)
func (*FakeDockerClient) SwarmLeaveCallCount ¶
func (fake *FakeDockerClient) SwarmLeaveCallCount() int
func (*FakeDockerClient) SwarmLeaveCalls ¶
func (fake *FakeDockerClient) SwarmLeaveCalls(stub func(context.Context, bool) error)
func (*FakeDockerClient) SwarmLeaveReturns ¶
func (fake *FakeDockerClient) SwarmLeaveReturns(result1 error)
func (*FakeDockerClient) SwarmLeaveReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmLeaveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) SwarmUnlock ¶
func (fake *FakeDockerClient) SwarmUnlock(arg1 context.Context, arg2 swarm.UnlockRequest) error
func (*FakeDockerClient) SwarmUnlockArgsForCall ¶
func (fake *FakeDockerClient) SwarmUnlockArgsForCall(i int) (context.Context, swarm.UnlockRequest)
func (*FakeDockerClient) SwarmUnlockCallCount ¶
func (fake *FakeDockerClient) SwarmUnlockCallCount() int
func (*FakeDockerClient) SwarmUnlockCalls ¶
func (fake *FakeDockerClient) SwarmUnlockCalls(stub func(context.Context, swarm.UnlockRequest) error)
func (*FakeDockerClient) SwarmUnlockReturns ¶
func (fake *FakeDockerClient) SwarmUnlockReturns(result1 error)
func (*FakeDockerClient) SwarmUnlockReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmUnlockReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) SwarmUpdate ¶
func (fake *FakeDockerClient) SwarmUpdate(arg1 context.Context, arg2 swarm.Version, arg3 swarm.Spec, arg4 swarm.UpdateFlags) error
func (*FakeDockerClient) SwarmUpdateArgsForCall ¶
func (fake *FakeDockerClient) SwarmUpdateArgsForCall(i int) (context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags)
func (*FakeDockerClient) SwarmUpdateCallCount ¶
func (fake *FakeDockerClient) SwarmUpdateCallCount() int
func (*FakeDockerClient) SwarmUpdateCalls ¶
func (fake *FakeDockerClient) SwarmUpdateCalls(stub func(context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags) error)
func (*FakeDockerClient) SwarmUpdateReturns ¶
func (fake *FakeDockerClient) SwarmUpdateReturns(result1 error)
func (*FakeDockerClient) SwarmUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) SwarmUpdateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) TaskInspectWithRaw ¶
func (*FakeDockerClient) TaskInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) TaskInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) TaskInspectWithRawCallCount ¶
func (fake *FakeDockerClient) TaskInspectWithRawCallCount() int
func (*FakeDockerClient) TaskInspectWithRawCalls ¶
func (*FakeDockerClient) TaskInspectWithRawReturns ¶
func (fake *FakeDockerClient) TaskInspectWithRawReturns(result1 swarm.Task, result2 []byte, result3 error)
func (*FakeDockerClient) TaskInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) TaskList ¶
func (fake *FakeDockerClient) TaskList(arg1 context.Context, arg2 types.TaskListOptions) ([]swarm.Task, error)
func (*FakeDockerClient) TaskListArgsForCall ¶
func (fake *FakeDockerClient) TaskListArgsForCall(i int) (context.Context, types.TaskListOptions)
func (*FakeDockerClient) TaskListCallCount ¶
func (fake *FakeDockerClient) TaskListCallCount() int
func (*FakeDockerClient) TaskListCalls ¶
func (fake *FakeDockerClient) TaskListCalls(stub func(context.Context, types.TaskListOptions) ([]swarm.Task, error))
func (*FakeDockerClient) TaskListReturns ¶
func (fake *FakeDockerClient) TaskListReturns(result1 []swarm.Task, result2 error)
func (*FakeDockerClient) TaskListReturnsOnCall ¶
func (fake *FakeDockerClient) TaskListReturnsOnCall(i int, result1 []swarm.Task, result2 error)
func (*FakeDockerClient) TaskLogs ¶
func (fake *FakeDockerClient) TaskLogs(arg1 context.Context, arg2 string, arg3 container.LogsOptions) (io.ReadCloser, error)
func (*FakeDockerClient) TaskLogsArgsForCall ¶
func (fake *FakeDockerClient) TaskLogsArgsForCall(i int) (context.Context, string, container.LogsOptions)
func (*FakeDockerClient) TaskLogsCallCount ¶
func (fake *FakeDockerClient) TaskLogsCallCount() int
func (*FakeDockerClient) TaskLogsCalls ¶
func (fake *FakeDockerClient) TaskLogsCalls(stub func(context.Context, string, container.LogsOptions) (io.ReadCloser, error))
func (*FakeDockerClient) TaskLogsReturns ¶
func (fake *FakeDockerClient) TaskLogsReturns(result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) TaskLogsReturnsOnCall ¶
func (fake *FakeDockerClient) TaskLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeDockerClient) VolumeCreate ¶
func (fake *FakeDockerClient) VolumeCreate(arg1 context.Context, arg2 volume.CreateOptions) (volume.Volume, error)
func (*FakeDockerClient) VolumeCreateArgsForCall ¶
func (fake *FakeDockerClient) VolumeCreateArgsForCall(i int) (context.Context, volume.CreateOptions)
func (*FakeDockerClient) VolumeCreateCallCount ¶
func (fake *FakeDockerClient) VolumeCreateCallCount() int
func (*FakeDockerClient) VolumeCreateCalls ¶
func (fake *FakeDockerClient) VolumeCreateCalls(stub func(context.Context, volume.CreateOptions) (volume.Volume, error))
func (*FakeDockerClient) VolumeCreateReturns ¶
func (fake *FakeDockerClient) VolumeCreateReturns(result1 volume.Volume, result2 error)
func (*FakeDockerClient) VolumeCreateReturnsOnCall ¶
func (fake *FakeDockerClient) VolumeCreateReturnsOnCall(i int, result1 volume.Volume, result2 error)
func (*FakeDockerClient) VolumeInspect ¶
func (*FakeDockerClient) VolumeInspectArgsForCall ¶
func (fake *FakeDockerClient) VolumeInspectArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) VolumeInspectCallCount ¶
func (fake *FakeDockerClient) VolumeInspectCallCount() int
func (*FakeDockerClient) VolumeInspectCalls ¶
func (*FakeDockerClient) VolumeInspectReturns ¶
func (fake *FakeDockerClient) VolumeInspectReturns(result1 volume.Volume, result2 error)
func (*FakeDockerClient) VolumeInspectReturnsOnCall ¶
func (fake *FakeDockerClient) VolumeInspectReturnsOnCall(i int, result1 volume.Volume, result2 error)
func (*FakeDockerClient) VolumeInspectWithRaw ¶
func (*FakeDockerClient) VolumeInspectWithRawArgsForCall ¶
func (fake *FakeDockerClient) VolumeInspectWithRawArgsForCall(i int) (context.Context, string)
func (*FakeDockerClient) VolumeInspectWithRawCallCount ¶
func (fake *FakeDockerClient) VolumeInspectWithRawCallCount() int
func (*FakeDockerClient) VolumeInspectWithRawCalls ¶
func (*FakeDockerClient) VolumeInspectWithRawReturns ¶
func (fake *FakeDockerClient) VolumeInspectWithRawReturns(result1 volume.Volume, result2 []byte, result3 error)
func (*FakeDockerClient) VolumeInspectWithRawReturnsOnCall ¶
func (*FakeDockerClient) VolumeList ¶
func (fake *FakeDockerClient) VolumeList(arg1 context.Context, arg2 volume.ListOptions) (volume.ListResponse, error)
func (*FakeDockerClient) VolumeListArgsForCall ¶
func (fake *FakeDockerClient) VolumeListArgsForCall(i int) (context.Context, volume.ListOptions)
func (*FakeDockerClient) VolumeListCallCount ¶
func (fake *FakeDockerClient) VolumeListCallCount() int
func (*FakeDockerClient) VolumeListCalls ¶
func (fake *FakeDockerClient) VolumeListCalls(stub func(context.Context, volume.ListOptions) (volume.ListResponse, error))
func (*FakeDockerClient) VolumeListReturns ¶
func (fake *FakeDockerClient) VolumeListReturns(result1 volume.ListResponse, result2 error)
func (*FakeDockerClient) VolumeListReturnsOnCall ¶
func (fake *FakeDockerClient) VolumeListReturnsOnCall(i int, result1 volume.ListResponse, result2 error)
func (*FakeDockerClient) VolumeRemove ¶
func (*FakeDockerClient) VolumeRemoveArgsForCall ¶
func (*FakeDockerClient) VolumeRemoveCallCount ¶
func (fake *FakeDockerClient) VolumeRemoveCallCount() int
func (*FakeDockerClient) VolumeRemoveCalls ¶
func (*FakeDockerClient) VolumeRemoveReturns ¶
func (fake *FakeDockerClient) VolumeRemoveReturns(result1 error)
func (*FakeDockerClient) VolumeRemoveReturnsOnCall ¶
func (fake *FakeDockerClient) VolumeRemoveReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) VolumeUpdate ¶
func (fake *FakeDockerClient) VolumeUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 volume.UpdateOptions) error
func (*FakeDockerClient) VolumeUpdateArgsForCall ¶
func (fake *FakeDockerClient) VolumeUpdateArgsForCall(i int) (context.Context, string, swarm.Version, volume.UpdateOptions)
func (*FakeDockerClient) VolumeUpdateCallCount ¶
func (fake *FakeDockerClient) VolumeUpdateCallCount() int
func (*FakeDockerClient) VolumeUpdateCalls ¶
func (fake *FakeDockerClient) VolumeUpdateCalls(stub func(context.Context, string, swarm.Version, volume.UpdateOptions) error)
func (*FakeDockerClient) VolumeUpdateReturns ¶
func (fake *FakeDockerClient) VolumeUpdateReturns(result1 error)
func (*FakeDockerClient) VolumeUpdateReturnsOnCall ¶
func (fake *FakeDockerClient) VolumeUpdateReturnsOnCall(i int, result1 error)
func (*FakeDockerClient) VolumesPrune ¶
func (fake *FakeDockerClient) VolumesPrune(arg1 context.Context, arg2 filters.Args) (volume.PruneReport, error)
func (*FakeDockerClient) VolumesPruneArgsForCall ¶
func (*FakeDockerClient) VolumesPruneCallCount ¶
func (fake *FakeDockerClient) VolumesPruneCallCount() int
func (*FakeDockerClient) VolumesPruneCalls ¶
func (fake *FakeDockerClient) VolumesPruneCalls(stub func(context.Context, filters.Args) (volume.PruneReport, error))
func (*FakeDockerClient) VolumesPruneReturns ¶
func (fake *FakeDockerClient) VolumesPruneReturns(result1 volume.PruneReport, result2 error)
func (*FakeDockerClient) VolumesPruneReturnsOnCall ¶
func (fake *FakeDockerClient) VolumesPruneReturnsOnCall(i int, result1 volume.PruneReport, result2 error)
Click to show internal directories.
Click to hide internal directories.