fakes

package
v0.1.53 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCommonAPIClient

type FakeCommonAPIClient struct {
	BuildCachePruneStub func(context.Context, types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)

	BuildCancelStub func(context.Context, string) 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) (types.IDResponse, 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, types.ExecStartCheck) (types.HijackedResponse, error)

	ContainerExecCreateStub func(context.Context, string, types.ExecConfig) (types.IDResponse, error)

	ContainerExecInspectStub func(context.Context, string) (types.ContainerExecInspect, error)

	ContainerExecResizeStub func(context.Context, string, types.ResizeOptions) error

	ContainerExecStartStub func(context.Context, string, types.ExecStartCheck) error

	ContainerExportStub func(context.Context, string) (io.ReadCloser, error)

	ContainerInspectStub func(context.Context, string) (types.ContainerJSON, error)

	ContainerInspectWithRawStub func(context.Context, string, bool) (types.ContainerJSON, []byte, error)

	ContainerKillStub func(context.Context, string, string) error

	ContainerListStub func(context.Context, types.ContainerListOptions) ([]types.Container, error)

	ContainerLogsStub func(context.Context, string, types.ContainerLogsOptions) (io.ReadCloser, error)

	ContainerPauseStub func(context.Context, string) error

	ContainerRemoveStub func(context.Context, string, types.ContainerRemoveOptions) error

	ContainerRenameStub func(context.Context, string, string) error

	ContainerResizeStub func(context.Context, string, types.ResizeOptions) error

	ContainerRestartStub func(context.Context, string, container.StopOptions) error

	ContainerStartStub func(context.Context, string, types.ContainerStartOptions) error

	ContainerStatPathStub func(context.Context, string, string) (types.ContainerPathStat, error)

	ContainerStatsStub func(context.Context, string, bool) (types.ContainerStats, error)

	ContainerStatsOneShotStub func(context.Context, string) (types.ContainerStats, error)

	ContainerStopStub func(context.Context, string, container.StopOptions) error

	ContainerTopStub func(context.Context, string, []string) (container.ContainerTopOKBody, error)

	ContainerUnpauseStub func(context.Context, string) error

	ContainerUpdateStub func(context.Context, string, container.UpdateConfig) (container.ContainerUpdateOKBody, error)

	ContainerWaitStub func(context.Context, string, container.WaitCondition) (<-chan container.WaitResponse, <-chan error)

	ContainersPruneStub func(context.Context, filters.Args) (types.ContainersPruneReport, error)

	CopyFromContainerStub func(context.Context, string, string) (io.ReadCloser, types.ContainerPathStat, error)

	CopyToContainerStub func(context.Context, string, string, io.Reader, types.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, types.EventsOptions) (<-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, types.ImageCreateOptions) (io.ReadCloser, error)

	ImageHistoryStub func(context.Context, string) ([]image.HistoryResponseItem, error)

	ImageImportStub func(context.Context, types.ImageImportSource, string, types.ImageImportOptions) (io.ReadCloser, error)

	ImageInspectWithRawStub func(context.Context, string) (types.ImageInspect, []byte, error)

	ImageListStub func(context.Context, types.ImageListOptions) ([]types.ImageSummary, error)

	ImageLoadStub func(context.Context, io.Reader, bool) (types.ImageLoadResponse, error)

	ImagePullStub func(context.Context, string, types.ImagePullOptions) (io.ReadCloser, error)

	ImagePushStub func(context.Context, string, types.ImagePushOptions) (io.ReadCloser, error)

	ImageRemoveStub func(context.Context, string, types.ImageRemoveOptions) ([]types.ImageDeleteResponseItem, error)

	ImageSaveStub func(context.Context, []string) (io.ReadCloser, error)

	ImageSearchStub func(context.Context, string, types.ImageSearchOptions) ([]registry.SearchResult, error)

	ImageTagStub func(context.Context, string, string) error

	ImagesPruneStub func(context.Context, filters.Args) (types.ImagesPruneReport, error)

	InfoStub func(context.Context) (types.Info, error)

	NegotiateAPIVersionStub func(context.Context)

	NegotiateAPIVersionPingStub func(types.Ping)

	NetworkConnectStub func(context.Context, string, string, *network.EndpointSettings) error

	NetworkCreateStub func(context.Context, string, types.NetworkCreate) (types.NetworkCreateResponse, error)

	NetworkDisconnectStub func(context.Context, string, string, bool) error

	NetworkInspectStub func(context.Context, string, types.NetworkInspectOptions) (types.NetworkResource, error)

	NetworkInspectWithRawStub func(context.Context, string, types.NetworkInspectOptions) (types.NetworkResource, []byte, error)

	NetworkListStub func(context.Context, types.NetworkListOptions) ([]types.NetworkResource, error)

	NetworkRemoveStub func(context.Context, string) error

	NetworksPruneStub func(context.Context, filters.Args) (types.NetworksPruneReport, 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) (types.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, types.ContainerLogsOptions) (io.ReadCloser, error)

	ServiceRemoveStub func(context.Context, string) error

	ServiceUpdateStub func(context.Context, string, swarm.Version, swarm.ServiceSpec, types.ServiceUpdateOptions) (types.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, types.ContainerLogsOptions) (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) (types.VolumesPruneReport, error)
	// contains filtered or unexported fields
}

func (*FakeCommonAPIClient) BuildCachePrune

func (*FakeCommonAPIClient) BuildCachePruneArgsForCall

func (fake *FakeCommonAPIClient) BuildCachePruneArgsForCall(i int) (context.Context, types.BuildCachePruneOptions)

func (*FakeCommonAPIClient) BuildCachePruneCallCount

func (fake *FakeCommonAPIClient) BuildCachePruneCallCount() int

func (*FakeCommonAPIClient) BuildCachePruneCalls

func (*FakeCommonAPIClient) BuildCachePruneReturns

func (fake *FakeCommonAPIClient) BuildCachePruneReturns(result1 *types.BuildCachePruneReport, result2 error)

func (*FakeCommonAPIClient) BuildCachePruneReturnsOnCall

func (fake *FakeCommonAPIClient) BuildCachePruneReturnsOnCall(i int, result1 *types.BuildCachePruneReport, result2 error)

func (*FakeCommonAPIClient) BuildCancel

func (fake *FakeCommonAPIClient) BuildCancel(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) BuildCancelArgsForCall

func (fake *FakeCommonAPIClient) BuildCancelArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) BuildCancelCallCount

func (fake *FakeCommonAPIClient) BuildCancelCallCount() int

func (*FakeCommonAPIClient) BuildCancelCalls

func (fake *FakeCommonAPIClient) BuildCancelCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) BuildCancelReturns

func (fake *FakeCommonAPIClient) BuildCancelReturns(result1 error)

func (*FakeCommonAPIClient) BuildCancelReturnsOnCall

func (fake *FakeCommonAPIClient) BuildCancelReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ClientVersion

func (fake *FakeCommonAPIClient) ClientVersion() string

func (*FakeCommonAPIClient) ClientVersionCallCount

func (fake *FakeCommonAPIClient) ClientVersionCallCount() int

func (*FakeCommonAPIClient) ClientVersionCalls

func (fake *FakeCommonAPIClient) ClientVersionCalls(stub func() string)

func (*FakeCommonAPIClient) ClientVersionReturns

func (fake *FakeCommonAPIClient) ClientVersionReturns(result1 string)

func (*FakeCommonAPIClient) ClientVersionReturnsOnCall

func (fake *FakeCommonAPIClient) ClientVersionReturnsOnCall(i int, result1 string)

func (*FakeCommonAPIClient) Close

func (fake *FakeCommonAPIClient) Close() error

func (*FakeCommonAPIClient) CloseCallCount

func (fake *FakeCommonAPIClient) CloseCallCount() int

func (*FakeCommonAPIClient) CloseCalls

func (fake *FakeCommonAPIClient) CloseCalls(stub func() error)

func (*FakeCommonAPIClient) CloseReturns

func (fake *FakeCommonAPIClient) CloseReturns(result1 error)

func (*FakeCommonAPIClient) CloseReturnsOnCall

func (fake *FakeCommonAPIClient) CloseReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ConfigCreate

func (*FakeCommonAPIClient) ConfigCreateArgsForCall

func (fake *FakeCommonAPIClient) ConfigCreateArgsForCall(i int) (context.Context, swarm.ConfigSpec)

func (*FakeCommonAPIClient) ConfigCreateCallCount

func (fake *FakeCommonAPIClient) ConfigCreateCallCount() int

func (*FakeCommonAPIClient) ConfigCreateCalls

func (fake *FakeCommonAPIClient) ConfigCreateCalls(stub func(context.Context, swarm.ConfigSpec) (types.ConfigCreateResponse, error))

func (*FakeCommonAPIClient) ConfigCreateReturns

func (fake *FakeCommonAPIClient) ConfigCreateReturns(result1 types.ConfigCreateResponse, result2 error)

func (*FakeCommonAPIClient) ConfigCreateReturnsOnCall

func (fake *FakeCommonAPIClient) ConfigCreateReturnsOnCall(i int, result1 types.ConfigCreateResponse, result2 error)

func (*FakeCommonAPIClient) ConfigInspectWithRaw

func (fake *FakeCommonAPIClient) ConfigInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Config, []byte, error)

func (*FakeCommonAPIClient) ConfigInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) ConfigInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ConfigInspectWithRawCallCount

func (fake *FakeCommonAPIClient) ConfigInspectWithRawCallCount() int

func (*FakeCommonAPIClient) ConfigInspectWithRawCalls

func (fake *FakeCommonAPIClient) ConfigInspectWithRawCalls(stub func(context.Context, string) (swarm.Config, []byte, error))

func (*FakeCommonAPIClient) ConfigInspectWithRawReturns

func (fake *FakeCommonAPIClient) ConfigInspectWithRawReturns(result1 swarm.Config, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ConfigInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) ConfigInspectWithRawReturnsOnCall(i int, result1 swarm.Config, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ConfigList

func (fake *FakeCommonAPIClient) ConfigList(arg1 context.Context, arg2 types.ConfigListOptions) ([]swarm.Config, error)

func (*FakeCommonAPIClient) ConfigListArgsForCall

func (fake *FakeCommonAPIClient) ConfigListArgsForCall(i int) (context.Context, types.ConfigListOptions)

func (*FakeCommonAPIClient) ConfigListCallCount

func (fake *FakeCommonAPIClient) ConfigListCallCount() int

func (*FakeCommonAPIClient) ConfigListCalls

func (fake *FakeCommonAPIClient) ConfigListCalls(stub func(context.Context, types.ConfigListOptions) ([]swarm.Config, error))

func (*FakeCommonAPIClient) ConfigListReturns

func (fake *FakeCommonAPIClient) ConfigListReturns(result1 []swarm.Config, result2 error)

func (*FakeCommonAPIClient) ConfigListReturnsOnCall

func (fake *FakeCommonAPIClient) ConfigListReturnsOnCall(i int, result1 []swarm.Config, result2 error)

func (*FakeCommonAPIClient) ConfigRemove

func (fake *FakeCommonAPIClient) ConfigRemove(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) ConfigRemoveArgsForCall

func (fake *FakeCommonAPIClient) ConfigRemoveArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ConfigRemoveCallCount

func (fake *FakeCommonAPIClient) ConfigRemoveCallCount() int

func (*FakeCommonAPIClient) ConfigRemoveCalls

func (fake *FakeCommonAPIClient) ConfigRemoveCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) ConfigRemoveReturns

func (fake *FakeCommonAPIClient) ConfigRemoveReturns(result1 error)

func (*FakeCommonAPIClient) ConfigRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) ConfigRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ConfigUpdate

func (fake *FakeCommonAPIClient) ConfigUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.ConfigSpec) error

func (*FakeCommonAPIClient) ConfigUpdateArgsForCall

func (fake *FakeCommonAPIClient) ConfigUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.ConfigSpec)

func (*FakeCommonAPIClient) ConfigUpdateCallCount

func (fake *FakeCommonAPIClient) ConfigUpdateCallCount() int

func (*FakeCommonAPIClient) ConfigUpdateCalls

func (fake *FakeCommonAPIClient) ConfigUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.ConfigSpec) error)

func (*FakeCommonAPIClient) ConfigUpdateReturns

func (fake *FakeCommonAPIClient) ConfigUpdateReturns(result1 error)

func (*FakeCommonAPIClient) ConfigUpdateReturnsOnCall

func (fake *FakeCommonAPIClient) ConfigUpdateReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerAttach

func (fake *FakeCommonAPIClient) ContainerAttach(arg1 context.Context, arg2 string, arg3 container.AttachOptions) (types.HijackedResponse, error)

func (*FakeCommonAPIClient) ContainerAttachArgsForCall

func (fake *FakeCommonAPIClient) ContainerAttachArgsForCall(i int) (context.Context, string, container.AttachOptions)

func (*FakeCommonAPIClient) ContainerAttachCallCount

func (fake *FakeCommonAPIClient) ContainerAttachCallCount() int

func (*FakeCommonAPIClient) ContainerAttachCalls

func (fake *FakeCommonAPIClient) ContainerAttachCalls(stub func(context.Context, string, container.AttachOptions) (types.HijackedResponse, error))

func (*FakeCommonAPIClient) ContainerAttachReturns

func (fake *FakeCommonAPIClient) ContainerAttachReturns(result1 types.HijackedResponse, result2 error)

func (*FakeCommonAPIClient) ContainerAttachReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerAttachReturnsOnCall(i int, result1 types.HijackedResponse, result2 error)

func (*FakeCommonAPIClient) ContainerCommit

func (fake *FakeCommonAPIClient) ContainerCommit(arg1 context.Context, arg2 string, arg3 container.CommitOptions) (types.IDResponse, error)

func (*FakeCommonAPIClient) ContainerCommitArgsForCall

func (fake *FakeCommonAPIClient) ContainerCommitArgsForCall(i int) (context.Context, string, container.CommitOptions)

func (*FakeCommonAPIClient) ContainerCommitCallCount

func (fake *FakeCommonAPIClient) ContainerCommitCallCount() int

func (*FakeCommonAPIClient) ContainerCommitCalls

func (fake *FakeCommonAPIClient) ContainerCommitCalls(stub func(context.Context, string, container.CommitOptions) (types.IDResponse, error))

func (*FakeCommonAPIClient) ContainerCommitReturns

func (fake *FakeCommonAPIClient) ContainerCommitReturns(result1 types.IDResponse, result2 error)

func (*FakeCommonAPIClient) ContainerCommitReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerCommitReturnsOnCall(i int, result1 types.IDResponse, result2 error)

func (*FakeCommonAPIClient) ContainerCreate

func (*FakeCommonAPIClient) ContainerCreateArgsForCall

func (*FakeCommonAPIClient) ContainerCreateCallCount

func (fake *FakeCommonAPIClient) ContainerCreateCallCount() int

func (*FakeCommonAPIClient) ContainerCreateCalls

func (*FakeCommonAPIClient) ContainerCreateReturns

func (fake *FakeCommonAPIClient) ContainerCreateReturns(result1 container.CreateResponse, result2 error)

func (*FakeCommonAPIClient) ContainerCreateReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerCreateReturnsOnCall(i int, result1 container.CreateResponse, result2 error)

func (*FakeCommonAPIClient) ContainerDiff

func (fake *FakeCommonAPIClient) ContainerDiff(arg1 context.Context, arg2 string) ([]container.FilesystemChange, error)

func (*FakeCommonAPIClient) ContainerDiffArgsForCall

func (fake *FakeCommonAPIClient) ContainerDiffArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerDiffCallCount

func (fake *FakeCommonAPIClient) ContainerDiffCallCount() int

func (*FakeCommonAPIClient) ContainerDiffCalls

func (fake *FakeCommonAPIClient) ContainerDiffCalls(stub func(context.Context, string) ([]container.FilesystemChange, error))

func (*FakeCommonAPIClient) ContainerDiffReturns

func (fake *FakeCommonAPIClient) ContainerDiffReturns(result1 []container.FilesystemChange, result2 error)

func (*FakeCommonAPIClient) ContainerDiffReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerDiffReturnsOnCall(i int, result1 []container.FilesystemChange, result2 error)

func (*FakeCommonAPIClient) ContainerExecAttach

func (fake *FakeCommonAPIClient) ContainerExecAttach(arg1 context.Context, arg2 string, arg3 types.ExecStartCheck) (types.HijackedResponse, error)

func (*FakeCommonAPIClient) ContainerExecAttachArgsForCall

func (fake *FakeCommonAPIClient) ContainerExecAttachArgsForCall(i int) (context.Context, string, types.ExecStartCheck)

func (*FakeCommonAPIClient) ContainerExecAttachCallCount

func (fake *FakeCommonAPIClient) ContainerExecAttachCallCount() int

func (*FakeCommonAPIClient) ContainerExecAttachCalls

func (fake *FakeCommonAPIClient) ContainerExecAttachCalls(stub func(context.Context, string, types.ExecStartCheck) (types.HijackedResponse, error))

func (*FakeCommonAPIClient) ContainerExecAttachReturns

func (fake *FakeCommonAPIClient) ContainerExecAttachReturns(result1 types.HijackedResponse, result2 error)

func (*FakeCommonAPIClient) ContainerExecAttachReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerExecAttachReturnsOnCall(i int, result1 types.HijackedResponse, result2 error)

func (*FakeCommonAPIClient) ContainerExecCreate

func (fake *FakeCommonAPIClient) ContainerExecCreate(arg1 context.Context, arg2 string, arg3 types.ExecConfig) (types.IDResponse, error)

func (*FakeCommonAPIClient) ContainerExecCreateArgsForCall

func (fake *FakeCommonAPIClient) ContainerExecCreateArgsForCall(i int) (context.Context, string, types.ExecConfig)

func (*FakeCommonAPIClient) ContainerExecCreateCallCount

func (fake *FakeCommonAPIClient) ContainerExecCreateCallCount() int

func (*FakeCommonAPIClient) ContainerExecCreateCalls

func (fake *FakeCommonAPIClient) ContainerExecCreateCalls(stub func(context.Context, string, types.ExecConfig) (types.IDResponse, error))

func (*FakeCommonAPIClient) ContainerExecCreateReturns

func (fake *FakeCommonAPIClient) ContainerExecCreateReturns(result1 types.IDResponse, result2 error)

func (*FakeCommonAPIClient) ContainerExecCreateReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerExecCreateReturnsOnCall(i int, result1 types.IDResponse, result2 error)

func (*FakeCommonAPIClient) ContainerExecInspect

func (fake *FakeCommonAPIClient) ContainerExecInspect(arg1 context.Context, arg2 string) (types.ContainerExecInspect, error)

func (*FakeCommonAPIClient) ContainerExecInspectArgsForCall

func (fake *FakeCommonAPIClient) ContainerExecInspectArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerExecInspectCallCount

func (fake *FakeCommonAPIClient) ContainerExecInspectCallCount() int

func (*FakeCommonAPIClient) ContainerExecInspectCalls

func (fake *FakeCommonAPIClient) ContainerExecInspectCalls(stub func(context.Context, string) (types.ContainerExecInspect, error))

func (*FakeCommonAPIClient) ContainerExecInspectReturns

func (fake *FakeCommonAPIClient) ContainerExecInspectReturns(result1 types.ContainerExecInspect, result2 error)

func (*FakeCommonAPIClient) ContainerExecInspectReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerExecInspectReturnsOnCall(i int, result1 types.ContainerExecInspect, result2 error)

func (*FakeCommonAPIClient) ContainerExecResize

func (fake *FakeCommonAPIClient) ContainerExecResize(arg1 context.Context, arg2 string, arg3 types.ResizeOptions) error

func (*FakeCommonAPIClient) ContainerExecResizeArgsForCall

func (fake *FakeCommonAPIClient) ContainerExecResizeArgsForCall(i int) (context.Context, string, types.ResizeOptions)

func (*FakeCommonAPIClient) ContainerExecResizeCallCount

func (fake *FakeCommonAPIClient) ContainerExecResizeCallCount() int

func (*FakeCommonAPIClient) ContainerExecResizeCalls

func (fake *FakeCommonAPIClient) ContainerExecResizeCalls(stub func(context.Context, string, types.ResizeOptions) error)

func (*FakeCommonAPIClient) ContainerExecResizeReturns

func (fake *FakeCommonAPIClient) ContainerExecResizeReturns(result1 error)

func (*FakeCommonAPIClient) ContainerExecResizeReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerExecResizeReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerExecStart

func (fake *FakeCommonAPIClient) ContainerExecStart(arg1 context.Context, arg2 string, arg3 types.ExecStartCheck) error

func (*FakeCommonAPIClient) ContainerExecStartArgsForCall

func (fake *FakeCommonAPIClient) ContainerExecStartArgsForCall(i int) (context.Context, string, types.ExecStartCheck)

func (*FakeCommonAPIClient) ContainerExecStartCallCount

func (fake *FakeCommonAPIClient) ContainerExecStartCallCount() int

func (*FakeCommonAPIClient) ContainerExecStartCalls

func (fake *FakeCommonAPIClient) ContainerExecStartCalls(stub func(context.Context, string, types.ExecStartCheck) error)

func (*FakeCommonAPIClient) ContainerExecStartReturns

func (fake *FakeCommonAPIClient) ContainerExecStartReturns(result1 error)

func (*FakeCommonAPIClient) ContainerExecStartReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerExecStartReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerExport

func (fake *FakeCommonAPIClient) ContainerExport(arg1 context.Context, arg2 string) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ContainerExportArgsForCall

func (fake *FakeCommonAPIClient) ContainerExportArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerExportCallCount

func (fake *FakeCommonAPIClient) ContainerExportCallCount() int

func (*FakeCommonAPIClient) ContainerExportCalls

func (fake *FakeCommonAPIClient) ContainerExportCalls(stub func(context.Context, string) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ContainerExportReturns

func (fake *FakeCommonAPIClient) ContainerExportReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ContainerExportReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerExportReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ContainerInspect

func (fake *FakeCommonAPIClient) ContainerInspect(arg1 context.Context, arg2 string) (types.ContainerJSON, error)

func (*FakeCommonAPIClient) ContainerInspectArgsForCall

func (fake *FakeCommonAPIClient) ContainerInspectArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerInspectCallCount

func (fake *FakeCommonAPIClient) ContainerInspectCallCount() int

func (*FakeCommonAPIClient) ContainerInspectCalls

func (fake *FakeCommonAPIClient) ContainerInspectCalls(stub func(context.Context, string) (types.ContainerJSON, error))

func (*FakeCommonAPIClient) ContainerInspectReturns

func (fake *FakeCommonAPIClient) ContainerInspectReturns(result1 types.ContainerJSON, result2 error)

func (*FakeCommonAPIClient) ContainerInspectReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerInspectReturnsOnCall(i int, result1 types.ContainerJSON, result2 error)

func (*FakeCommonAPIClient) ContainerInspectWithRaw

func (fake *FakeCommonAPIClient) ContainerInspectWithRaw(arg1 context.Context, arg2 string, arg3 bool) (types.ContainerJSON, []byte, error)

func (*FakeCommonAPIClient) ContainerInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) ContainerInspectWithRawArgsForCall(i int) (context.Context, string, bool)

func (*FakeCommonAPIClient) ContainerInspectWithRawCallCount

func (fake *FakeCommonAPIClient) ContainerInspectWithRawCallCount() int

func (*FakeCommonAPIClient) ContainerInspectWithRawCalls

func (fake *FakeCommonAPIClient) ContainerInspectWithRawCalls(stub func(context.Context, string, bool) (types.ContainerJSON, []byte, error))

func (*FakeCommonAPIClient) ContainerInspectWithRawReturns

func (fake *FakeCommonAPIClient) ContainerInspectWithRawReturns(result1 types.ContainerJSON, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ContainerInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerInspectWithRawReturnsOnCall(i int, result1 types.ContainerJSON, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ContainerKill

func (fake *FakeCommonAPIClient) ContainerKill(arg1 context.Context, arg2 string, arg3 string) error

func (*FakeCommonAPIClient) ContainerKillArgsForCall

func (fake *FakeCommonAPIClient) ContainerKillArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) ContainerKillCallCount

func (fake *FakeCommonAPIClient) ContainerKillCallCount() int

func (*FakeCommonAPIClient) ContainerKillCalls

func (fake *FakeCommonAPIClient) ContainerKillCalls(stub func(context.Context, string, string) error)

func (*FakeCommonAPIClient) ContainerKillReturns

func (fake *FakeCommonAPIClient) ContainerKillReturns(result1 error)

func (*FakeCommonAPIClient) ContainerKillReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerKillReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerList

func (fake *FakeCommonAPIClient) ContainerList(arg1 context.Context, arg2 types.ContainerListOptions) ([]types.Container, error)

func (*FakeCommonAPIClient) ContainerListArgsForCall

func (fake *FakeCommonAPIClient) ContainerListArgsForCall(i int) (context.Context, types.ContainerListOptions)

func (*FakeCommonAPIClient) ContainerListCallCount

func (fake *FakeCommonAPIClient) ContainerListCallCount() int

func (*FakeCommonAPIClient) ContainerListCalls

func (fake *FakeCommonAPIClient) ContainerListCalls(stub func(context.Context, types.ContainerListOptions) ([]types.Container, error))

func (*FakeCommonAPIClient) ContainerListReturns

func (fake *FakeCommonAPIClient) ContainerListReturns(result1 []types.Container, result2 error)

func (*FakeCommonAPIClient) ContainerListReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerListReturnsOnCall(i int, result1 []types.Container, result2 error)

func (*FakeCommonAPIClient) ContainerLogs

func (fake *FakeCommonAPIClient) ContainerLogs(arg1 context.Context, arg2 string, arg3 types.ContainerLogsOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ContainerLogsArgsForCall

func (fake *FakeCommonAPIClient) ContainerLogsArgsForCall(i int) (context.Context, string, types.ContainerLogsOptions)

func (*FakeCommonAPIClient) ContainerLogsCallCount

func (fake *FakeCommonAPIClient) ContainerLogsCallCount() int

func (*FakeCommonAPIClient) ContainerLogsCalls

func (fake *FakeCommonAPIClient) ContainerLogsCalls(stub func(context.Context, string, types.ContainerLogsOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ContainerLogsReturns

func (fake *FakeCommonAPIClient) ContainerLogsReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ContainerLogsReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ContainerPause

func (fake *FakeCommonAPIClient) ContainerPause(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) ContainerPauseArgsForCall

func (fake *FakeCommonAPIClient) ContainerPauseArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerPauseCallCount

func (fake *FakeCommonAPIClient) ContainerPauseCallCount() int

func (*FakeCommonAPIClient) ContainerPauseCalls

func (fake *FakeCommonAPIClient) ContainerPauseCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) ContainerPauseReturns

func (fake *FakeCommonAPIClient) ContainerPauseReturns(result1 error)

func (*FakeCommonAPIClient) ContainerPauseReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerPauseReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerRemove

func (fake *FakeCommonAPIClient) ContainerRemove(arg1 context.Context, arg2 string, arg3 types.ContainerRemoveOptions) error

func (*FakeCommonAPIClient) ContainerRemoveArgsForCall

func (fake *FakeCommonAPIClient) ContainerRemoveArgsForCall(i int) (context.Context, string, types.ContainerRemoveOptions)

func (*FakeCommonAPIClient) ContainerRemoveCallCount

func (fake *FakeCommonAPIClient) ContainerRemoveCallCount() int

func (*FakeCommonAPIClient) ContainerRemoveCalls

func (fake *FakeCommonAPIClient) ContainerRemoveCalls(stub func(context.Context, string, types.ContainerRemoveOptions) error)

func (*FakeCommonAPIClient) ContainerRemoveReturns

func (fake *FakeCommonAPIClient) ContainerRemoveReturns(result1 error)

func (*FakeCommonAPIClient) ContainerRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerRename

func (fake *FakeCommonAPIClient) ContainerRename(arg1 context.Context, arg2 string, arg3 string) error

func (*FakeCommonAPIClient) ContainerRenameArgsForCall

func (fake *FakeCommonAPIClient) ContainerRenameArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) ContainerRenameCallCount

func (fake *FakeCommonAPIClient) ContainerRenameCallCount() int

func (*FakeCommonAPIClient) ContainerRenameCalls

func (fake *FakeCommonAPIClient) ContainerRenameCalls(stub func(context.Context, string, string) error)

func (*FakeCommonAPIClient) ContainerRenameReturns

func (fake *FakeCommonAPIClient) ContainerRenameReturns(result1 error)

func (*FakeCommonAPIClient) ContainerRenameReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerRenameReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerResize

func (fake *FakeCommonAPIClient) ContainerResize(arg1 context.Context, arg2 string, arg3 types.ResizeOptions) error

func (*FakeCommonAPIClient) ContainerResizeArgsForCall

func (fake *FakeCommonAPIClient) ContainerResizeArgsForCall(i int) (context.Context, string, types.ResizeOptions)

func (*FakeCommonAPIClient) ContainerResizeCallCount

func (fake *FakeCommonAPIClient) ContainerResizeCallCount() int

func (*FakeCommonAPIClient) ContainerResizeCalls

func (fake *FakeCommonAPIClient) ContainerResizeCalls(stub func(context.Context, string, types.ResizeOptions) error)

func (*FakeCommonAPIClient) ContainerResizeReturns

func (fake *FakeCommonAPIClient) ContainerResizeReturns(result1 error)

func (*FakeCommonAPIClient) ContainerResizeReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerResizeReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerRestart

func (fake *FakeCommonAPIClient) ContainerRestart(arg1 context.Context, arg2 string, arg3 container.StopOptions) error

func (*FakeCommonAPIClient) ContainerRestartArgsForCall

func (fake *FakeCommonAPIClient) ContainerRestartArgsForCall(i int) (context.Context, string, container.StopOptions)

func (*FakeCommonAPIClient) ContainerRestartCallCount

func (fake *FakeCommonAPIClient) ContainerRestartCallCount() int

func (*FakeCommonAPIClient) ContainerRestartCalls

func (fake *FakeCommonAPIClient) ContainerRestartCalls(stub func(context.Context, string, container.StopOptions) error)

func (*FakeCommonAPIClient) ContainerRestartReturns

func (fake *FakeCommonAPIClient) ContainerRestartReturns(result1 error)

func (*FakeCommonAPIClient) ContainerRestartReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerRestartReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerStart

func (fake *FakeCommonAPIClient) ContainerStart(arg1 context.Context, arg2 string, arg3 types.ContainerStartOptions) error

func (*FakeCommonAPIClient) ContainerStartArgsForCall

func (fake *FakeCommonAPIClient) ContainerStartArgsForCall(i int) (context.Context, string, types.ContainerStartOptions)

func (*FakeCommonAPIClient) ContainerStartCallCount

func (fake *FakeCommonAPIClient) ContainerStartCallCount() int

func (*FakeCommonAPIClient) ContainerStartCalls

func (fake *FakeCommonAPIClient) ContainerStartCalls(stub func(context.Context, string, types.ContainerStartOptions) error)

func (*FakeCommonAPIClient) ContainerStartReturns

func (fake *FakeCommonAPIClient) ContainerStartReturns(result1 error)

func (*FakeCommonAPIClient) ContainerStartReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerStartReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerStatPath

func (fake *FakeCommonAPIClient) ContainerStatPath(arg1 context.Context, arg2 string, arg3 string) (types.ContainerPathStat, error)

func (*FakeCommonAPIClient) ContainerStatPathArgsForCall

func (fake *FakeCommonAPIClient) ContainerStatPathArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) ContainerStatPathCallCount

func (fake *FakeCommonAPIClient) ContainerStatPathCallCount() int

func (*FakeCommonAPIClient) ContainerStatPathCalls

func (fake *FakeCommonAPIClient) ContainerStatPathCalls(stub func(context.Context, string, string) (types.ContainerPathStat, error))

func (*FakeCommonAPIClient) ContainerStatPathReturns

func (fake *FakeCommonAPIClient) ContainerStatPathReturns(result1 types.ContainerPathStat, result2 error)

func (*FakeCommonAPIClient) ContainerStatPathReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerStatPathReturnsOnCall(i int, result1 types.ContainerPathStat, result2 error)

func (*FakeCommonAPIClient) ContainerStats

func (fake *FakeCommonAPIClient) ContainerStats(arg1 context.Context, arg2 string, arg3 bool) (types.ContainerStats, error)

func (*FakeCommonAPIClient) ContainerStatsArgsForCall

func (fake *FakeCommonAPIClient) ContainerStatsArgsForCall(i int) (context.Context, string, bool)

func (*FakeCommonAPIClient) ContainerStatsCallCount

func (fake *FakeCommonAPIClient) ContainerStatsCallCount() int

func (*FakeCommonAPIClient) ContainerStatsCalls

func (fake *FakeCommonAPIClient) ContainerStatsCalls(stub func(context.Context, string, bool) (types.ContainerStats, error))

func (*FakeCommonAPIClient) ContainerStatsOneShot

func (fake *FakeCommonAPIClient) ContainerStatsOneShot(arg1 context.Context, arg2 string) (types.ContainerStats, error)

func (*FakeCommonAPIClient) ContainerStatsOneShotArgsForCall

func (fake *FakeCommonAPIClient) ContainerStatsOneShotArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerStatsOneShotCallCount

func (fake *FakeCommonAPIClient) ContainerStatsOneShotCallCount() int

func (*FakeCommonAPIClient) ContainerStatsOneShotCalls

func (fake *FakeCommonAPIClient) ContainerStatsOneShotCalls(stub func(context.Context, string) (types.ContainerStats, error))

func (*FakeCommonAPIClient) ContainerStatsOneShotReturns

func (fake *FakeCommonAPIClient) ContainerStatsOneShotReturns(result1 types.ContainerStats, result2 error)

func (*FakeCommonAPIClient) ContainerStatsOneShotReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerStatsOneShotReturnsOnCall(i int, result1 types.ContainerStats, result2 error)

func (*FakeCommonAPIClient) ContainerStatsReturns

func (fake *FakeCommonAPIClient) ContainerStatsReturns(result1 types.ContainerStats, result2 error)

func (*FakeCommonAPIClient) ContainerStatsReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerStatsReturnsOnCall(i int, result1 types.ContainerStats, result2 error)

func (*FakeCommonAPIClient) ContainerStop

func (fake *FakeCommonAPIClient) ContainerStop(arg1 context.Context, arg2 string, arg3 container.StopOptions) error

func (*FakeCommonAPIClient) ContainerStopArgsForCall

func (fake *FakeCommonAPIClient) ContainerStopArgsForCall(i int) (context.Context, string, container.StopOptions)

func (*FakeCommonAPIClient) ContainerStopCallCount

func (fake *FakeCommonAPIClient) ContainerStopCallCount() int

func (*FakeCommonAPIClient) ContainerStopCalls

func (fake *FakeCommonAPIClient) ContainerStopCalls(stub func(context.Context, string, container.StopOptions) error)

func (*FakeCommonAPIClient) ContainerStopReturns

func (fake *FakeCommonAPIClient) ContainerStopReturns(result1 error)

func (*FakeCommonAPIClient) ContainerStopReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerStopReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerTop

func (fake *FakeCommonAPIClient) ContainerTop(arg1 context.Context, arg2 string, arg3 []string) (container.ContainerTopOKBody, error)

func (*FakeCommonAPIClient) ContainerTopArgsForCall

func (fake *FakeCommonAPIClient) ContainerTopArgsForCall(i int) (context.Context, string, []string)

func (*FakeCommonAPIClient) ContainerTopCallCount

func (fake *FakeCommonAPIClient) ContainerTopCallCount() int

func (*FakeCommonAPIClient) ContainerTopCalls

func (fake *FakeCommonAPIClient) ContainerTopCalls(stub func(context.Context, string, []string) (container.ContainerTopOKBody, error))

func (*FakeCommonAPIClient) ContainerTopReturns

func (fake *FakeCommonAPIClient) ContainerTopReturns(result1 container.ContainerTopOKBody, result2 error)

func (*FakeCommonAPIClient) ContainerTopReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerTopReturnsOnCall(i int, result1 container.ContainerTopOKBody, result2 error)

func (*FakeCommonAPIClient) ContainerUnpause

func (fake *FakeCommonAPIClient) ContainerUnpause(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) ContainerUnpauseArgsForCall

func (fake *FakeCommonAPIClient) ContainerUnpauseArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ContainerUnpauseCallCount

func (fake *FakeCommonAPIClient) ContainerUnpauseCallCount() int

func (*FakeCommonAPIClient) ContainerUnpauseCalls

func (fake *FakeCommonAPIClient) ContainerUnpauseCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) ContainerUnpauseReturns

func (fake *FakeCommonAPIClient) ContainerUnpauseReturns(result1 error)

func (*FakeCommonAPIClient) ContainerUnpauseReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerUnpauseReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ContainerUpdate

func (*FakeCommonAPIClient) ContainerUpdateArgsForCall

func (fake *FakeCommonAPIClient) ContainerUpdateArgsForCall(i int) (context.Context, string, container.UpdateConfig)

func (*FakeCommonAPIClient) ContainerUpdateCallCount

func (fake *FakeCommonAPIClient) ContainerUpdateCallCount() int

func (*FakeCommonAPIClient) ContainerUpdateCalls

func (*FakeCommonAPIClient) ContainerUpdateReturns

func (fake *FakeCommonAPIClient) ContainerUpdateReturns(result1 container.ContainerUpdateOKBody, result2 error)

func (*FakeCommonAPIClient) ContainerUpdateReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerUpdateReturnsOnCall(i int, result1 container.ContainerUpdateOKBody, result2 error)

func (*FakeCommonAPIClient) ContainerWait

func (fake *FakeCommonAPIClient) ContainerWait(arg1 context.Context, arg2 string, arg3 container.WaitCondition) (<-chan container.WaitResponse, <-chan error)

func (*FakeCommonAPIClient) ContainerWaitArgsForCall

func (fake *FakeCommonAPIClient) ContainerWaitArgsForCall(i int) (context.Context, string, container.WaitCondition)

func (*FakeCommonAPIClient) ContainerWaitCallCount

func (fake *FakeCommonAPIClient) ContainerWaitCallCount() int

func (*FakeCommonAPIClient) ContainerWaitCalls

func (fake *FakeCommonAPIClient) ContainerWaitCalls(stub func(context.Context, string, container.WaitCondition) (<-chan container.WaitResponse, <-chan error))

func (*FakeCommonAPIClient) ContainerWaitReturns

func (fake *FakeCommonAPIClient) ContainerWaitReturns(result1 <-chan container.WaitResponse, result2 <-chan error)

func (*FakeCommonAPIClient) ContainerWaitReturnsOnCall

func (fake *FakeCommonAPIClient) ContainerWaitReturnsOnCall(i int, result1 <-chan container.WaitResponse, result2 <-chan error)

func (*FakeCommonAPIClient) ContainersPrune

func (fake *FakeCommonAPIClient) ContainersPrune(arg1 context.Context, arg2 filters.Args) (types.ContainersPruneReport, error)

func (*FakeCommonAPIClient) ContainersPruneArgsForCall

func (fake *FakeCommonAPIClient) ContainersPruneArgsForCall(i int) (context.Context, filters.Args)

func (*FakeCommonAPIClient) ContainersPruneCallCount

func (fake *FakeCommonAPIClient) ContainersPruneCallCount() int

func (*FakeCommonAPIClient) ContainersPruneCalls

func (fake *FakeCommonAPIClient) ContainersPruneCalls(stub func(context.Context, filters.Args) (types.ContainersPruneReport, error))

func (*FakeCommonAPIClient) ContainersPruneReturns

func (fake *FakeCommonAPIClient) ContainersPruneReturns(result1 types.ContainersPruneReport, result2 error)

func (*FakeCommonAPIClient) ContainersPruneReturnsOnCall

func (fake *FakeCommonAPIClient) ContainersPruneReturnsOnCall(i int, result1 types.ContainersPruneReport, result2 error)

func (*FakeCommonAPIClient) CopyFromContainer

func (fake *FakeCommonAPIClient) CopyFromContainer(arg1 context.Context, arg2 string, arg3 string) (io.ReadCloser, types.ContainerPathStat, error)

func (*FakeCommonAPIClient) CopyFromContainerArgsForCall

func (fake *FakeCommonAPIClient) CopyFromContainerArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) CopyFromContainerCallCount

func (fake *FakeCommonAPIClient) CopyFromContainerCallCount() int

func (*FakeCommonAPIClient) CopyFromContainerCalls

func (fake *FakeCommonAPIClient) CopyFromContainerCalls(stub func(context.Context, string, string) (io.ReadCloser, types.ContainerPathStat, error))

func (*FakeCommonAPIClient) CopyFromContainerReturns

func (fake *FakeCommonAPIClient) CopyFromContainerReturns(result1 io.ReadCloser, result2 types.ContainerPathStat, result3 error)

func (*FakeCommonAPIClient) CopyFromContainerReturnsOnCall

func (fake *FakeCommonAPIClient) CopyFromContainerReturnsOnCall(i int, result1 io.ReadCloser, result2 types.ContainerPathStat, result3 error)

func (*FakeCommonAPIClient) CopyToContainer

func (fake *FakeCommonAPIClient) CopyToContainer(arg1 context.Context, arg2 string, arg3 string, arg4 io.Reader, arg5 types.CopyToContainerOptions) error

func (*FakeCommonAPIClient) CopyToContainerArgsForCall

func (fake *FakeCommonAPIClient) CopyToContainerArgsForCall(i int) (context.Context, string, string, io.Reader, types.CopyToContainerOptions)

func (*FakeCommonAPIClient) CopyToContainerCallCount

func (fake *FakeCommonAPIClient) CopyToContainerCallCount() int

func (*FakeCommonAPIClient) CopyToContainerCalls

func (fake *FakeCommonAPIClient) CopyToContainerCalls(stub func(context.Context, string, string, io.Reader, types.CopyToContainerOptions) error)

func (*FakeCommonAPIClient) CopyToContainerReturns

func (fake *FakeCommonAPIClient) CopyToContainerReturns(result1 error)

func (*FakeCommonAPIClient) CopyToContainerReturnsOnCall

func (fake *FakeCommonAPIClient) CopyToContainerReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) DaemonHost

func (fake *FakeCommonAPIClient) DaemonHost() string

func (*FakeCommonAPIClient) DaemonHostCallCount

func (fake *FakeCommonAPIClient) DaemonHostCallCount() int

func (*FakeCommonAPIClient) DaemonHostCalls

func (fake *FakeCommonAPIClient) DaemonHostCalls(stub func() string)

func (*FakeCommonAPIClient) DaemonHostReturns

func (fake *FakeCommonAPIClient) DaemonHostReturns(result1 string)

func (*FakeCommonAPIClient) DaemonHostReturnsOnCall

func (fake *FakeCommonAPIClient) DaemonHostReturnsOnCall(i int, result1 string)

func (*FakeCommonAPIClient) DialHijack

func (fake *FakeCommonAPIClient) DialHijack(arg1 context.Context, arg2 string, arg3 string, arg4 map[string][]string) (net.Conn, error)

func (*FakeCommonAPIClient) DialHijackArgsForCall

func (fake *FakeCommonAPIClient) DialHijackArgsForCall(i int) (context.Context, string, string, map[string][]string)

func (*FakeCommonAPIClient) DialHijackCallCount

func (fake *FakeCommonAPIClient) DialHijackCallCount() int

func (*FakeCommonAPIClient) DialHijackCalls

func (fake *FakeCommonAPIClient) DialHijackCalls(stub func(context.Context, string, string, map[string][]string) (net.Conn, error))

func (*FakeCommonAPIClient) DialHijackReturns

func (fake *FakeCommonAPIClient) DialHijackReturns(result1 net.Conn, result2 error)

func (*FakeCommonAPIClient) DialHijackReturnsOnCall

func (fake *FakeCommonAPIClient) DialHijackReturnsOnCall(i int, result1 net.Conn, result2 error)

func (*FakeCommonAPIClient) Dialer

func (fake *FakeCommonAPIClient) Dialer() func(context.Context) (net.Conn, error)

func (*FakeCommonAPIClient) DialerCallCount

func (fake *FakeCommonAPIClient) DialerCallCount() int

func (*FakeCommonAPIClient) DialerCalls

func (fake *FakeCommonAPIClient) DialerCalls(stub func() func(context.Context) (net.Conn, error))

func (*FakeCommonAPIClient) DialerReturns

func (fake *FakeCommonAPIClient) DialerReturns(result1 func(context.Context) (net.Conn, error))

func (*FakeCommonAPIClient) DialerReturnsOnCall

func (fake *FakeCommonAPIClient) DialerReturnsOnCall(i int, result1 func(context.Context) (net.Conn, error))

func (*FakeCommonAPIClient) DiskUsage

func (*FakeCommonAPIClient) DiskUsageArgsForCall

func (fake *FakeCommonAPIClient) DiskUsageArgsForCall(i int) (context.Context, types.DiskUsageOptions)

func (*FakeCommonAPIClient) DiskUsageCallCount

func (fake *FakeCommonAPIClient) DiskUsageCallCount() int

func (*FakeCommonAPIClient) DiskUsageCalls

func (fake *FakeCommonAPIClient) DiskUsageCalls(stub func(context.Context, types.DiskUsageOptions) (types.DiskUsage, error))

func (*FakeCommonAPIClient) DiskUsageReturns

func (fake *FakeCommonAPIClient) DiskUsageReturns(result1 types.DiskUsage, result2 error)

func (*FakeCommonAPIClient) DiskUsageReturnsOnCall

func (fake *FakeCommonAPIClient) DiskUsageReturnsOnCall(i int, result1 types.DiskUsage, result2 error)

func (*FakeCommonAPIClient) DistributionInspect

func (fake *FakeCommonAPIClient) DistributionInspect(arg1 context.Context, arg2 string, arg3 string) (registry.DistributionInspect, error)

func (*FakeCommonAPIClient) DistributionInspectArgsForCall

func (fake *FakeCommonAPIClient) DistributionInspectArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) DistributionInspectCallCount

func (fake *FakeCommonAPIClient) DistributionInspectCallCount() int

func (*FakeCommonAPIClient) DistributionInspectCalls

func (fake *FakeCommonAPIClient) DistributionInspectCalls(stub func(context.Context, string, string) (registry.DistributionInspect, error))

func (*FakeCommonAPIClient) DistributionInspectReturns

func (fake *FakeCommonAPIClient) DistributionInspectReturns(result1 registry.DistributionInspect, result2 error)

func (*FakeCommonAPIClient) DistributionInspectReturnsOnCall

func (fake *FakeCommonAPIClient) DistributionInspectReturnsOnCall(i int, result1 registry.DistributionInspect, result2 error)

func (*FakeCommonAPIClient) Events

func (fake *FakeCommonAPIClient) Events(arg1 context.Context, arg2 types.EventsOptions) (<-chan events.Message, <-chan error)

func (*FakeCommonAPIClient) EventsArgsForCall

func (fake *FakeCommonAPIClient) EventsArgsForCall(i int) (context.Context, types.EventsOptions)

func (*FakeCommonAPIClient) EventsCallCount

func (fake *FakeCommonAPIClient) EventsCallCount() int

func (*FakeCommonAPIClient) EventsCalls

func (fake *FakeCommonAPIClient) EventsCalls(stub func(context.Context, types.EventsOptions) (<-chan events.Message, <-chan error))

func (*FakeCommonAPIClient) EventsReturns

func (fake *FakeCommonAPIClient) EventsReturns(result1 <-chan events.Message, result2 <-chan error)

func (*FakeCommonAPIClient) EventsReturnsOnCall

func (fake *FakeCommonAPIClient) EventsReturnsOnCall(i int, result1 <-chan events.Message, result2 <-chan error)

func (*FakeCommonAPIClient) HTTPClient

func (fake *FakeCommonAPIClient) HTTPClient() *http.Client

func (*FakeCommonAPIClient) HTTPClientCallCount

func (fake *FakeCommonAPIClient) HTTPClientCallCount() int

func (*FakeCommonAPIClient) HTTPClientCalls

func (fake *FakeCommonAPIClient) HTTPClientCalls(stub func() *http.Client)

func (*FakeCommonAPIClient) HTTPClientReturns

func (fake *FakeCommonAPIClient) HTTPClientReturns(result1 *http.Client)

func (*FakeCommonAPIClient) HTTPClientReturnsOnCall

func (fake *FakeCommonAPIClient) HTTPClientReturnsOnCall(i int, result1 *http.Client)

func (*FakeCommonAPIClient) ImageBuild

func (*FakeCommonAPIClient) ImageBuildArgsForCall

func (fake *FakeCommonAPIClient) ImageBuildArgsForCall(i int) (context.Context, io.Reader, types.ImageBuildOptions)

func (*FakeCommonAPIClient) ImageBuildCallCount

func (fake *FakeCommonAPIClient) ImageBuildCallCount() int

func (*FakeCommonAPIClient) ImageBuildCalls

func (*FakeCommonAPIClient) ImageBuildReturns

func (fake *FakeCommonAPIClient) ImageBuildReturns(result1 types.ImageBuildResponse, result2 error)

func (*FakeCommonAPIClient) ImageBuildReturnsOnCall

func (fake *FakeCommonAPIClient) ImageBuildReturnsOnCall(i int, result1 types.ImageBuildResponse, result2 error)

func (*FakeCommonAPIClient) ImageCreate

func (fake *FakeCommonAPIClient) ImageCreate(arg1 context.Context, arg2 string, arg3 types.ImageCreateOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ImageCreateArgsForCall

func (fake *FakeCommonAPIClient) ImageCreateArgsForCall(i int) (context.Context, string, types.ImageCreateOptions)

func (*FakeCommonAPIClient) ImageCreateCallCount

func (fake *FakeCommonAPIClient) ImageCreateCallCount() int

func (*FakeCommonAPIClient) ImageCreateCalls

func (fake *FakeCommonAPIClient) ImageCreateCalls(stub func(context.Context, string, types.ImageCreateOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ImageCreateReturns

func (fake *FakeCommonAPIClient) ImageCreateReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageCreateReturnsOnCall

func (fake *FakeCommonAPIClient) ImageCreateReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageHistory

func (fake *FakeCommonAPIClient) ImageHistory(arg1 context.Context, arg2 string) ([]image.HistoryResponseItem, error)

func (*FakeCommonAPIClient) ImageHistoryArgsForCall

func (fake *FakeCommonAPIClient) ImageHistoryArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ImageHistoryCallCount

func (fake *FakeCommonAPIClient) ImageHistoryCallCount() int

func (*FakeCommonAPIClient) ImageHistoryCalls

func (fake *FakeCommonAPIClient) ImageHistoryCalls(stub func(context.Context, string) ([]image.HistoryResponseItem, error))

func (*FakeCommonAPIClient) ImageHistoryReturns

func (fake *FakeCommonAPIClient) ImageHistoryReturns(result1 []image.HistoryResponseItem, result2 error)

func (*FakeCommonAPIClient) ImageHistoryReturnsOnCall

func (fake *FakeCommonAPIClient) ImageHistoryReturnsOnCall(i int, result1 []image.HistoryResponseItem, result2 error)

func (*FakeCommonAPIClient) ImageImport

func (*FakeCommonAPIClient) ImageImportArgsForCall

func (*FakeCommonAPIClient) ImageImportCallCount

func (fake *FakeCommonAPIClient) ImageImportCallCount() int

func (*FakeCommonAPIClient) ImageImportCalls

func (*FakeCommonAPIClient) ImageImportReturns

func (fake *FakeCommonAPIClient) ImageImportReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageImportReturnsOnCall

func (fake *FakeCommonAPIClient) ImageImportReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageInspectWithRaw

func (fake *FakeCommonAPIClient) ImageInspectWithRaw(arg1 context.Context, arg2 string) (types.ImageInspect, []byte, error)

func (*FakeCommonAPIClient) ImageInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) ImageInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ImageInspectWithRawCallCount

func (fake *FakeCommonAPIClient) ImageInspectWithRawCallCount() int

func (*FakeCommonAPIClient) ImageInspectWithRawCalls

func (fake *FakeCommonAPIClient) ImageInspectWithRawCalls(stub func(context.Context, string) (types.ImageInspect, []byte, error))

func (*FakeCommonAPIClient) ImageInspectWithRawReturns

func (fake *FakeCommonAPIClient) ImageInspectWithRawReturns(result1 types.ImageInspect, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ImageInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) ImageInspectWithRawReturnsOnCall(i int, result1 types.ImageInspect, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ImageList

func (*FakeCommonAPIClient) ImageListArgsForCall

func (fake *FakeCommonAPIClient) ImageListArgsForCall(i int) (context.Context, types.ImageListOptions)

func (*FakeCommonAPIClient) ImageListCallCount

func (fake *FakeCommonAPIClient) ImageListCallCount() int

func (*FakeCommonAPIClient) ImageListCalls

func (fake *FakeCommonAPIClient) ImageListCalls(stub func(context.Context, types.ImageListOptions) ([]types.ImageSummary, error))

func (*FakeCommonAPIClient) ImageListReturns

func (fake *FakeCommonAPIClient) ImageListReturns(result1 []types.ImageSummary, result2 error)

func (*FakeCommonAPIClient) ImageListReturnsOnCall

func (fake *FakeCommonAPIClient) ImageListReturnsOnCall(i int, result1 []types.ImageSummary, result2 error)

func (*FakeCommonAPIClient) ImageLoad

func (fake *FakeCommonAPIClient) ImageLoad(arg1 context.Context, arg2 io.Reader, arg3 bool) (types.ImageLoadResponse, error)

func (*FakeCommonAPIClient) ImageLoadArgsForCall

func (fake *FakeCommonAPIClient) ImageLoadArgsForCall(i int) (context.Context, io.Reader, bool)

func (*FakeCommonAPIClient) ImageLoadCallCount

func (fake *FakeCommonAPIClient) ImageLoadCallCount() int

func (*FakeCommonAPIClient) ImageLoadCalls

func (fake *FakeCommonAPIClient) ImageLoadCalls(stub func(context.Context, io.Reader, bool) (types.ImageLoadResponse, error))

func (*FakeCommonAPIClient) ImageLoadReturns

func (fake *FakeCommonAPIClient) ImageLoadReturns(result1 types.ImageLoadResponse, result2 error)

func (*FakeCommonAPIClient) ImageLoadReturnsOnCall

func (fake *FakeCommonAPIClient) ImageLoadReturnsOnCall(i int, result1 types.ImageLoadResponse, result2 error)

func (*FakeCommonAPIClient) ImagePull

func (fake *FakeCommonAPIClient) ImagePull(arg1 context.Context, arg2 string, arg3 types.ImagePullOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ImagePullArgsForCall

func (fake *FakeCommonAPIClient) ImagePullArgsForCall(i int) (context.Context, string, types.ImagePullOptions)

func (*FakeCommonAPIClient) ImagePullCallCount

func (fake *FakeCommonAPIClient) ImagePullCallCount() int

func (*FakeCommonAPIClient) ImagePullCalls

func (fake *FakeCommonAPIClient) ImagePullCalls(stub func(context.Context, string, types.ImagePullOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ImagePullReturns

func (fake *FakeCommonAPIClient) ImagePullReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImagePullReturnsOnCall

func (fake *FakeCommonAPIClient) ImagePullReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImagePush

func (fake *FakeCommonAPIClient) ImagePush(arg1 context.Context, arg2 string, arg3 types.ImagePushOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ImagePushArgsForCall

func (fake *FakeCommonAPIClient) ImagePushArgsForCall(i int) (context.Context, string, types.ImagePushOptions)

func (*FakeCommonAPIClient) ImagePushCallCount

func (fake *FakeCommonAPIClient) ImagePushCallCount() int

func (*FakeCommonAPIClient) ImagePushCalls

func (fake *FakeCommonAPIClient) ImagePushCalls(stub func(context.Context, string, types.ImagePushOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ImagePushReturns

func (fake *FakeCommonAPIClient) ImagePushReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImagePushReturnsOnCall

func (fake *FakeCommonAPIClient) ImagePushReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageRemove

func (*FakeCommonAPIClient) ImageRemoveArgsForCall

func (fake *FakeCommonAPIClient) ImageRemoveArgsForCall(i int) (context.Context, string, types.ImageRemoveOptions)

func (*FakeCommonAPIClient) ImageRemoveCallCount

func (fake *FakeCommonAPIClient) ImageRemoveCallCount() int

func (*FakeCommonAPIClient) ImageRemoveCalls

func (*FakeCommonAPIClient) ImageRemoveReturns

func (fake *FakeCommonAPIClient) ImageRemoveReturns(result1 []types.ImageDeleteResponseItem, result2 error)

func (*FakeCommonAPIClient) ImageRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) ImageRemoveReturnsOnCall(i int, result1 []types.ImageDeleteResponseItem, result2 error)

func (*FakeCommonAPIClient) ImageSave

func (fake *FakeCommonAPIClient) ImageSave(arg1 context.Context, arg2 []string) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ImageSaveArgsForCall

func (fake *FakeCommonAPIClient) ImageSaveArgsForCall(i int) (context.Context, []string)

func (*FakeCommonAPIClient) ImageSaveCallCount

func (fake *FakeCommonAPIClient) ImageSaveCallCount() int

func (*FakeCommonAPIClient) ImageSaveCalls

func (fake *FakeCommonAPIClient) ImageSaveCalls(stub func(context.Context, []string) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ImageSaveReturns

func (fake *FakeCommonAPIClient) ImageSaveReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageSaveReturnsOnCall

func (fake *FakeCommonAPIClient) ImageSaveReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ImageSearch

func (fake *FakeCommonAPIClient) ImageSearch(arg1 context.Context, arg2 string, arg3 types.ImageSearchOptions) ([]registry.SearchResult, error)

func (*FakeCommonAPIClient) ImageSearchArgsForCall

func (fake *FakeCommonAPIClient) ImageSearchArgsForCall(i int) (context.Context, string, types.ImageSearchOptions)

func (*FakeCommonAPIClient) ImageSearchCallCount

func (fake *FakeCommonAPIClient) ImageSearchCallCount() int

func (*FakeCommonAPIClient) ImageSearchCalls

func (fake *FakeCommonAPIClient) ImageSearchCalls(stub func(context.Context, string, types.ImageSearchOptions) ([]registry.SearchResult, error))

func (*FakeCommonAPIClient) ImageSearchReturns

func (fake *FakeCommonAPIClient) ImageSearchReturns(result1 []registry.SearchResult, result2 error)

func (*FakeCommonAPIClient) ImageSearchReturnsOnCall

func (fake *FakeCommonAPIClient) ImageSearchReturnsOnCall(i int, result1 []registry.SearchResult, result2 error)

func (*FakeCommonAPIClient) ImageTag

func (fake *FakeCommonAPIClient) ImageTag(arg1 context.Context, arg2 string, arg3 string) error

func (*FakeCommonAPIClient) ImageTagArgsForCall

func (fake *FakeCommonAPIClient) ImageTagArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) ImageTagCallCount

func (fake *FakeCommonAPIClient) ImageTagCallCount() int

func (*FakeCommonAPIClient) ImageTagCalls

func (fake *FakeCommonAPIClient) ImageTagCalls(stub func(context.Context, string, string) error)

func (*FakeCommonAPIClient) ImageTagReturns

func (fake *FakeCommonAPIClient) ImageTagReturns(result1 error)

func (*FakeCommonAPIClient) ImageTagReturnsOnCall

func (fake *FakeCommonAPIClient) ImageTagReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ImagesPrune

func (fake *FakeCommonAPIClient) ImagesPrune(arg1 context.Context, arg2 filters.Args) (types.ImagesPruneReport, error)

func (*FakeCommonAPIClient) ImagesPruneArgsForCall

func (fake *FakeCommonAPIClient) ImagesPruneArgsForCall(i int) (context.Context, filters.Args)

func (*FakeCommonAPIClient) ImagesPruneCallCount

func (fake *FakeCommonAPIClient) ImagesPruneCallCount() int

func (*FakeCommonAPIClient) ImagesPruneCalls

func (fake *FakeCommonAPIClient) ImagesPruneCalls(stub func(context.Context, filters.Args) (types.ImagesPruneReport, error))

func (*FakeCommonAPIClient) ImagesPruneReturns

func (fake *FakeCommonAPIClient) ImagesPruneReturns(result1 types.ImagesPruneReport, result2 error)

func (*FakeCommonAPIClient) ImagesPruneReturnsOnCall

func (fake *FakeCommonAPIClient) ImagesPruneReturnsOnCall(i int, result1 types.ImagesPruneReport, result2 error)

func (*FakeCommonAPIClient) Info

func (fake *FakeCommonAPIClient) Info(arg1 context.Context) (types.Info, error)

func (*FakeCommonAPIClient) InfoArgsForCall

func (fake *FakeCommonAPIClient) InfoArgsForCall(i int) context.Context

func (*FakeCommonAPIClient) InfoCallCount

func (fake *FakeCommonAPIClient) InfoCallCount() int

func (*FakeCommonAPIClient) InfoCalls

func (fake *FakeCommonAPIClient) InfoCalls(stub func(context.Context) (types.Info, error))

func (*FakeCommonAPIClient) InfoReturns

func (fake *FakeCommonAPIClient) InfoReturns(result1 types.Info, result2 error)

func (*FakeCommonAPIClient) InfoReturnsOnCall

func (fake *FakeCommonAPIClient) InfoReturnsOnCall(i int, result1 types.Info, result2 error)

func (*FakeCommonAPIClient) Invocations

func (fake *FakeCommonAPIClient) Invocations() map[string][][]interface{}

func (*FakeCommonAPIClient) NegotiateAPIVersion

func (fake *FakeCommonAPIClient) NegotiateAPIVersion(arg1 context.Context)

func (*FakeCommonAPIClient) NegotiateAPIVersionArgsForCall

func (fake *FakeCommonAPIClient) NegotiateAPIVersionArgsForCall(i int) context.Context

func (*FakeCommonAPIClient) NegotiateAPIVersionCallCount

func (fake *FakeCommonAPIClient) NegotiateAPIVersionCallCount() int

func (*FakeCommonAPIClient) NegotiateAPIVersionCalls

func (fake *FakeCommonAPIClient) NegotiateAPIVersionCalls(stub func(context.Context))

func (*FakeCommonAPIClient) NegotiateAPIVersionPing

func (fake *FakeCommonAPIClient) NegotiateAPIVersionPing(arg1 types.Ping)

func (*FakeCommonAPIClient) NegotiateAPIVersionPingArgsForCall

func (fake *FakeCommonAPIClient) NegotiateAPIVersionPingArgsForCall(i int) types.Ping

func (*FakeCommonAPIClient) NegotiateAPIVersionPingCallCount

func (fake *FakeCommonAPIClient) NegotiateAPIVersionPingCallCount() int

func (*FakeCommonAPIClient) NegotiateAPIVersionPingCalls

func (fake *FakeCommonAPIClient) NegotiateAPIVersionPingCalls(stub func(types.Ping))

func (*FakeCommonAPIClient) NetworkConnect

func (fake *FakeCommonAPIClient) NetworkConnect(arg1 context.Context, arg2 string, arg3 string, arg4 *network.EndpointSettings) error

func (*FakeCommonAPIClient) NetworkConnectArgsForCall

func (fake *FakeCommonAPIClient) NetworkConnectArgsForCall(i int) (context.Context, string, string, *network.EndpointSettings)

func (*FakeCommonAPIClient) NetworkConnectCallCount

func (fake *FakeCommonAPIClient) NetworkConnectCallCount() int

func (*FakeCommonAPIClient) NetworkConnectCalls

func (fake *FakeCommonAPIClient) NetworkConnectCalls(stub func(context.Context, string, string, *network.EndpointSettings) error)

func (*FakeCommonAPIClient) NetworkConnectReturns

func (fake *FakeCommonAPIClient) NetworkConnectReturns(result1 error)

func (*FakeCommonAPIClient) NetworkConnectReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkConnectReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) NetworkCreate

func (*FakeCommonAPIClient) NetworkCreateArgsForCall

func (fake *FakeCommonAPIClient) NetworkCreateArgsForCall(i int) (context.Context, string, types.NetworkCreate)

func (*FakeCommonAPIClient) NetworkCreateCallCount

func (fake *FakeCommonAPIClient) NetworkCreateCallCount() int

func (*FakeCommonAPIClient) NetworkCreateCalls

func (fake *FakeCommonAPIClient) NetworkCreateCalls(stub func(context.Context, string, types.NetworkCreate) (types.NetworkCreateResponse, error))

func (*FakeCommonAPIClient) NetworkCreateReturns

func (fake *FakeCommonAPIClient) NetworkCreateReturns(result1 types.NetworkCreateResponse, result2 error)

func (*FakeCommonAPIClient) NetworkCreateReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkCreateReturnsOnCall(i int, result1 types.NetworkCreateResponse, result2 error)

func (*FakeCommonAPIClient) NetworkDisconnect

func (fake *FakeCommonAPIClient) NetworkDisconnect(arg1 context.Context, arg2 string, arg3 string, arg4 bool) error

func (*FakeCommonAPIClient) NetworkDisconnectArgsForCall

func (fake *FakeCommonAPIClient) NetworkDisconnectArgsForCall(i int) (context.Context, string, string, bool)

func (*FakeCommonAPIClient) NetworkDisconnectCallCount

func (fake *FakeCommonAPIClient) NetworkDisconnectCallCount() int

func (*FakeCommonAPIClient) NetworkDisconnectCalls

func (fake *FakeCommonAPIClient) NetworkDisconnectCalls(stub func(context.Context, string, string, bool) error)

func (*FakeCommonAPIClient) NetworkDisconnectReturns

func (fake *FakeCommonAPIClient) NetworkDisconnectReturns(result1 error)

func (*FakeCommonAPIClient) NetworkDisconnectReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkDisconnectReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) NetworkInspect

func (*FakeCommonAPIClient) NetworkInspectArgsForCall

func (fake *FakeCommonAPIClient) NetworkInspectArgsForCall(i int) (context.Context, string, types.NetworkInspectOptions)

func (*FakeCommonAPIClient) NetworkInspectCallCount

func (fake *FakeCommonAPIClient) NetworkInspectCallCount() int

func (*FakeCommonAPIClient) NetworkInspectCalls

func (fake *FakeCommonAPIClient) NetworkInspectCalls(stub func(context.Context, string, types.NetworkInspectOptions) (types.NetworkResource, error))

func (*FakeCommonAPIClient) NetworkInspectReturns

func (fake *FakeCommonAPIClient) NetworkInspectReturns(result1 types.NetworkResource, result2 error)

func (*FakeCommonAPIClient) NetworkInspectReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkInspectReturnsOnCall(i int, result1 types.NetworkResource, result2 error)

func (*FakeCommonAPIClient) NetworkInspectWithRaw

func (fake *FakeCommonAPIClient) NetworkInspectWithRaw(arg1 context.Context, arg2 string, arg3 types.NetworkInspectOptions) (types.NetworkResource, []byte, error)

func (*FakeCommonAPIClient) NetworkInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) NetworkInspectWithRawArgsForCall(i int) (context.Context, string, types.NetworkInspectOptions)

func (*FakeCommonAPIClient) NetworkInspectWithRawCallCount

func (fake *FakeCommonAPIClient) NetworkInspectWithRawCallCount() int

func (*FakeCommonAPIClient) NetworkInspectWithRawCalls

func (fake *FakeCommonAPIClient) NetworkInspectWithRawCalls(stub func(context.Context, string, types.NetworkInspectOptions) (types.NetworkResource, []byte, error))

func (*FakeCommonAPIClient) NetworkInspectWithRawReturns

func (fake *FakeCommonAPIClient) NetworkInspectWithRawReturns(result1 types.NetworkResource, result2 []byte, result3 error)

func (*FakeCommonAPIClient) NetworkInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkInspectWithRawReturnsOnCall(i int, result1 types.NetworkResource, result2 []byte, result3 error)

func (*FakeCommonAPIClient) NetworkList

func (*FakeCommonAPIClient) NetworkListArgsForCall

func (fake *FakeCommonAPIClient) NetworkListArgsForCall(i int) (context.Context, types.NetworkListOptions)

func (*FakeCommonAPIClient) NetworkListCallCount

func (fake *FakeCommonAPIClient) NetworkListCallCount() int

func (*FakeCommonAPIClient) NetworkListCalls

func (fake *FakeCommonAPIClient) NetworkListCalls(stub func(context.Context, types.NetworkListOptions) ([]types.NetworkResource, error))

func (*FakeCommonAPIClient) NetworkListReturns

func (fake *FakeCommonAPIClient) NetworkListReturns(result1 []types.NetworkResource, result2 error)

func (*FakeCommonAPIClient) NetworkListReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkListReturnsOnCall(i int, result1 []types.NetworkResource, result2 error)

func (*FakeCommonAPIClient) NetworkRemove

func (fake *FakeCommonAPIClient) NetworkRemove(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) NetworkRemoveArgsForCall

func (fake *FakeCommonAPIClient) NetworkRemoveArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) NetworkRemoveCallCount

func (fake *FakeCommonAPIClient) NetworkRemoveCallCount() int

func (*FakeCommonAPIClient) NetworkRemoveCalls

func (fake *FakeCommonAPIClient) NetworkRemoveCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) NetworkRemoveReturns

func (fake *FakeCommonAPIClient) NetworkRemoveReturns(result1 error)

func (*FakeCommonAPIClient) NetworkRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) NetworkRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) NetworksPrune

func (fake *FakeCommonAPIClient) NetworksPrune(arg1 context.Context, arg2 filters.Args) (types.NetworksPruneReport, error)

func (*FakeCommonAPIClient) NetworksPruneArgsForCall

func (fake *FakeCommonAPIClient) NetworksPruneArgsForCall(i int) (context.Context, filters.Args)

func (*FakeCommonAPIClient) NetworksPruneCallCount

func (fake *FakeCommonAPIClient) NetworksPruneCallCount() int

func (*FakeCommonAPIClient) NetworksPruneCalls

func (fake *FakeCommonAPIClient) NetworksPruneCalls(stub func(context.Context, filters.Args) (types.NetworksPruneReport, error))

func (*FakeCommonAPIClient) NetworksPruneReturns

func (fake *FakeCommonAPIClient) NetworksPruneReturns(result1 types.NetworksPruneReport, result2 error)

func (*FakeCommonAPIClient) NetworksPruneReturnsOnCall

func (fake *FakeCommonAPIClient) NetworksPruneReturnsOnCall(i int, result1 types.NetworksPruneReport, result2 error)

func (*FakeCommonAPIClient) NodeInspectWithRaw

func (fake *FakeCommonAPIClient) NodeInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Node, []byte, error)

func (*FakeCommonAPIClient) NodeInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) NodeInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) NodeInspectWithRawCallCount

func (fake *FakeCommonAPIClient) NodeInspectWithRawCallCount() int

func (*FakeCommonAPIClient) NodeInspectWithRawCalls

func (fake *FakeCommonAPIClient) NodeInspectWithRawCalls(stub func(context.Context, string) (swarm.Node, []byte, error))

func (*FakeCommonAPIClient) NodeInspectWithRawReturns

func (fake *FakeCommonAPIClient) NodeInspectWithRawReturns(result1 swarm.Node, result2 []byte, result3 error)

func (*FakeCommonAPIClient) NodeInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) NodeInspectWithRawReturnsOnCall(i int, result1 swarm.Node, result2 []byte, result3 error)

func (*FakeCommonAPIClient) NodeList

func (fake *FakeCommonAPIClient) NodeList(arg1 context.Context, arg2 types.NodeListOptions) ([]swarm.Node, error)

func (*FakeCommonAPIClient) NodeListArgsForCall

func (fake *FakeCommonAPIClient) NodeListArgsForCall(i int) (context.Context, types.NodeListOptions)

func (*FakeCommonAPIClient) NodeListCallCount

func (fake *FakeCommonAPIClient) NodeListCallCount() int

func (*FakeCommonAPIClient) NodeListCalls

func (fake *FakeCommonAPIClient) NodeListCalls(stub func(context.Context, types.NodeListOptions) ([]swarm.Node, error))

func (*FakeCommonAPIClient) NodeListReturns

func (fake *FakeCommonAPIClient) NodeListReturns(result1 []swarm.Node, result2 error)

func (*FakeCommonAPIClient) NodeListReturnsOnCall

func (fake *FakeCommonAPIClient) NodeListReturnsOnCall(i int, result1 []swarm.Node, result2 error)

func (*FakeCommonAPIClient) NodeRemove

func (fake *FakeCommonAPIClient) NodeRemove(arg1 context.Context, arg2 string, arg3 types.NodeRemoveOptions) error

func (*FakeCommonAPIClient) NodeRemoveArgsForCall

func (fake *FakeCommonAPIClient) NodeRemoveArgsForCall(i int) (context.Context, string, types.NodeRemoveOptions)

func (*FakeCommonAPIClient) NodeRemoveCallCount

func (fake *FakeCommonAPIClient) NodeRemoveCallCount() int

func (*FakeCommonAPIClient) NodeRemoveCalls

func (fake *FakeCommonAPIClient) NodeRemoveCalls(stub func(context.Context, string, types.NodeRemoveOptions) error)

func (*FakeCommonAPIClient) NodeRemoveReturns

func (fake *FakeCommonAPIClient) NodeRemoveReturns(result1 error)

func (*FakeCommonAPIClient) NodeRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) NodeRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) NodeUpdate

func (fake *FakeCommonAPIClient) NodeUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.NodeSpec) error

func (*FakeCommonAPIClient) NodeUpdateArgsForCall

func (fake *FakeCommonAPIClient) NodeUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.NodeSpec)

func (*FakeCommonAPIClient) NodeUpdateCallCount

func (fake *FakeCommonAPIClient) NodeUpdateCallCount() int

func (*FakeCommonAPIClient) NodeUpdateCalls

func (fake *FakeCommonAPIClient) NodeUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.NodeSpec) error)

func (*FakeCommonAPIClient) NodeUpdateReturns

func (fake *FakeCommonAPIClient) NodeUpdateReturns(result1 error)

func (*FakeCommonAPIClient) NodeUpdateReturnsOnCall

func (fake *FakeCommonAPIClient) NodeUpdateReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) Ping

func (fake *FakeCommonAPIClient) Ping(arg1 context.Context) (types.Ping, error)

func (*FakeCommonAPIClient) PingArgsForCall

func (fake *FakeCommonAPIClient) PingArgsForCall(i int) context.Context

func (*FakeCommonAPIClient) PingCallCount

func (fake *FakeCommonAPIClient) PingCallCount() int

func (*FakeCommonAPIClient) PingCalls

func (fake *FakeCommonAPIClient) PingCalls(stub func(context.Context) (types.Ping, error))

func (*FakeCommonAPIClient) PingReturns

func (fake *FakeCommonAPIClient) PingReturns(result1 types.Ping, result2 error)

func (*FakeCommonAPIClient) PingReturnsOnCall

func (fake *FakeCommonAPIClient) PingReturnsOnCall(i int, result1 types.Ping, result2 error)

func (*FakeCommonAPIClient) PluginCreate

func (fake *FakeCommonAPIClient) PluginCreate(arg1 context.Context, arg2 io.Reader, arg3 types.PluginCreateOptions) error

func (*FakeCommonAPIClient) PluginCreateArgsForCall

func (fake *FakeCommonAPIClient) PluginCreateArgsForCall(i int) (context.Context, io.Reader, types.PluginCreateOptions)

func (*FakeCommonAPIClient) PluginCreateCallCount

func (fake *FakeCommonAPIClient) PluginCreateCallCount() int

func (*FakeCommonAPIClient) PluginCreateCalls

func (fake *FakeCommonAPIClient) PluginCreateCalls(stub func(context.Context, io.Reader, types.PluginCreateOptions) error)

func (*FakeCommonAPIClient) PluginCreateReturns

func (fake *FakeCommonAPIClient) PluginCreateReturns(result1 error)

func (*FakeCommonAPIClient) PluginCreateReturnsOnCall

func (fake *FakeCommonAPIClient) PluginCreateReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) PluginDisable

func (fake *FakeCommonAPIClient) PluginDisable(arg1 context.Context, arg2 string, arg3 types.PluginDisableOptions) error

func (*FakeCommonAPIClient) PluginDisableArgsForCall

func (fake *FakeCommonAPIClient) PluginDisableArgsForCall(i int) (context.Context, string, types.PluginDisableOptions)

func (*FakeCommonAPIClient) PluginDisableCallCount

func (fake *FakeCommonAPIClient) PluginDisableCallCount() int

func (*FakeCommonAPIClient) PluginDisableCalls

func (fake *FakeCommonAPIClient) PluginDisableCalls(stub func(context.Context, string, types.PluginDisableOptions) error)

func (*FakeCommonAPIClient) PluginDisableReturns

func (fake *FakeCommonAPIClient) PluginDisableReturns(result1 error)

func (*FakeCommonAPIClient) PluginDisableReturnsOnCall

func (fake *FakeCommonAPIClient) PluginDisableReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) PluginEnable

func (fake *FakeCommonAPIClient) PluginEnable(arg1 context.Context, arg2 string, arg3 types.PluginEnableOptions) error

func (*FakeCommonAPIClient) PluginEnableArgsForCall

func (fake *FakeCommonAPIClient) PluginEnableArgsForCall(i int) (context.Context, string, types.PluginEnableOptions)

func (*FakeCommonAPIClient) PluginEnableCallCount

func (fake *FakeCommonAPIClient) PluginEnableCallCount() int

func (*FakeCommonAPIClient) PluginEnableCalls

func (fake *FakeCommonAPIClient) PluginEnableCalls(stub func(context.Context, string, types.PluginEnableOptions) error)

func (*FakeCommonAPIClient) PluginEnableReturns

func (fake *FakeCommonAPIClient) PluginEnableReturns(result1 error)

func (*FakeCommonAPIClient) PluginEnableReturnsOnCall

func (fake *FakeCommonAPIClient) PluginEnableReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) PluginInspectWithRaw

func (fake *FakeCommonAPIClient) PluginInspectWithRaw(arg1 context.Context, arg2 string) (*types.Plugin, []byte, error)

func (*FakeCommonAPIClient) PluginInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) PluginInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) PluginInspectWithRawCallCount

func (fake *FakeCommonAPIClient) PluginInspectWithRawCallCount() int

func (*FakeCommonAPIClient) PluginInspectWithRawCalls

func (fake *FakeCommonAPIClient) PluginInspectWithRawCalls(stub func(context.Context, string) (*types.Plugin, []byte, error))

func (*FakeCommonAPIClient) PluginInspectWithRawReturns

func (fake *FakeCommonAPIClient) PluginInspectWithRawReturns(result1 *types.Plugin, result2 []byte, result3 error)

func (*FakeCommonAPIClient) PluginInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) PluginInspectWithRawReturnsOnCall(i int, result1 *types.Plugin, result2 []byte, result3 error)

func (*FakeCommonAPIClient) PluginInstall

func (fake *FakeCommonAPIClient) PluginInstall(arg1 context.Context, arg2 string, arg3 types.PluginInstallOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) PluginInstallArgsForCall

func (fake *FakeCommonAPIClient) PluginInstallArgsForCall(i int) (context.Context, string, types.PluginInstallOptions)

func (*FakeCommonAPIClient) PluginInstallCallCount

func (fake *FakeCommonAPIClient) PluginInstallCallCount() int

func (*FakeCommonAPIClient) PluginInstallCalls

func (fake *FakeCommonAPIClient) PluginInstallCalls(stub func(context.Context, string, types.PluginInstallOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) PluginInstallReturns

func (fake *FakeCommonAPIClient) PluginInstallReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) PluginInstallReturnsOnCall

func (fake *FakeCommonAPIClient) PluginInstallReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) PluginList

func (*FakeCommonAPIClient) PluginListArgsForCall

func (fake *FakeCommonAPIClient) PluginListArgsForCall(i int) (context.Context, filters.Args)

func (*FakeCommonAPIClient) PluginListCallCount

func (fake *FakeCommonAPIClient) PluginListCallCount() int

func (*FakeCommonAPIClient) PluginListCalls

func (fake *FakeCommonAPIClient) PluginListCalls(stub func(context.Context, filters.Args) (types.PluginsListResponse, error))

func (*FakeCommonAPIClient) PluginListReturns

func (fake *FakeCommonAPIClient) PluginListReturns(result1 types.PluginsListResponse, result2 error)

func (*FakeCommonAPIClient) PluginListReturnsOnCall

func (fake *FakeCommonAPIClient) PluginListReturnsOnCall(i int, result1 types.PluginsListResponse, result2 error)

func (*FakeCommonAPIClient) PluginPush

func (fake *FakeCommonAPIClient) PluginPush(arg1 context.Context, arg2 string, arg3 string) (io.ReadCloser, error)

func (*FakeCommonAPIClient) PluginPushArgsForCall

func (fake *FakeCommonAPIClient) PluginPushArgsForCall(i int) (context.Context, string, string)

func (*FakeCommonAPIClient) PluginPushCallCount

func (fake *FakeCommonAPIClient) PluginPushCallCount() int

func (*FakeCommonAPIClient) PluginPushCalls

func (fake *FakeCommonAPIClient) PluginPushCalls(stub func(context.Context, string, string) (io.ReadCloser, error))

func (*FakeCommonAPIClient) PluginPushReturns

func (fake *FakeCommonAPIClient) PluginPushReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) PluginPushReturnsOnCall

func (fake *FakeCommonAPIClient) PluginPushReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) PluginRemove

func (fake *FakeCommonAPIClient) PluginRemove(arg1 context.Context, arg2 string, arg3 types.PluginRemoveOptions) error

func (*FakeCommonAPIClient) PluginRemoveArgsForCall

func (fake *FakeCommonAPIClient) PluginRemoveArgsForCall(i int) (context.Context, string, types.PluginRemoveOptions)

func (*FakeCommonAPIClient) PluginRemoveCallCount

func (fake *FakeCommonAPIClient) PluginRemoveCallCount() int

func (*FakeCommonAPIClient) PluginRemoveCalls

func (fake *FakeCommonAPIClient) PluginRemoveCalls(stub func(context.Context, string, types.PluginRemoveOptions) error)

func (*FakeCommonAPIClient) PluginRemoveReturns

func (fake *FakeCommonAPIClient) PluginRemoveReturns(result1 error)

func (*FakeCommonAPIClient) PluginRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) PluginRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) PluginSet

func (fake *FakeCommonAPIClient) PluginSet(arg1 context.Context, arg2 string, arg3 []string) error

func (*FakeCommonAPIClient) PluginSetArgsForCall

func (fake *FakeCommonAPIClient) PluginSetArgsForCall(i int) (context.Context, string, []string)

func (*FakeCommonAPIClient) PluginSetCallCount

func (fake *FakeCommonAPIClient) PluginSetCallCount() int

func (*FakeCommonAPIClient) PluginSetCalls

func (fake *FakeCommonAPIClient) PluginSetCalls(stub func(context.Context, string, []string) error)

func (*FakeCommonAPIClient) PluginSetReturns

func (fake *FakeCommonAPIClient) PluginSetReturns(result1 error)

func (*FakeCommonAPIClient) PluginSetReturnsOnCall

func (fake *FakeCommonAPIClient) PluginSetReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) PluginUpgrade

func (fake *FakeCommonAPIClient) PluginUpgrade(arg1 context.Context, arg2 string, arg3 types.PluginInstallOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) PluginUpgradeArgsForCall

func (fake *FakeCommonAPIClient) PluginUpgradeArgsForCall(i int) (context.Context, string, types.PluginInstallOptions)

func (*FakeCommonAPIClient) PluginUpgradeCallCount

func (fake *FakeCommonAPIClient) PluginUpgradeCallCount() int

func (*FakeCommonAPIClient) PluginUpgradeCalls

func (fake *FakeCommonAPIClient) PluginUpgradeCalls(stub func(context.Context, string, types.PluginInstallOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) PluginUpgradeReturns

func (fake *FakeCommonAPIClient) PluginUpgradeReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) PluginUpgradeReturnsOnCall

func (fake *FakeCommonAPIClient) PluginUpgradeReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) RegistryLogin

func (*FakeCommonAPIClient) RegistryLoginArgsForCall

func (fake *FakeCommonAPIClient) RegistryLoginArgsForCall(i int) (context.Context, registry.AuthConfig)

func (*FakeCommonAPIClient) RegistryLoginCallCount

func (fake *FakeCommonAPIClient) RegistryLoginCallCount() int

func (*FakeCommonAPIClient) RegistryLoginCalls

func (fake *FakeCommonAPIClient) RegistryLoginCalls(stub func(context.Context, registry.AuthConfig) (registry.AuthenticateOKBody, error))

func (*FakeCommonAPIClient) RegistryLoginReturns

func (fake *FakeCommonAPIClient) RegistryLoginReturns(result1 registry.AuthenticateOKBody, result2 error)

func (*FakeCommonAPIClient) RegistryLoginReturnsOnCall

func (fake *FakeCommonAPIClient) RegistryLoginReturnsOnCall(i int, result1 registry.AuthenticateOKBody, result2 error)

func (*FakeCommonAPIClient) SecretCreate

func (*FakeCommonAPIClient) SecretCreateArgsForCall

func (fake *FakeCommonAPIClient) SecretCreateArgsForCall(i int) (context.Context, swarm.SecretSpec)

func (*FakeCommonAPIClient) SecretCreateCallCount

func (fake *FakeCommonAPIClient) SecretCreateCallCount() int

func (*FakeCommonAPIClient) SecretCreateCalls

func (fake *FakeCommonAPIClient) SecretCreateCalls(stub func(context.Context, swarm.SecretSpec) (types.SecretCreateResponse, error))

func (*FakeCommonAPIClient) SecretCreateReturns

func (fake *FakeCommonAPIClient) SecretCreateReturns(result1 types.SecretCreateResponse, result2 error)

func (*FakeCommonAPIClient) SecretCreateReturnsOnCall

func (fake *FakeCommonAPIClient) SecretCreateReturnsOnCall(i int, result1 types.SecretCreateResponse, result2 error)

func (*FakeCommonAPIClient) SecretInspectWithRaw

func (fake *FakeCommonAPIClient) SecretInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Secret, []byte, error)

func (*FakeCommonAPIClient) SecretInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) SecretInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) SecretInspectWithRawCallCount

func (fake *FakeCommonAPIClient) SecretInspectWithRawCallCount() int

func (*FakeCommonAPIClient) SecretInspectWithRawCalls

func (fake *FakeCommonAPIClient) SecretInspectWithRawCalls(stub func(context.Context, string) (swarm.Secret, []byte, error))

func (*FakeCommonAPIClient) SecretInspectWithRawReturns

func (fake *FakeCommonAPIClient) SecretInspectWithRawReturns(result1 swarm.Secret, result2 []byte, result3 error)

func (*FakeCommonAPIClient) SecretInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) SecretInspectWithRawReturnsOnCall(i int, result1 swarm.Secret, result2 []byte, result3 error)

func (*FakeCommonAPIClient) SecretList

func (fake *FakeCommonAPIClient) SecretList(arg1 context.Context, arg2 types.SecretListOptions) ([]swarm.Secret, error)

func (*FakeCommonAPIClient) SecretListArgsForCall

func (fake *FakeCommonAPIClient) SecretListArgsForCall(i int) (context.Context, types.SecretListOptions)

func (*FakeCommonAPIClient) SecretListCallCount

func (fake *FakeCommonAPIClient) SecretListCallCount() int

func (*FakeCommonAPIClient) SecretListCalls

func (fake *FakeCommonAPIClient) SecretListCalls(stub func(context.Context, types.SecretListOptions) ([]swarm.Secret, error))

func (*FakeCommonAPIClient) SecretListReturns

func (fake *FakeCommonAPIClient) SecretListReturns(result1 []swarm.Secret, result2 error)

func (*FakeCommonAPIClient) SecretListReturnsOnCall

func (fake *FakeCommonAPIClient) SecretListReturnsOnCall(i int, result1 []swarm.Secret, result2 error)

func (*FakeCommonAPIClient) SecretRemove

func (fake *FakeCommonAPIClient) SecretRemove(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) SecretRemoveArgsForCall

func (fake *FakeCommonAPIClient) SecretRemoveArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) SecretRemoveCallCount

func (fake *FakeCommonAPIClient) SecretRemoveCallCount() int

func (*FakeCommonAPIClient) SecretRemoveCalls

func (fake *FakeCommonAPIClient) SecretRemoveCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) SecretRemoveReturns

func (fake *FakeCommonAPIClient) SecretRemoveReturns(result1 error)

func (*FakeCommonAPIClient) SecretRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) SecretRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) SecretUpdate

func (fake *FakeCommonAPIClient) SecretUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 swarm.SecretSpec) error

func (*FakeCommonAPIClient) SecretUpdateArgsForCall

func (fake *FakeCommonAPIClient) SecretUpdateArgsForCall(i int) (context.Context, string, swarm.Version, swarm.SecretSpec)

func (*FakeCommonAPIClient) SecretUpdateCallCount

func (fake *FakeCommonAPIClient) SecretUpdateCallCount() int

func (*FakeCommonAPIClient) SecretUpdateCalls

func (fake *FakeCommonAPIClient) SecretUpdateCalls(stub func(context.Context, string, swarm.Version, swarm.SecretSpec) error)

func (*FakeCommonAPIClient) SecretUpdateReturns

func (fake *FakeCommonAPIClient) SecretUpdateReturns(result1 error)

func (*FakeCommonAPIClient) SecretUpdateReturnsOnCall

func (fake *FakeCommonAPIClient) SecretUpdateReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ServerVersion

func (fake *FakeCommonAPIClient) ServerVersion(arg1 context.Context) (types.Version, error)

func (*FakeCommonAPIClient) ServerVersionArgsForCall

func (fake *FakeCommonAPIClient) ServerVersionArgsForCall(i int) context.Context

func (*FakeCommonAPIClient) ServerVersionCallCount

func (fake *FakeCommonAPIClient) ServerVersionCallCount() int

func (*FakeCommonAPIClient) ServerVersionCalls

func (fake *FakeCommonAPIClient) ServerVersionCalls(stub func(context.Context) (types.Version, error))

func (*FakeCommonAPIClient) ServerVersionReturns

func (fake *FakeCommonAPIClient) ServerVersionReturns(result1 types.Version, result2 error)

func (*FakeCommonAPIClient) ServerVersionReturnsOnCall

func (fake *FakeCommonAPIClient) ServerVersionReturnsOnCall(i int, result1 types.Version, result2 error)

func (*FakeCommonAPIClient) ServiceCreate

func (*FakeCommonAPIClient) ServiceCreateArgsForCall

func (fake *FakeCommonAPIClient) ServiceCreateArgsForCall(i int) (context.Context, swarm.ServiceSpec, types.ServiceCreateOptions)

func (*FakeCommonAPIClient) ServiceCreateCallCount

func (fake *FakeCommonAPIClient) ServiceCreateCallCount() int

func (*FakeCommonAPIClient) ServiceCreateCalls

func (*FakeCommonAPIClient) ServiceCreateReturns

func (fake *FakeCommonAPIClient) ServiceCreateReturns(result1 types.ServiceCreateResponse, result2 error)

func (*FakeCommonAPIClient) ServiceCreateReturnsOnCall

func (fake *FakeCommonAPIClient) ServiceCreateReturnsOnCall(i int, result1 types.ServiceCreateResponse, result2 error)

func (*FakeCommonAPIClient) ServiceInspectWithRaw

func (fake *FakeCommonAPIClient) ServiceInspectWithRaw(arg1 context.Context, arg2 string, arg3 types.ServiceInspectOptions) (swarm.Service, []byte, error)

func (*FakeCommonAPIClient) ServiceInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) ServiceInspectWithRawArgsForCall(i int) (context.Context, string, types.ServiceInspectOptions)

func (*FakeCommonAPIClient) ServiceInspectWithRawCallCount

func (fake *FakeCommonAPIClient) ServiceInspectWithRawCallCount() int

func (*FakeCommonAPIClient) ServiceInspectWithRawCalls

func (fake *FakeCommonAPIClient) ServiceInspectWithRawCalls(stub func(context.Context, string, types.ServiceInspectOptions) (swarm.Service, []byte, error))

func (*FakeCommonAPIClient) ServiceInspectWithRawReturns

func (fake *FakeCommonAPIClient) ServiceInspectWithRawReturns(result1 swarm.Service, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ServiceInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) ServiceInspectWithRawReturnsOnCall(i int, result1 swarm.Service, result2 []byte, result3 error)

func (*FakeCommonAPIClient) ServiceList

func (fake *FakeCommonAPIClient) ServiceList(arg1 context.Context, arg2 types.ServiceListOptions) ([]swarm.Service, error)

func (*FakeCommonAPIClient) ServiceListArgsForCall

func (fake *FakeCommonAPIClient) ServiceListArgsForCall(i int) (context.Context, types.ServiceListOptions)

func (*FakeCommonAPIClient) ServiceListCallCount

func (fake *FakeCommonAPIClient) ServiceListCallCount() int

func (*FakeCommonAPIClient) ServiceListCalls

func (fake *FakeCommonAPIClient) ServiceListCalls(stub func(context.Context, types.ServiceListOptions) ([]swarm.Service, error))

func (*FakeCommonAPIClient) ServiceListReturns

func (fake *FakeCommonAPIClient) ServiceListReturns(result1 []swarm.Service, result2 error)

func (*FakeCommonAPIClient) ServiceListReturnsOnCall

func (fake *FakeCommonAPIClient) ServiceListReturnsOnCall(i int, result1 []swarm.Service, result2 error)

func (*FakeCommonAPIClient) ServiceLogs

func (fake *FakeCommonAPIClient) ServiceLogs(arg1 context.Context, arg2 string, arg3 types.ContainerLogsOptions) (io.ReadCloser, error)

func (*FakeCommonAPIClient) ServiceLogsArgsForCall

func (fake *FakeCommonAPIClient) ServiceLogsArgsForCall(i int) (context.Context, string, types.ContainerLogsOptions)

func (*FakeCommonAPIClient) ServiceLogsCallCount

func (fake *FakeCommonAPIClient) ServiceLogsCallCount() int

func (*FakeCommonAPIClient) ServiceLogsCalls

func (fake *FakeCommonAPIClient) ServiceLogsCalls(stub func(context.Context, string, types.ContainerLogsOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) ServiceLogsReturns

func (fake *FakeCommonAPIClient) ServiceLogsReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ServiceLogsReturnsOnCall

func (fake *FakeCommonAPIClient) ServiceLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) ServiceRemove

func (fake *FakeCommonAPIClient) ServiceRemove(arg1 context.Context, arg2 string) error

func (*FakeCommonAPIClient) ServiceRemoveArgsForCall

func (fake *FakeCommonAPIClient) ServiceRemoveArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) ServiceRemoveCallCount

func (fake *FakeCommonAPIClient) ServiceRemoveCallCount() int

func (*FakeCommonAPIClient) ServiceRemoveCalls

func (fake *FakeCommonAPIClient) ServiceRemoveCalls(stub func(context.Context, string) error)

func (*FakeCommonAPIClient) ServiceRemoveReturns

func (fake *FakeCommonAPIClient) ServiceRemoveReturns(result1 error)

func (*FakeCommonAPIClient) ServiceRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) ServiceRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) ServiceUpdate

func (*FakeCommonAPIClient) ServiceUpdateArgsForCall

func (*FakeCommonAPIClient) ServiceUpdateCallCount

func (fake *FakeCommonAPIClient) ServiceUpdateCallCount() int

func (*FakeCommonAPIClient) ServiceUpdateReturns

func (fake *FakeCommonAPIClient) ServiceUpdateReturns(result1 types.ServiceUpdateResponse, result2 error)

func (*FakeCommonAPIClient) ServiceUpdateReturnsOnCall

func (fake *FakeCommonAPIClient) ServiceUpdateReturnsOnCall(i int, result1 types.ServiceUpdateResponse, result2 error)

func (*FakeCommonAPIClient) SwarmGetUnlockKey

func (fake *FakeCommonAPIClient) SwarmGetUnlockKey(arg1 context.Context) (types.SwarmUnlockKeyResponse, error)

func (*FakeCommonAPIClient) SwarmGetUnlockKeyArgsForCall

func (fake *FakeCommonAPIClient) SwarmGetUnlockKeyArgsForCall(i int) context.Context

func (*FakeCommonAPIClient) SwarmGetUnlockKeyCallCount

func (fake *FakeCommonAPIClient) SwarmGetUnlockKeyCallCount() int

func (*FakeCommonAPIClient) SwarmGetUnlockKeyCalls

func (fake *FakeCommonAPIClient) SwarmGetUnlockKeyCalls(stub func(context.Context) (types.SwarmUnlockKeyResponse, error))

func (*FakeCommonAPIClient) SwarmGetUnlockKeyReturns

func (fake *FakeCommonAPIClient) SwarmGetUnlockKeyReturns(result1 types.SwarmUnlockKeyResponse, result2 error)

func (*FakeCommonAPIClient) SwarmGetUnlockKeyReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmGetUnlockKeyReturnsOnCall(i int, result1 types.SwarmUnlockKeyResponse, result2 error)

func (*FakeCommonAPIClient) SwarmInit

func (fake *FakeCommonAPIClient) SwarmInit(arg1 context.Context, arg2 swarm.InitRequest) (string, error)

func (*FakeCommonAPIClient) SwarmInitArgsForCall

func (fake *FakeCommonAPIClient) SwarmInitArgsForCall(i int) (context.Context, swarm.InitRequest)

func (*FakeCommonAPIClient) SwarmInitCallCount

func (fake *FakeCommonAPIClient) SwarmInitCallCount() int

func (*FakeCommonAPIClient) SwarmInitCalls

func (fake *FakeCommonAPIClient) SwarmInitCalls(stub func(context.Context, swarm.InitRequest) (string, error))

func (*FakeCommonAPIClient) SwarmInitReturns

func (fake *FakeCommonAPIClient) SwarmInitReturns(result1 string, result2 error)

func (*FakeCommonAPIClient) SwarmInitReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmInitReturnsOnCall(i int, result1 string, result2 error)

func (*FakeCommonAPIClient) SwarmInspect

func (fake *FakeCommonAPIClient) SwarmInspect(arg1 context.Context) (swarm.Swarm, error)

func (*FakeCommonAPIClient) SwarmInspectArgsForCall

func (fake *FakeCommonAPIClient) SwarmInspectArgsForCall(i int) context.Context

func (*FakeCommonAPIClient) SwarmInspectCallCount

func (fake *FakeCommonAPIClient) SwarmInspectCallCount() int

func (*FakeCommonAPIClient) SwarmInspectCalls

func (fake *FakeCommonAPIClient) SwarmInspectCalls(stub func(context.Context) (swarm.Swarm, error))

func (*FakeCommonAPIClient) SwarmInspectReturns

func (fake *FakeCommonAPIClient) SwarmInspectReturns(result1 swarm.Swarm, result2 error)

func (*FakeCommonAPIClient) SwarmInspectReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmInspectReturnsOnCall(i int, result1 swarm.Swarm, result2 error)

func (*FakeCommonAPIClient) SwarmJoin

func (fake *FakeCommonAPIClient) SwarmJoin(arg1 context.Context, arg2 swarm.JoinRequest) error

func (*FakeCommonAPIClient) SwarmJoinArgsForCall

func (fake *FakeCommonAPIClient) SwarmJoinArgsForCall(i int) (context.Context, swarm.JoinRequest)

func (*FakeCommonAPIClient) SwarmJoinCallCount

func (fake *FakeCommonAPIClient) SwarmJoinCallCount() int

func (*FakeCommonAPIClient) SwarmJoinCalls

func (fake *FakeCommonAPIClient) SwarmJoinCalls(stub func(context.Context, swarm.JoinRequest) error)

func (*FakeCommonAPIClient) SwarmJoinReturns

func (fake *FakeCommonAPIClient) SwarmJoinReturns(result1 error)

func (*FakeCommonAPIClient) SwarmJoinReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmJoinReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) SwarmLeave

func (fake *FakeCommonAPIClient) SwarmLeave(arg1 context.Context, arg2 bool) error

func (*FakeCommonAPIClient) SwarmLeaveArgsForCall

func (fake *FakeCommonAPIClient) SwarmLeaveArgsForCall(i int) (context.Context, bool)

func (*FakeCommonAPIClient) SwarmLeaveCallCount

func (fake *FakeCommonAPIClient) SwarmLeaveCallCount() int

func (*FakeCommonAPIClient) SwarmLeaveCalls

func (fake *FakeCommonAPIClient) SwarmLeaveCalls(stub func(context.Context, bool) error)

func (*FakeCommonAPIClient) SwarmLeaveReturns

func (fake *FakeCommonAPIClient) SwarmLeaveReturns(result1 error)

func (*FakeCommonAPIClient) SwarmLeaveReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmLeaveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) SwarmUnlock

func (fake *FakeCommonAPIClient) SwarmUnlock(arg1 context.Context, arg2 swarm.UnlockRequest) error

func (*FakeCommonAPIClient) SwarmUnlockArgsForCall

func (fake *FakeCommonAPIClient) SwarmUnlockArgsForCall(i int) (context.Context, swarm.UnlockRequest)

func (*FakeCommonAPIClient) SwarmUnlockCallCount

func (fake *FakeCommonAPIClient) SwarmUnlockCallCount() int

func (*FakeCommonAPIClient) SwarmUnlockCalls

func (fake *FakeCommonAPIClient) SwarmUnlockCalls(stub func(context.Context, swarm.UnlockRequest) error)

func (*FakeCommonAPIClient) SwarmUnlockReturns

func (fake *FakeCommonAPIClient) SwarmUnlockReturns(result1 error)

func (*FakeCommonAPIClient) SwarmUnlockReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmUnlockReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) SwarmUpdate

func (fake *FakeCommonAPIClient) SwarmUpdate(arg1 context.Context, arg2 swarm.Version, arg3 swarm.Spec, arg4 swarm.UpdateFlags) error

func (*FakeCommonAPIClient) SwarmUpdateArgsForCall

func (fake *FakeCommonAPIClient) SwarmUpdateArgsForCall(i int) (context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags)

func (*FakeCommonAPIClient) SwarmUpdateCallCount

func (fake *FakeCommonAPIClient) SwarmUpdateCallCount() int

func (*FakeCommonAPIClient) SwarmUpdateCalls

func (fake *FakeCommonAPIClient) SwarmUpdateCalls(stub func(context.Context, swarm.Version, swarm.Spec, swarm.UpdateFlags) error)

func (*FakeCommonAPIClient) SwarmUpdateReturns

func (fake *FakeCommonAPIClient) SwarmUpdateReturns(result1 error)

func (*FakeCommonAPIClient) SwarmUpdateReturnsOnCall

func (fake *FakeCommonAPIClient) SwarmUpdateReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) TaskInspectWithRaw

func (fake *FakeCommonAPIClient) TaskInspectWithRaw(arg1 context.Context, arg2 string) (swarm.Task, []byte, error)

func (*FakeCommonAPIClient) TaskInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) TaskInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) TaskInspectWithRawCallCount

func (fake *FakeCommonAPIClient) TaskInspectWithRawCallCount() int

func (*FakeCommonAPIClient) TaskInspectWithRawCalls

func (fake *FakeCommonAPIClient) TaskInspectWithRawCalls(stub func(context.Context, string) (swarm.Task, []byte, error))

func (*FakeCommonAPIClient) TaskInspectWithRawReturns

func (fake *FakeCommonAPIClient) TaskInspectWithRawReturns(result1 swarm.Task, result2 []byte, result3 error)

func (*FakeCommonAPIClient) TaskInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) TaskInspectWithRawReturnsOnCall(i int, result1 swarm.Task, result2 []byte, result3 error)

func (*FakeCommonAPIClient) TaskList

func (fake *FakeCommonAPIClient) TaskList(arg1 context.Context, arg2 types.TaskListOptions) ([]swarm.Task, error)

func (*FakeCommonAPIClient) TaskListArgsForCall

func (fake *FakeCommonAPIClient) TaskListArgsForCall(i int) (context.Context, types.TaskListOptions)

func (*FakeCommonAPIClient) TaskListCallCount

func (fake *FakeCommonAPIClient) TaskListCallCount() int

func (*FakeCommonAPIClient) TaskListCalls

func (fake *FakeCommonAPIClient) TaskListCalls(stub func(context.Context, types.TaskListOptions) ([]swarm.Task, error))

func (*FakeCommonAPIClient) TaskListReturns

func (fake *FakeCommonAPIClient) TaskListReturns(result1 []swarm.Task, result2 error)

func (*FakeCommonAPIClient) TaskListReturnsOnCall

func (fake *FakeCommonAPIClient) TaskListReturnsOnCall(i int, result1 []swarm.Task, result2 error)

func (*FakeCommonAPIClient) TaskLogs

func (*FakeCommonAPIClient) TaskLogsArgsForCall

func (fake *FakeCommonAPIClient) TaskLogsArgsForCall(i int) (context.Context, string, types.ContainerLogsOptions)

func (*FakeCommonAPIClient) TaskLogsCallCount

func (fake *FakeCommonAPIClient) TaskLogsCallCount() int

func (*FakeCommonAPIClient) TaskLogsCalls

func (fake *FakeCommonAPIClient) TaskLogsCalls(stub func(context.Context, string, types.ContainerLogsOptions) (io.ReadCloser, error))

func (*FakeCommonAPIClient) TaskLogsReturns

func (fake *FakeCommonAPIClient) TaskLogsReturns(result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) TaskLogsReturnsOnCall

func (fake *FakeCommonAPIClient) TaskLogsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeCommonAPIClient) VolumeCreate

func (fake *FakeCommonAPIClient) VolumeCreate(arg1 context.Context, arg2 volume.CreateOptions) (volume.Volume, error)

func (*FakeCommonAPIClient) VolumeCreateArgsForCall

func (fake *FakeCommonAPIClient) VolumeCreateArgsForCall(i int) (context.Context, volume.CreateOptions)

func (*FakeCommonAPIClient) VolumeCreateCallCount

func (fake *FakeCommonAPIClient) VolumeCreateCallCount() int

func (*FakeCommonAPIClient) VolumeCreateCalls

func (fake *FakeCommonAPIClient) VolumeCreateCalls(stub func(context.Context, volume.CreateOptions) (volume.Volume, error))

func (*FakeCommonAPIClient) VolumeCreateReturns

func (fake *FakeCommonAPIClient) VolumeCreateReturns(result1 volume.Volume, result2 error)

func (*FakeCommonAPIClient) VolumeCreateReturnsOnCall

func (fake *FakeCommonAPIClient) VolumeCreateReturnsOnCall(i int, result1 volume.Volume, result2 error)

func (*FakeCommonAPIClient) VolumeInspect

func (fake *FakeCommonAPIClient) VolumeInspect(arg1 context.Context, arg2 string) (volume.Volume, error)

func (*FakeCommonAPIClient) VolumeInspectArgsForCall

func (fake *FakeCommonAPIClient) VolumeInspectArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) VolumeInspectCallCount

func (fake *FakeCommonAPIClient) VolumeInspectCallCount() int

func (*FakeCommonAPIClient) VolumeInspectCalls

func (fake *FakeCommonAPIClient) VolumeInspectCalls(stub func(context.Context, string) (volume.Volume, error))

func (*FakeCommonAPIClient) VolumeInspectReturns

func (fake *FakeCommonAPIClient) VolumeInspectReturns(result1 volume.Volume, result2 error)

func (*FakeCommonAPIClient) VolumeInspectReturnsOnCall

func (fake *FakeCommonAPIClient) VolumeInspectReturnsOnCall(i int, result1 volume.Volume, result2 error)

func (*FakeCommonAPIClient) VolumeInspectWithRaw

func (fake *FakeCommonAPIClient) VolumeInspectWithRaw(arg1 context.Context, arg2 string) (volume.Volume, []byte, error)

func (*FakeCommonAPIClient) VolumeInspectWithRawArgsForCall

func (fake *FakeCommonAPIClient) VolumeInspectWithRawArgsForCall(i int) (context.Context, string)

func (*FakeCommonAPIClient) VolumeInspectWithRawCallCount

func (fake *FakeCommonAPIClient) VolumeInspectWithRawCallCount() int

func (*FakeCommonAPIClient) VolumeInspectWithRawCalls

func (fake *FakeCommonAPIClient) VolumeInspectWithRawCalls(stub func(context.Context, string) (volume.Volume, []byte, error))

func (*FakeCommonAPIClient) VolumeInspectWithRawReturns

func (fake *FakeCommonAPIClient) VolumeInspectWithRawReturns(result1 volume.Volume, result2 []byte, result3 error)

func (*FakeCommonAPIClient) VolumeInspectWithRawReturnsOnCall

func (fake *FakeCommonAPIClient) VolumeInspectWithRawReturnsOnCall(i int, result1 volume.Volume, result2 []byte, result3 error)

func (*FakeCommonAPIClient) VolumeList

func (*FakeCommonAPIClient) VolumeListArgsForCall

func (fake *FakeCommonAPIClient) VolumeListArgsForCall(i int) (context.Context, volume.ListOptions)

func (*FakeCommonAPIClient) VolumeListCallCount

func (fake *FakeCommonAPIClient) VolumeListCallCount() int

func (*FakeCommonAPIClient) VolumeListCalls

func (fake *FakeCommonAPIClient) VolumeListCalls(stub func(context.Context, volume.ListOptions) (volume.ListResponse, error))

func (*FakeCommonAPIClient) VolumeListReturns

func (fake *FakeCommonAPIClient) VolumeListReturns(result1 volume.ListResponse, result2 error)

func (*FakeCommonAPIClient) VolumeListReturnsOnCall

func (fake *FakeCommonAPIClient) VolumeListReturnsOnCall(i int, result1 volume.ListResponse, result2 error)

func (*FakeCommonAPIClient) VolumeRemove

func (fake *FakeCommonAPIClient) VolumeRemove(arg1 context.Context, arg2 string, arg3 bool) error

func (*FakeCommonAPIClient) VolumeRemoveArgsForCall

func (fake *FakeCommonAPIClient) VolumeRemoveArgsForCall(i int) (context.Context, string, bool)

func (*FakeCommonAPIClient) VolumeRemoveCallCount

func (fake *FakeCommonAPIClient) VolumeRemoveCallCount() int

func (*FakeCommonAPIClient) VolumeRemoveCalls

func (fake *FakeCommonAPIClient) VolumeRemoveCalls(stub func(context.Context, string, bool) error)

func (*FakeCommonAPIClient) VolumeRemoveReturns

func (fake *FakeCommonAPIClient) VolumeRemoveReturns(result1 error)

func (*FakeCommonAPIClient) VolumeRemoveReturnsOnCall

func (fake *FakeCommonAPIClient) VolumeRemoveReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) VolumeUpdate added in v0.1.50

func (fake *FakeCommonAPIClient) VolumeUpdate(arg1 context.Context, arg2 string, arg3 swarm.Version, arg4 volume.UpdateOptions) error

func (*FakeCommonAPIClient) VolumeUpdateArgsForCall added in v0.1.50

func (fake *FakeCommonAPIClient) VolumeUpdateArgsForCall(i int) (context.Context, string, swarm.Version, volume.UpdateOptions)

func (*FakeCommonAPIClient) VolumeUpdateCallCount added in v0.1.50

func (fake *FakeCommonAPIClient) VolumeUpdateCallCount() int

func (*FakeCommonAPIClient) VolumeUpdateCalls added in v0.1.50

func (fake *FakeCommonAPIClient) VolumeUpdateCalls(stub func(context.Context, string, swarm.Version, volume.UpdateOptions) error)

func (*FakeCommonAPIClient) VolumeUpdateReturns added in v0.1.50

func (fake *FakeCommonAPIClient) VolumeUpdateReturns(result1 error)

func (*FakeCommonAPIClient) VolumeUpdateReturnsOnCall added in v0.1.50

func (fake *FakeCommonAPIClient) VolumeUpdateReturnsOnCall(i int, result1 error)

func (*FakeCommonAPIClient) VolumesPrune

func (fake *FakeCommonAPIClient) VolumesPrune(arg1 context.Context, arg2 filters.Args) (types.VolumesPruneReport, error)

func (*FakeCommonAPIClient) VolumesPruneArgsForCall

func (fake *FakeCommonAPIClient) VolumesPruneArgsForCall(i int) (context.Context, filters.Args)

func (*FakeCommonAPIClient) VolumesPruneCallCount

func (fake *FakeCommonAPIClient) VolumesPruneCallCount() int

func (*FakeCommonAPIClient) VolumesPruneCalls

func (fake *FakeCommonAPIClient) VolumesPruneCalls(stub func(context.Context, filters.Args) (types.VolumesPruneReport, error))

func (*FakeCommonAPIClient) VolumesPruneReturns

func (fake *FakeCommonAPIClient) VolumesPruneReturns(result1 types.VolumesPruneReport, result2 error)

func (*FakeCommonAPIClient) VolumesPruneReturnsOnCall

func (fake *FakeCommonAPIClient) VolumesPruneReturnsOnCall(i int, result1 types.VolumesPruneReport, result2 error)

type FakeContainerLogStreamer

type FakeContainerLogStreamer struct {
	StreamStub func(context.Context, string, io.Writer) error
	// contains filtered or unexported fields
}

func (*FakeContainerLogStreamer) Invocations

func (fake *FakeContainerLogStreamer) Invocations() map[string][][]interface{}

func (*FakeContainerLogStreamer) Stream

func (fake *FakeContainerLogStreamer) Stream(arg1 context.Context, arg2 string, arg3 io.Writer) error

func (*FakeContainerLogStreamer) StreamArgsForCall

func (fake *FakeContainerLogStreamer) StreamArgsForCall(i int) (context.Context, string, io.Writer)

func (*FakeContainerLogStreamer) StreamCallCount

func (fake *FakeContainerLogStreamer) StreamCallCount() int

func (*FakeContainerLogStreamer) StreamCalls

func (fake *FakeContainerLogStreamer) StreamCalls(stub func(context.Context, string, io.Writer) error)

func (*FakeContainerLogStreamer) StreamReturns

func (fake *FakeContainerLogStreamer) StreamReturns(result1 error)

func (*FakeContainerLogStreamer) StreamReturnsOnCall

func (fake *FakeContainerLogStreamer) StreamReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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