Documentation
¶
Index ¶
- type APIClient
- func (_mock *APIClient) BuildCachePrune(ctx context.Context, opts client.BuildCachePruneOptions) (client.BuildCachePruneResult, error)
- func (_mock *APIClient) BuildCancel(ctx context.Context, id string, opts client.BuildCancelOptions) (client.BuildCancelResult, error)
- func (_mock *APIClient) CheckpointCreate(ctx context.Context, container string, options client.CheckpointCreateOptions) (client.CheckpointCreateResult, error)
- func (_mock *APIClient) CheckpointList(ctx context.Context, container string, options client.CheckpointListOptions) (client.CheckpointListResult, error)
- func (_mock *APIClient) CheckpointRemove(ctx context.Context, container string, options client.CheckpointRemoveOptions) (client.CheckpointRemoveResult, error)
- func (_mock *APIClient) ClientVersion() string
- func (_mock *APIClient) Close() error
- func (_mock *APIClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error)
- func (_mock *APIClient) ConfigInspect(ctx context.Context, id string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error)
- func (_mock *APIClient) ConfigList(ctx context.Context, options client.ConfigListOptions) (client.ConfigListResult, error)
- func (_mock *APIClient) ConfigRemove(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error)
- func (_mock *APIClient) ConfigUpdate(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error)
- func (_mock *APIClient) ContainerAttach(ctx context.Context, container string, options client.ContainerAttachOptions) (client.ContainerAttachResult, error)
- func (_mock *APIClient) ContainerCommit(ctx context.Context, container string, options client.ContainerCommitOptions) (client.ContainerCommitResult, error)
- func (_mock *APIClient) ContainerCreate(ctx context.Context, options client.ContainerCreateOptions) (client.ContainerCreateResult, error)
- func (_mock *APIClient) ContainerDiff(ctx context.Context, container string, options client.ContainerDiffOptions) (client.ContainerDiffResult, error)
- func (_mock *APIClient) ContainerExport(ctx context.Context, container string, options client.ContainerExportOptions) (client.ContainerExportResult, error)
- func (_mock *APIClient) ContainerInspect(ctx context.Context, container string, options client.ContainerInspectOptions) (client.ContainerInspectResult, error)
- func (_mock *APIClient) ContainerKill(ctx context.Context, container string, options client.ContainerKillOptions) (client.ContainerKillResult, error)
- func (_mock *APIClient) ContainerList(ctx context.Context, options client.ContainerListOptions) (client.ContainerListResult, error)
- func (_mock *APIClient) ContainerLogs(ctx context.Context, container string, options client.ContainerLogsOptions) (client.ContainerLogsResult, error)
- func (_mock *APIClient) ContainerPause(ctx context.Context, container string, options client.ContainerPauseOptions) (client.ContainerPauseResult, error)
- func (_mock *APIClient) ContainerPrune(ctx context.Context, opts client.ContainerPruneOptions) (client.ContainerPruneResult, error)
- func (_mock *APIClient) ContainerRemove(ctx context.Context, container string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error)
- func (_mock *APIClient) ContainerRename(ctx context.Context, container string, options client.ContainerRenameOptions) (client.ContainerRenameResult, error)
- func (_mock *APIClient) ContainerResize(ctx context.Context, container string, options client.ContainerResizeOptions) (client.ContainerResizeResult, error)
- func (_mock *APIClient) ContainerRestart(ctx context.Context, container string, options client.ContainerRestartOptions) (client.ContainerRestartResult, error)
- func (_mock *APIClient) ContainerStart(ctx context.Context, container string, options client.ContainerStartOptions) (client.ContainerStartResult, error)
- func (_mock *APIClient) ContainerStatPath(ctx context.Context, container string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error)
- func (_mock *APIClient) ContainerStats(ctx context.Context, container string, options client.ContainerStatsOptions) (client.ContainerStatsResult, error)
- func (_mock *APIClient) ContainerStop(ctx context.Context, container string, options client.ContainerStopOptions) (client.ContainerStopResult, error)
- func (_mock *APIClient) ContainerTop(ctx context.Context, container string, options client.ContainerTopOptions) (client.ContainerTopResult, error)
- func (_mock *APIClient) ContainerUnpause(ctx context.Context, container string, options client.ContainerUnpauseOptions) (client.ContainerUnpauseResult, error)
- func (_mock *APIClient) ContainerUpdate(ctx context.Context, container string, ...) (client.ContainerUpdateResult, error)
- func (_mock *APIClient) ContainerWait(ctx context.Context, container string, options client.ContainerWaitOptions) client.ContainerWaitResult
- func (_mock *APIClient) CopyFromContainer(ctx context.Context, container string, options client.CopyFromContainerOptions) (client.CopyFromContainerResult, error)
- func (_mock *APIClient) CopyToContainer(ctx context.Context, container string, options client.CopyToContainerOptions) (client.CopyToContainerResult, error)
- func (_mock *APIClient) DaemonHost() string
- func (_mock *APIClient) DialHijack(ctx context.Context, url string, proto string, meta map[string][]string) (net.Conn, error)
- func (_mock *APIClient) Dialer() func(context.Context) (net.Conn, error)
- func (_mock *APIClient) DiskUsage(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error)
- func (_mock *APIClient) DistributionInspect(ctx context.Context, image string, options client.DistributionInspectOptions) (client.DistributionInspectResult, error)
- func (_m *APIClient) EXPECT() *APIClient_Expecter
- func (_mock *APIClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult
- func (_mock *APIClient) ExecAttach(ctx context.Context, execID string, options client.ExecAttachOptions) (client.ExecAttachResult, error)
- func (_mock *APIClient) ExecCreate(ctx context.Context, container string, options client.ExecCreateOptions) (client.ExecCreateResult, error)
- func (_mock *APIClient) ExecInspect(ctx context.Context, execID string, options client.ExecInspectOptions) (client.ExecInspectResult, error)
- func (_mock *APIClient) ExecResize(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error)
- func (_mock *APIClient) ExecStart(ctx context.Context, execID string, options client.ExecStartOptions) (client.ExecStartResult, error)
- func (_mock *APIClient) ImageAttestations(ctx context.Context, image string, ...) (client.ImageAttestationsResult, error)
- func (_mock *APIClient) ImageBuild(ctx context.Context, context1 io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error)
- func (_mock *APIClient) ImageHistory(ctx context.Context, image string, ...) (client.ImageHistoryResult, error)
- func (_mock *APIClient) ImageImport(ctx context.Context, source client.ImageImportSource, ref string, ...) (client.ImageImportResult, error)
- func (_mock *APIClient) ImageInspect(ctx context.Context, image string, ...) (client.ImageInspectResult, error)
- func (_mock *APIClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error)
- func (_mock *APIClient) ImageLoad(ctx context.Context, input io.Reader, ...) (client.ImageLoadResult, error)
- func (_mock *APIClient) ImagePrune(ctx context.Context, opts client.ImagePruneOptions) (client.ImagePruneResult, error)
- func (_mock *APIClient) ImagePull(ctx context.Context, ref string, options client.ImagePullOptions) (client.ImagePullResponse, error)
- func (_mock *APIClient) ImagePush(ctx context.Context, ref string, options client.ImagePushOptions) (client.ImagePushResponse, error)
- func (_mock *APIClient) ImageRemove(ctx context.Context, image string, options client.ImageRemoveOptions) (client.ImageRemoveResult, error)
- func (_mock *APIClient) ImageSave(ctx context.Context, images []string, ...) (client.ImageSaveResult, error)
- func (_mock *APIClient) ImageSearch(ctx context.Context, term string, options client.ImageSearchOptions) (client.ImageSearchResult, error)
- func (_mock *APIClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error)
- func (_mock *APIClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error)
- func (_mock *APIClient) NetworkConnect(ctx context.Context, network string, options client.NetworkConnectOptions) (client.NetworkConnectResult, error)
- func (_mock *APIClient) NetworkCreate(ctx context.Context, name string, options client.NetworkCreateOptions) (client.NetworkCreateResult, error)
- func (_mock *APIClient) NetworkDisconnect(ctx context.Context, network string, options client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error)
- func (_mock *APIClient) NetworkInspect(ctx context.Context, network string, options client.NetworkInspectOptions) (client.NetworkInspectResult, error)
- func (_mock *APIClient) NetworkList(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error)
- func (_mock *APIClient) NetworkPrune(ctx context.Context, opts client.NetworkPruneOptions) (client.NetworkPruneResult, error)
- func (_mock *APIClient) NetworkRemove(ctx context.Context, network string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error)
- func (_mock *APIClient) NodeInspect(ctx context.Context, nodeID string, options client.NodeInspectOptions) (client.NodeInspectResult, error)
- func (_mock *APIClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error)
- func (_mock *APIClient) NodeRemove(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error)
- func (_mock *APIClient) NodeUpdate(ctx context.Context, nodeID string, options client.NodeUpdateOptions) (client.NodeUpdateResult, error)
- func (_mock *APIClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error)
- func (_mock *APIClient) PluginCreate(ctx context.Context, createContext io.Reader, ...) (client.PluginCreateResult, error)
- func (_mock *APIClient) PluginDisable(ctx context.Context, name string, options client.PluginDisableOptions) (client.PluginDisableResult, error)
- func (_mock *APIClient) PluginEnable(ctx context.Context, name string, options client.PluginEnableOptions) (client.PluginEnableResult, error)
- func (_mock *APIClient) PluginInspect(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error)
- func (_mock *APIClient) PluginInstall(ctx context.Context, name string, options client.PluginInstallOptions) (client.PluginInstallResult, error)
- func (_mock *APIClient) PluginList(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error)
- func (_mock *APIClient) PluginPush(ctx context.Context, name string, options client.PluginPushOptions) (client.PluginPushResult, error)
- func (_mock *APIClient) PluginRemove(ctx context.Context, name string, options client.PluginRemoveOptions) (client.PluginRemoveResult, error)
- func (_mock *APIClient) PluginSet(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error)
- func (_mock *APIClient) PluginUpgrade(ctx context.Context, name string, options client.PluginUpgradeOptions) (client.PluginUpgradeResult, error)
- func (_mock *APIClient) RegistryLogin(ctx context.Context, auth client.RegistryLoginOptions) (client.RegistryLoginResult, error)
- func (_mock *APIClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error)
- func (_mock *APIClient) SecretInspect(ctx context.Context, id string, options client.SecretInspectOptions) (client.SecretInspectResult, error)
- func (_mock *APIClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error)
- func (_mock *APIClient) SecretRemove(ctx context.Context, id string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error)
- func (_mock *APIClient) SecretUpdate(ctx context.Context, id string, options client.SecretUpdateOptions) (client.SecretUpdateResult, error)
- func (_mock *APIClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error)
- func (_mock *APIClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error)
- func (_mock *APIClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error)
- func (_mock *APIClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error)
- func (_mock *APIClient) ServiceLogs(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error)
- func (_mock *APIClient) ServiceRemove(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error)
- func (_mock *APIClient) ServiceUpdate(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error)
- func (_mock *APIClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error)
- func (_mock *APIClient) SwarmInit(ctx context.Context, options client.SwarmInitOptions) (client.SwarmInitResult, error)
- func (_mock *APIClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error)
- func (_mock *APIClient) SwarmJoin(ctx context.Context, options client.SwarmJoinOptions) (client.SwarmJoinResult, error)
- func (_mock *APIClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error)
- func (_mock *APIClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error)
- func (_mock *APIClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error)
- func (_mock *APIClient) TaskInspect(ctx context.Context, taskID string, options client.TaskInspectOptions) (client.TaskInspectResult, error)
- func (_mock *APIClient) TaskList(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error)
- func (_mock *APIClient) TaskLogs(ctx context.Context, taskID string, options client.TaskLogsOptions) (client.TaskLogsResult, error)
- func (_mock *APIClient) VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error)
- func (_mock *APIClient) VolumeInspect(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error)
- func (_mock *APIClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error)
- func (_mock *APIClient) VolumePrune(ctx context.Context, options client.VolumePruneOptions) (client.VolumePruneResult, error)
- func (_mock *APIClient) VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error)
- func (_mock *APIClient) VolumeUpdate(ctx context.Context, volumeID string, options client.VolumeUpdateOptions) (client.VolumeUpdateResult, error)
- type APIClient_BuildCachePrune_Call
- func (_c *APIClient_BuildCachePrune_Call) Return(buildCachePruneResult client.BuildCachePruneResult, err error) *APIClient_BuildCachePrune_Call
- func (_c *APIClient_BuildCachePrune_Call) Run(run func(ctx context.Context, opts client.BuildCachePruneOptions)) *APIClient_BuildCachePrune_Call
- func (_c *APIClient_BuildCachePrune_Call) RunAndReturn(...) *APIClient_BuildCachePrune_Call
- type APIClient_BuildCancel_Call
- func (_c *APIClient_BuildCancel_Call) Return(buildCancelResult client.BuildCancelResult, err error) *APIClient_BuildCancel_Call
- func (_c *APIClient_BuildCancel_Call) Run(run func(ctx context.Context, id string, opts client.BuildCancelOptions)) *APIClient_BuildCancel_Call
- func (_c *APIClient_BuildCancel_Call) RunAndReturn(...) *APIClient_BuildCancel_Call
- type APIClient_CheckpointCreate_Call
- func (_c *APIClient_CheckpointCreate_Call) Return(checkpointCreateResult client.CheckpointCreateResult, err error) *APIClient_CheckpointCreate_Call
- func (_c *APIClient_CheckpointCreate_Call) Run(...) *APIClient_CheckpointCreate_Call
- func (_c *APIClient_CheckpointCreate_Call) RunAndReturn(...) *APIClient_CheckpointCreate_Call
- type APIClient_CheckpointList_Call
- func (_c *APIClient_CheckpointList_Call) Return(checkpointListResult client.CheckpointListResult, err error) *APIClient_CheckpointList_Call
- func (_c *APIClient_CheckpointList_Call) Run(...) *APIClient_CheckpointList_Call
- func (_c *APIClient_CheckpointList_Call) RunAndReturn(...) *APIClient_CheckpointList_Call
- type APIClient_CheckpointRemove_Call
- func (_c *APIClient_CheckpointRemove_Call) Return(checkpointRemoveResult client.CheckpointRemoveResult, err error) *APIClient_CheckpointRemove_Call
- func (_c *APIClient_CheckpointRemove_Call) Run(...) *APIClient_CheckpointRemove_Call
- func (_c *APIClient_CheckpointRemove_Call) RunAndReturn(...) *APIClient_CheckpointRemove_Call
- type APIClient_ClientVersion_Call
- type APIClient_Close_Call
- type APIClient_ConfigCreate_Call
- func (_c *APIClient_ConfigCreate_Call) Return(configCreateResult client.ConfigCreateResult, err error) *APIClient_ConfigCreate_Call
- func (_c *APIClient_ConfigCreate_Call) Run(run func(ctx context.Context, options client.ConfigCreateOptions)) *APIClient_ConfigCreate_Call
- func (_c *APIClient_ConfigCreate_Call) RunAndReturn(...) *APIClient_ConfigCreate_Call
- type APIClient_ConfigInspect_Call
- func (_c *APIClient_ConfigInspect_Call) Return(configInspectResult client.ConfigInspectResult, err error) *APIClient_ConfigInspect_Call
- func (_c *APIClient_ConfigInspect_Call) Run(run func(ctx context.Context, id string, options client.ConfigInspectOptions)) *APIClient_ConfigInspect_Call
- func (_c *APIClient_ConfigInspect_Call) RunAndReturn(...) *APIClient_ConfigInspect_Call
- type APIClient_ConfigList_Call
- func (_c *APIClient_ConfigList_Call) Return(configListResult client.ConfigListResult, err error) *APIClient_ConfigList_Call
- func (_c *APIClient_ConfigList_Call) Run(run func(ctx context.Context, options client.ConfigListOptions)) *APIClient_ConfigList_Call
- func (_c *APIClient_ConfigList_Call) RunAndReturn(...) *APIClient_ConfigList_Call
- type APIClient_ConfigRemove_Call
- func (_c *APIClient_ConfigRemove_Call) Return(configRemoveResult client.ConfigRemoveResult, err error) *APIClient_ConfigRemove_Call
- func (_c *APIClient_ConfigRemove_Call) Run(run func(ctx context.Context, id string, options client.ConfigRemoveOptions)) *APIClient_ConfigRemove_Call
- func (_c *APIClient_ConfigRemove_Call) RunAndReturn(...) *APIClient_ConfigRemove_Call
- type APIClient_ConfigUpdate_Call
- func (_c *APIClient_ConfigUpdate_Call) Return(configUpdateResult client.ConfigUpdateResult, err error) *APIClient_ConfigUpdate_Call
- func (_c *APIClient_ConfigUpdate_Call) Run(run func(ctx context.Context, id string, options client.ConfigUpdateOptions)) *APIClient_ConfigUpdate_Call
- func (_c *APIClient_ConfigUpdate_Call) RunAndReturn(...) *APIClient_ConfigUpdate_Call
- type APIClient_ContainerAttach_Call
- func (_c *APIClient_ContainerAttach_Call) Return(containerAttachResult client.ContainerAttachResult, err error) *APIClient_ContainerAttach_Call
- func (_c *APIClient_ContainerAttach_Call) Run(...) *APIClient_ContainerAttach_Call
- func (_c *APIClient_ContainerAttach_Call) RunAndReturn(...) *APIClient_ContainerAttach_Call
- type APIClient_ContainerCommit_Call
- func (_c *APIClient_ContainerCommit_Call) Return(containerCommitResult client.ContainerCommitResult, err error) *APIClient_ContainerCommit_Call
- func (_c *APIClient_ContainerCommit_Call) Run(...) *APIClient_ContainerCommit_Call
- func (_c *APIClient_ContainerCommit_Call) RunAndReturn(...) *APIClient_ContainerCommit_Call
- type APIClient_ContainerCreate_Call
- func (_c *APIClient_ContainerCreate_Call) Return(containerCreateResult client.ContainerCreateResult, err error) *APIClient_ContainerCreate_Call
- func (_c *APIClient_ContainerCreate_Call) Run(run func(ctx context.Context, options client.ContainerCreateOptions)) *APIClient_ContainerCreate_Call
- func (_c *APIClient_ContainerCreate_Call) RunAndReturn(...) *APIClient_ContainerCreate_Call
- type APIClient_ContainerDiff_Call
- func (_c *APIClient_ContainerDiff_Call) Return(containerDiffResult client.ContainerDiffResult, err error) *APIClient_ContainerDiff_Call
- func (_c *APIClient_ContainerDiff_Call) Run(...) *APIClient_ContainerDiff_Call
- func (_c *APIClient_ContainerDiff_Call) RunAndReturn(...) *APIClient_ContainerDiff_Call
- type APIClient_ContainerExport_Call
- func (_c *APIClient_ContainerExport_Call) Return(containerExportResult client.ContainerExportResult, err error) *APIClient_ContainerExport_Call
- func (_c *APIClient_ContainerExport_Call) Run(...) *APIClient_ContainerExport_Call
- func (_c *APIClient_ContainerExport_Call) RunAndReturn(...) *APIClient_ContainerExport_Call
- type APIClient_ContainerInspect_Call
- func (_c *APIClient_ContainerInspect_Call) Return(containerInspectResult client.ContainerInspectResult, err error) *APIClient_ContainerInspect_Call
- func (_c *APIClient_ContainerInspect_Call) Run(...) *APIClient_ContainerInspect_Call
- func (_c *APIClient_ContainerInspect_Call) RunAndReturn(...) *APIClient_ContainerInspect_Call
- type APIClient_ContainerKill_Call
- func (_c *APIClient_ContainerKill_Call) Return(containerKillResult client.ContainerKillResult, err error) *APIClient_ContainerKill_Call
- func (_c *APIClient_ContainerKill_Call) Run(...) *APIClient_ContainerKill_Call
- func (_c *APIClient_ContainerKill_Call) RunAndReturn(...) *APIClient_ContainerKill_Call
- type APIClient_ContainerList_Call
- func (_c *APIClient_ContainerList_Call) Return(containerListResult client.ContainerListResult, err error) *APIClient_ContainerList_Call
- func (_c *APIClient_ContainerList_Call) Run(run func(ctx context.Context, options client.ContainerListOptions)) *APIClient_ContainerList_Call
- func (_c *APIClient_ContainerList_Call) RunAndReturn(...) *APIClient_ContainerList_Call
- type APIClient_ContainerLogs_Call
- func (_c *APIClient_ContainerLogs_Call) Return(containerLogsResult client.ContainerLogsResult, err error) *APIClient_ContainerLogs_Call
- func (_c *APIClient_ContainerLogs_Call) Run(...) *APIClient_ContainerLogs_Call
- func (_c *APIClient_ContainerLogs_Call) RunAndReturn(...) *APIClient_ContainerLogs_Call
- type APIClient_ContainerPause_Call
- func (_c *APIClient_ContainerPause_Call) Return(containerPauseResult client.ContainerPauseResult, err error) *APIClient_ContainerPause_Call
- func (_c *APIClient_ContainerPause_Call) Run(...) *APIClient_ContainerPause_Call
- func (_c *APIClient_ContainerPause_Call) RunAndReturn(...) *APIClient_ContainerPause_Call
- type APIClient_ContainerPrune_Call
- func (_c *APIClient_ContainerPrune_Call) Return(containerPruneResult client.ContainerPruneResult, err error) *APIClient_ContainerPrune_Call
- func (_c *APIClient_ContainerPrune_Call) Run(run func(ctx context.Context, opts client.ContainerPruneOptions)) *APIClient_ContainerPrune_Call
- func (_c *APIClient_ContainerPrune_Call) RunAndReturn(...) *APIClient_ContainerPrune_Call
- type APIClient_ContainerRemove_Call
- func (_c *APIClient_ContainerRemove_Call) Return(containerRemoveResult client.ContainerRemoveResult, err error) *APIClient_ContainerRemove_Call
- func (_c *APIClient_ContainerRemove_Call) Run(...) *APIClient_ContainerRemove_Call
- func (_c *APIClient_ContainerRemove_Call) RunAndReturn(...) *APIClient_ContainerRemove_Call
- type APIClient_ContainerRename_Call
- func (_c *APIClient_ContainerRename_Call) Return(containerRenameResult client.ContainerRenameResult, err error) *APIClient_ContainerRename_Call
- func (_c *APIClient_ContainerRename_Call) Run(...) *APIClient_ContainerRename_Call
- func (_c *APIClient_ContainerRename_Call) RunAndReturn(...) *APIClient_ContainerRename_Call
- type APIClient_ContainerResize_Call
- func (_c *APIClient_ContainerResize_Call) Return(containerResizeResult client.ContainerResizeResult, err error) *APIClient_ContainerResize_Call
- func (_c *APIClient_ContainerResize_Call) Run(...) *APIClient_ContainerResize_Call
- func (_c *APIClient_ContainerResize_Call) RunAndReturn(...) *APIClient_ContainerResize_Call
- type APIClient_ContainerRestart_Call
- func (_c *APIClient_ContainerRestart_Call) Return(containerRestartResult client.ContainerRestartResult, err error) *APIClient_ContainerRestart_Call
- func (_c *APIClient_ContainerRestart_Call) Run(...) *APIClient_ContainerRestart_Call
- func (_c *APIClient_ContainerRestart_Call) RunAndReturn(...) *APIClient_ContainerRestart_Call
- type APIClient_ContainerStart_Call
- func (_c *APIClient_ContainerStart_Call) Return(containerStartResult client.ContainerStartResult, err error) *APIClient_ContainerStart_Call
- func (_c *APIClient_ContainerStart_Call) Run(...) *APIClient_ContainerStart_Call
- func (_c *APIClient_ContainerStart_Call) RunAndReturn(...) *APIClient_ContainerStart_Call
- type APIClient_ContainerStatPath_Call
- func (_c *APIClient_ContainerStatPath_Call) Return(containerStatPathResult client.ContainerStatPathResult, err error) *APIClient_ContainerStatPath_Call
- func (_c *APIClient_ContainerStatPath_Call) Run(...) *APIClient_ContainerStatPath_Call
- func (_c *APIClient_ContainerStatPath_Call) RunAndReturn(...) *APIClient_ContainerStatPath_Call
- type APIClient_ContainerStats_Call
- func (_c *APIClient_ContainerStats_Call) Return(containerStatsResult client.ContainerStatsResult, err error) *APIClient_ContainerStats_Call
- func (_c *APIClient_ContainerStats_Call) Run(...) *APIClient_ContainerStats_Call
- func (_c *APIClient_ContainerStats_Call) RunAndReturn(...) *APIClient_ContainerStats_Call
- type APIClient_ContainerStop_Call
- func (_c *APIClient_ContainerStop_Call) Return(containerStopResult client.ContainerStopResult, err error) *APIClient_ContainerStop_Call
- func (_c *APIClient_ContainerStop_Call) Run(...) *APIClient_ContainerStop_Call
- func (_c *APIClient_ContainerStop_Call) RunAndReturn(...) *APIClient_ContainerStop_Call
- type APIClient_ContainerTop_Call
- type APIClient_ContainerUnpause_Call
- func (_c *APIClient_ContainerUnpause_Call) Return(containerUnpauseResult client.ContainerUnpauseResult, err error) *APIClient_ContainerUnpause_Call
- func (_c *APIClient_ContainerUnpause_Call) Run(...) *APIClient_ContainerUnpause_Call
- func (_c *APIClient_ContainerUnpause_Call) RunAndReturn(...) *APIClient_ContainerUnpause_Call
- type APIClient_ContainerUpdate_Call
- func (_c *APIClient_ContainerUpdate_Call) Return(containerUpdateResult client.ContainerUpdateResult, err error) *APIClient_ContainerUpdate_Call
- func (_c *APIClient_ContainerUpdate_Call) Run(run func(ctx context.Context, container string, ...)) *APIClient_ContainerUpdate_Call
- func (_c *APIClient_ContainerUpdate_Call) RunAndReturn(...) *APIClient_ContainerUpdate_Call
- type APIClient_ContainerWait_Call
- type APIClient_CopyFromContainer_Call
- func (_c *APIClient_CopyFromContainer_Call) Return(copyFromContainerResult client.CopyFromContainerResult, err error) *APIClient_CopyFromContainer_Call
- func (_c *APIClient_CopyFromContainer_Call) Run(...) *APIClient_CopyFromContainer_Call
- func (_c *APIClient_CopyFromContainer_Call) RunAndReturn(...) *APIClient_CopyFromContainer_Call
- type APIClient_CopyToContainer_Call
- func (_c *APIClient_CopyToContainer_Call) Return(copyToContainerResult client.CopyToContainerResult, err error) *APIClient_CopyToContainer_Call
- func (_c *APIClient_CopyToContainer_Call) Run(...) *APIClient_CopyToContainer_Call
- func (_c *APIClient_CopyToContainer_Call) RunAndReturn(...) *APIClient_CopyToContainer_Call
- type APIClient_DaemonHost_Call
- type APIClient_DialHijack_Call
- type APIClient_Dialer_Call
- type APIClient_DiskUsage_Call
- func (_c *APIClient_DiskUsage_Call) Return(diskUsageResult client.DiskUsageResult, err error) *APIClient_DiskUsage_Call
- func (_c *APIClient_DiskUsage_Call) Run(run func(ctx context.Context, options client.DiskUsageOptions)) *APIClient_DiskUsage_Call
- func (_c *APIClient_DiskUsage_Call) RunAndReturn(...) *APIClient_DiskUsage_Call
- type APIClient_DistributionInspect_Call
- func (_c *APIClient_DistributionInspect_Call) Return(distributionInspectResult client.DistributionInspectResult, err error) *APIClient_DistributionInspect_Call
- func (_c *APIClient_DistributionInspect_Call) Run(...) *APIClient_DistributionInspect_Call
- func (_c *APIClient_DistributionInspect_Call) RunAndReturn(...) *APIClient_DistributionInspect_Call
- type APIClient_Events_Call
- type APIClient_ExecAttach_Call
- func (_c *APIClient_ExecAttach_Call) Return(execAttachResult client.ExecAttachResult, err error) *APIClient_ExecAttach_Call
- func (_c *APIClient_ExecAttach_Call) Run(run func(ctx context.Context, execID string, options client.ExecAttachOptions)) *APIClient_ExecAttach_Call
- func (_c *APIClient_ExecAttach_Call) RunAndReturn(...) *APIClient_ExecAttach_Call
- type APIClient_ExecCreate_Call
- type APIClient_ExecInspect_Call
- type APIClient_ExecResize_Call
- func (_c *APIClient_ExecResize_Call) Return(execResizeResult client.ExecResizeResult, err error) *APIClient_ExecResize_Call
- func (_c *APIClient_ExecResize_Call) Run(run func(ctx context.Context, execID string, options client.ExecResizeOptions)) *APIClient_ExecResize_Call
- func (_c *APIClient_ExecResize_Call) RunAndReturn(...) *APIClient_ExecResize_Call
- type APIClient_ExecStart_Call
- func (_c *APIClient_ExecStart_Call) Return(execStartResult client.ExecStartResult, err error) *APIClient_ExecStart_Call
- func (_c *APIClient_ExecStart_Call) Run(run func(ctx context.Context, execID string, options client.ExecStartOptions)) *APIClient_ExecStart_Call
- func (_c *APIClient_ExecStart_Call) RunAndReturn(...) *APIClient_ExecStart_Call
- type APIClient_Expecter
- func (_e *APIClient_Expecter) BuildCachePrune(ctx any, opts any) *APIClient_BuildCachePrune_Call
- func (_e *APIClient_Expecter) BuildCancel(ctx any, id any, opts any) *APIClient_BuildCancel_Call
- func (_e *APIClient_Expecter) CheckpointCreate(ctx any, container any, options any) *APIClient_CheckpointCreate_Call
- func (_e *APIClient_Expecter) CheckpointList(ctx any, container any, options any) *APIClient_CheckpointList_Call
- func (_e *APIClient_Expecter) CheckpointRemove(ctx any, container any, options any) *APIClient_CheckpointRemove_Call
- func (_e *APIClient_Expecter) ClientVersion() *APIClient_ClientVersion_Call
- func (_e *APIClient_Expecter) Close() *APIClient_Close_Call
- func (_e *APIClient_Expecter) ConfigCreate(ctx any, options any) *APIClient_ConfigCreate_Call
- func (_e *APIClient_Expecter) ConfigInspect(ctx any, id any, options any) *APIClient_ConfigInspect_Call
- func (_e *APIClient_Expecter) ConfigList(ctx any, options any) *APIClient_ConfigList_Call
- func (_e *APIClient_Expecter) ConfigRemove(ctx any, id any, options any) *APIClient_ConfigRemove_Call
- func (_e *APIClient_Expecter) ConfigUpdate(ctx any, id any, options any) *APIClient_ConfigUpdate_Call
- func (_e *APIClient_Expecter) ContainerAttach(ctx any, container any, options any) *APIClient_ContainerAttach_Call
- func (_e *APIClient_Expecter) ContainerCommit(ctx any, container any, options any) *APIClient_ContainerCommit_Call
- func (_e *APIClient_Expecter) ContainerCreate(ctx any, options any) *APIClient_ContainerCreate_Call
- func (_e *APIClient_Expecter) ContainerDiff(ctx any, container any, options any) *APIClient_ContainerDiff_Call
- func (_e *APIClient_Expecter) ContainerExport(ctx any, container any, options any) *APIClient_ContainerExport_Call
- func (_e *APIClient_Expecter) ContainerInspect(ctx any, container any, options any) *APIClient_ContainerInspect_Call
- func (_e *APIClient_Expecter) ContainerKill(ctx any, container any, options any) *APIClient_ContainerKill_Call
- func (_e *APIClient_Expecter) ContainerList(ctx any, options any) *APIClient_ContainerList_Call
- func (_e *APIClient_Expecter) ContainerLogs(ctx any, container any, options any) *APIClient_ContainerLogs_Call
- func (_e *APIClient_Expecter) ContainerPause(ctx any, container any, options any) *APIClient_ContainerPause_Call
- func (_e *APIClient_Expecter) ContainerPrune(ctx any, opts any) *APIClient_ContainerPrune_Call
- func (_e *APIClient_Expecter) ContainerRemove(ctx any, container any, options any) *APIClient_ContainerRemove_Call
- func (_e *APIClient_Expecter) ContainerRename(ctx any, container any, options any) *APIClient_ContainerRename_Call
- func (_e *APIClient_Expecter) ContainerResize(ctx any, container any, options any) *APIClient_ContainerResize_Call
- func (_e *APIClient_Expecter) ContainerRestart(ctx any, container any, options any) *APIClient_ContainerRestart_Call
- func (_e *APIClient_Expecter) ContainerStart(ctx any, container any, options any) *APIClient_ContainerStart_Call
- func (_e *APIClient_Expecter) ContainerStatPath(ctx any, container any, options any) *APIClient_ContainerStatPath_Call
- func (_e *APIClient_Expecter) ContainerStats(ctx any, container any, options any) *APIClient_ContainerStats_Call
- func (_e *APIClient_Expecter) ContainerStop(ctx any, container any, options any) *APIClient_ContainerStop_Call
- func (_e *APIClient_Expecter) ContainerTop(ctx any, container any, options any) *APIClient_ContainerTop_Call
- func (_e *APIClient_Expecter) ContainerUnpause(ctx any, container any, options any) *APIClient_ContainerUnpause_Call
- func (_e *APIClient_Expecter) ContainerUpdate(ctx any, container any, updateConfig any) *APIClient_ContainerUpdate_Call
- func (_e *APIClient_Expecter) ContainerWait(ctx any, container any, options any) *APIClient_ContainerWait_Call
- func (_e *APIClient_Expecter) CopyFromContainer(ctx any, container any, options any) *APIClient_CopyFromContainer_Call
- func (_e *APIClient_Expecter) CopyToContainer(ctx any, container any, options any) *APIClient_CopyToContainer_Call
- func (_e *APIClient_Expecter) DaemonHost() *APIClient_DaemonHost_Call
- func (_e *APIClient_Expecter) DialHijack(ctx any, url any, proto any, meta any) *APIClient_DialHijack_Call
- func (_e *APIClient_Expecter) Dialer() *APIClient_Dialer_Call
- func (_e *APIClient_Expecter) DiskUsage(ctx any, options any) *APIClient_DiskUsage_Call
- func (_e *APIClient_Expecter) DistributionInspect(ctx any, image any, options any) *APIClient_DistributionInspect_Call
- func (_e *APIClient_Expecter) Events(ctx any, options any) *APIClient_Events_Call
- func (_e *APIClient_Expecter) ExecAttach(ctx any, execID any, options any) *APIClient_ExecAttach_Call
- func (_e *APIClient_Expecter) ExecCreate(ctx any, container any, options any) *APIClient_ExecCreate_Call
- func (_e *APIClient_Expecter) ExecInspect(ctx any, execID any, options any) *APIClient_ExecInspect_Call
- func (_e *APIClient_Expecter) ExecResize(ctx any, execID any, options any) *APIClient_ExecResize_Call
- func (_e *APIClient_Expecter) ExecStart(ctx any, execID any, options any) *APIClient_ExecStart_Call
- func (_e *APIClient_Expecter) ImageAttestations(ctx any, image any, imageAttestationsOptions ...any) *APIClient_ImageAttestations_Call
- func (_e *APIClient_Expecter) ImageBuild(ctx any, context1 any, options any) *APIClient_ImageBuild_Call
- func (_e *APIClient_Expecter) ImageHistory(ctx any, image any, imageHistoryOptions ...any) *APIClient_ImageHistory_Call
- func (_e *APIClient_Expecter) ImageImport(ctx any, source any, ref any, options any) *APIClient_ImageImport_Call
- func (_e *APIClient_Expecter) ImageInspect(ctx any, image any, imageInspectOptions ...any) *APIClient_ImageInspect_Call
- func (_e *APIClient_Expecter) ImageList(ctx any, options any) *APIClient_ImageList_Call
- func (_e *APIClient_Expecter) ImageLoad(ctx any, input any, imageLoadOptions ...any) *APIClient_ImageLoad_Call
- func (_e *APIClient_Expecter) ImagePrune(ctx any, opts any) *APIClient_ImagePrune_Call
- func (_e *APIClient_Expecter) ImagePull(ctx any, ref any, options any) *APIClient_ImagePull_Call
- func (_e *APIClient_Expecter) ImagePush(ctx any, ref any, options any) *APIClient_ImagePush_Call
- func (_e *APIClient_Expecter) ImageRemove(ctx any, image any, options any) *APIClient_ImageRemove_Call
- func (_e *APIClient_Expecter) ImageSave(ctx any, images any, imageSaveOptions ...any) *APIClient_ImageSave_Call
- func (_e *APIClient_Expecter) ImageSearch(ctx any, term any, options any) *APIClient_ImageSearch_Call
- func (_e *APIClient_Expecter) ImageTag(ctx any, options any) *APIClient_ImageTag_Call
- func (_e *APIClient_Expecter) Info(ctx any, options any) *APIClient_Info_Call
- func (_e *APIClient_Expecter) NetworkConnect(ctx any, network any, options any) *APIClient_NetworkConnect_Call
- func (_e *APIClient_Expecter) NetworkCreate(ctx any, name any, options any) *APIClient_NetworkCreate_Call
- func (_e *APIClient_Expecter) NetworkDisconnect(ctx any, network any, options any) *APIClient_NetworkDisconnect_Call
- func (_e *APIClient_Expecter) NetworkInspect(ctx any, network any, options any) *APIClient_NetworkInspect_Call
- func (_e *APIClient_Expecter) NetworkList(ctx any, options any) *APIClient_NetworkList_Call
- func (_e *APIClient_Expecter) NetworkPrune(ctx any, opts any) *APIClient_NetworkPrune_Call
- func (_e *APIClient_Expecter) NetworkRemove(ctx any, network any, options any) *APIClient_NetworkRemove_Call
- func (_e *APIClient_Expecter) NodeInspect(ctx any, nodeID any, options any) *APIClient_NodeInspect_Call
- func (_e *APIClient_Expecter) NodeList(ctx any, options any) *APIClient_NodeList_Call
- func (_e *APIClient_Expecter) NodeRemove(ctx any, nodeID any, options any) *APIClient_NodeRemove_Call
- func (_e *APIClient_Expecter) NodeUpdate(ctx any, nodeID any, options any) *APIClient_NodeUpdate_Call
- func (_e *APIClient_Expecter) Ping(ctx any, options any) *APIClient_Ping_Call
- func (_e *APIClient_Expecter) PluginCreate(ctx any, createContext any, options any) *APIClient_PluginCreate_Call
- func (_e *APIClient_Expecter) PluginDisable(ctx any, name any, options any) *APIClient_PluginDisable_Call
- func (_e *APIClient_Expecter) PluginEnable(ctx any, name any, options any) *APIClient_PluginEnable_Call
- func (_e *APIClient_Expecter) PluginInspect(ctx any, name any, options any) *APIClient_PluginInspect_Call
- func (_e *APIClient_Expecter) PluginInstall(ctx any, name any, options any) *APIClient_PluginInstall_Call
- func (_e *APIClient_Expecter) PluginList(ctx any, options any) *APIClient_PluginList_Call
- func (_e *APIClient_Expecter) PluginPush(ctx any, name any, options any) *APIClient_PluginPush_Call
- func (_e *APIClient_Expecter) PluginRemove(ctx any, name any, options any) *APIClient_PluginRemove_Call
- func (_e *APIClient_Expecter) PluginSet(ctx any, name any, options any) *APIClient_PluginSet_Call
- func (_e *APIClient_Expecter) PluginUpgrade(ctx any, name any, options any) *APIClient_PluginUpgrade_Call
- func (_e *APIClient_Expecter) RegistryLogin(ctx any, auth any) *APIClient_RegistryLogin_Call
- func (_e *APIClient_Expecter) SecretCreate(ctx any, options any) *APIClient_SecretCreate_Call
- func (_e *APIClient_Expecter) SecretInspect(ctx any, id any, options any) *APIClient_SecretInspect_Call
- func (_e *APIClient_Expecter) SecretList(ctx any, options any) *APIClient_SecretList_Call
- func (_e *APIClient_Expecter) SecretRemove(ctx any, id any, options any) *APIClient_SecretRemove_Call
- func (_e *APIClient_Expecter) SecretUpdate(ctx any, id any, options any) *APIClient_SecretUpdate_Call
- func (_e *APIClient_Expecter) ServerVersion(ctx any, options any) *APIClient_ServerVersion_Call
- func (_e *APIClient_Expecter) ServiceCreate(ctx any, options any) *APIClient_ServiceCreate_Call
- func (_e *APIClient_Expecter) ServiceInspect(ctx any, serviceID any, options any) *APIClient_ServiceInspect_Call
- func (_e *APIClient_Expecter) ServiceList(ctx any, options any) *APIClient_ServiceList_Call
- func (_e *APIClient_Expecter) ServiceLogs(ctx any, serviceID any, options any) *APIClient_ServiceLogs_Call
- func (_e *APIClient_Expecter) ServiceRemove(ctx any, serviceID any, options any) *APIClient_ServiceRemove_Call
- func (_e *APIClient_Expecter) ServiceUpdate(ctx any, serviceID any, options any) *APIClient_ServiceUpdate_Call
- func (_e *APIClient_Expecter) SwarmGetUnlockKey(ctx any) *APIClient_SwarmGetUnlockKey_Call
- func (_e *APIClient_Expecter) SwarmInit(ctx any, options any) *APIClient_SwarmInit_Call
- func (_e *APIClient_Expecter) SwarmInspect(ctx any, options any) *APIClient_SwarmInspect_Call
- func (_e *APIClient_Expecter) SwarmJoin(ctx any, options any) *APIClient_SwarmJoin_Call
- func (_e *APIClient_Expecter) SwarmLeave(ctx any, options any) *APIClient_SwarmLeave_Call
- func (_e *APIClient_Expecter) SwarmUnlock(ctx any, options any) *APIClient_SwarmUnlock_Call
- func (_e *APIClient_Expecter) SwarmUpdate(ctx any, options any) *APIClient_SwarmUpdate_Call
- func (_e *APIClient_Expecter) TaskInspect(ctx any, taskID any, options any) *APIClient_TaskInspect_Call
- func (_e *APIClient_Expecter) TaskList(ctx any, options any) *APIClient_TaskList_Call
- func (_e *APIClient_Expecter) TaskLogs(ctx any, taskID any, options any) *APIClient_TaskLogs_Call
- func (_e *APIClient_Expecter) VolumeCreate(ctx any, options any) *APIClient_VolumeCreate_Call
- func (_e *APIClient_Expecter) VolumeInspect(ctx any, volumeID any, options any) *APIClient_VolumeInspect_Call
- func (_e *APIClient_Expecter) VolumeList(ctx any, options any) *APIClient_VolumeList_Call
- func (_e *APIClient_Expecter) VolumePrune(ctx any, options any) *APIClient_VolumePrune_Call
- func (_e *APIClient_Expecter) VolumeRemove(ctx any, volumeID any, options any) *APIClient_VolumeRemove_Call
- func (_e *APIClient_Expecter) VolumeUpdate(ctx any, volumeID any, options any) *APIClient_VolumeUpdate_Call
- type APIClient_ImageAttestations_Call
- func (_c *APIClient_ImageAttestations_Call) Return(imageAttestationsResult client.ImageAttestationsResult, err error) *APIClient_ImageAttestations_Call
- func (_c *APIClient_ImageAttestations_Call) Run(run func(ctx context.Context, image string, ...)) *APIClient_ImageAttestations_Call
- func (_c *APIClient_ImageAttestations_Call) RunAndReturn(...) *APIClient_ImageAttestations_Call
- type APIClient_ImageBuild_Call
- type APIClient_ImageHistory_Call
- func (_c *APIClient_ImageHistory_Call) Return(imageHistoryResult client.ImageHistoryResult, err error) *APIClient_ImageHistory_Call
- func (_c *APIClient_ImageHistory_Call) Run(run func(ctx context.Context, image string, ...)) *APIClient_ImageHistory_Call
- func (_c *APIClient_ImageHistory_Call) RunAndReturn(...) *APIClient_ImageHistory_Call
- type APIClient_ImageImport_Call
- type APIClient_ImageInspect_Call
- func (_c *APIClient_ImageInspect_Call) Return(imageInspectResult client.ImageInspectResult, err error) *APIClient_ImageInspect_Call
- func (_c *APIClient_ImageInspect_Call) Run(run func(ctx context.Context, image string, ...)) *APIClient_ImageInspect_Call
- func (_c *APIClient_ImageInspect_Call) RunAndReturn(...) *APIClient_ImageInspect_Call
- type APIClient_ImageList_Call
- func (_c *APIClient_ImageList_Call) Return(imageListResult client.ImageListResult, err error) *APIClient_ImageList_Call
- func (_c *APIClient_ImageList_Call) Run(run func(ctx context.Context, options client.ImageListOptions)) *APIClient_ImageList_Call
- func (_c *APIClient_ImageList_Call) RunAndReturn(...) *APIClient_ImageList_Call
- type APIClient_ImageLoad_Call
- func (_c *APIClient_ImageLoad_Call) Return(imageLoadResult client.ImageLoadResult, err error) *APIClient_ImageLoad_Call
- func (_c *APIClient_ImageLoad_Call) Run(run func(ctx context.Context, input io.Reader, ...)) *APIClient_ImageLoad_Call
- func (_c *APIClient_ImageLoad_Call) RunAndReturn(...) *APIClient_ImageLoad_Call
- type APIClient_ImagePrune_Call
- func (_c *APIClient_ImagePrune_Call) Return(imagePruneResult client.ImagePruneResult, err error) *APIClient_ImagePrune_Call
- func (_c *APIClient_ImagePrune_Call) Run(run func(ctx context.Context, opts client.ImagePruneOptions)) *APIClient_ImagePrune_Call
- func (_c *APIClient_ImagePrune_Call) RunAndReturn(...) *APIClient_ImagePrune_Call
- type APIClient_ImagePull_Call
- func (_c *APIClient_ImagePull_Call) Return(imagePullResponse client.ImagePullResponse, err error) *APIClient_ImagePull_Call
- func (_c *APIClient_ImagePull_Call) Run(run func(ctx context.Context, ref string, options client.ImagePullOptions)) *APIClient_ImagePull_Call
- func (_c *APIClient_ImagePull_Call) RunAndReturn(...) *APIClient_ImagePull_Call
- type APIClient_ImagePush_Call
- func (_c *APIClient_ImagePush_Call) Return(imagePushResponse client.ImagePushResponse, err error) *APIClient_ImagePush_Call
- func (_c *APIClient_ImagePush_Call) Run(run func(ctx context.Context, ref string, options client.ImagePushOptions)) *APIClient_ImagePush_Call
- func (_c *APIClient_ImagePush_Call) RunAndReturn(...) *APIClient_ImagePush_Call
- type APIClient_ImageRemove_Call
- func (_c *APIClient_ImageRemove_Call) Return(imageRemoveResult client.ImageRemoveResult, err error) *APIClient_ImageRemove_Call
- func (_c *APIClient_ImageRemove_Call) Run(run func(ctx context.Context, image string, options client.ImageRemoveOptions)) *APIClient_ImageRemove_Call
- func (_c *APIClient_ImageRemove_Call) RunAndReturn(...) *APIClient_ImageRemove_Call
- type APIClient_ImageSave_Call
- func (_c *APIClient_ImageSave_Call) Return(imageSaveResult client.ImageSaveResult, err error) *APIClient_ImageSave_Call
- func (_c *APIClient_ImageSave_Call) Run(run func(ctx context.Context, images []string, ...)) *APIClient_ImageSave_Call
- func (_c *APIClient_ImageSave_Call) RunAndReturn(...) *APIClient_ImageSave_Call
- type APIClient_ImageSearch_Call
- func (_c *APIClient_ImageSearch_Call) Return(imageSearchResult client.ImageSearchResult, err error) *APIClient_ImageSearch_Call
- func (_c *APIClient_ImageSearch_Call) Run(run func(ctx context.Context, term string, options client.ImageSearchOptions)) *APIClient_ImageSearch_Call
- func (_c *APIClient_ImageSearch_Call) RunAndReturn(...) *APIClient_ImageSearch_Call
- type APIClient_ImageTag_Call
- func (_c *APIClient_ImageTag_Call) Return(imageTagResult client.ImageTagResult, err error) *APIClient_ImageTag_Call
- func (_c *APIClient_ImageTag_Call) Run(run func(ctx context.Context, options client.ImageTagOptions)) *APIClient_ImageTag_Call
- func (_c *APIClient_ImageTag_Call) RunAndReturn(...) *APIClient_ImageTag_Call
- type APIClient_Info_Call
- type APIClient_NetworkConnect_Call
- func (_c *APIClient_NetworkConnect_Call) Return(networkConnectResult client.NetworkConnectResult, err error) *APIClient_NetworkConnect_Call
- func (_c *APIClient_NetworkConnect_Call) Run(...) *APIClient_NetworkConnect_Call
- func (_c *APIClient_NetworkConnect_Call) RunAndReturn(...) *APIClient_NetworkConnect_Call
- type APIClient_NetworkCreate_Call
- func (_c *APIClient_NetworkCreate_Call) Return(networkCreateResult client.NetworkCreateResult, err error) *APIClient_NetworkCreate_Call
- func (_c *APIClient_NetworkCreate_Call) Run(...) *APIClient_NetworkCreate_Call
- func (_c *APIClient_NetworkCreate_Call) RunAndReturn(...) *APIClient_NetworkCreate_Call
- type APIClient_NetworkDisconnect_Call
- func (_c *APIClient_NetworkDisconnect_Call) Return(networkDisconnectResult client.NetworkDisconnectResult, err error) *APIClient_NetworkDisconnect_Call
- func (_c *APIClient_NetworkDisconnect_Call) Run(...) *APIClient_NetworkDisconnect_Call
- func (_c *APIClient_NetworkDisconnect_Call) RunAndReturn(...) *APIClient_NetworkDisconnect_Call
- type APIClient_NetworkInspect_Call
- func (_c *APIClient_NetworkInspect_Call) Return(networkInspectResult client.NetworkInspectResult, err error) *APIClient_NetworkInspect_Call
- func (_c *APIClient_NetworkInspect_Call) Run(...) *APIClient_NetworkInspect_Call
- func (_c *APIClient_NetworkInspect_Call) RunAndReturn(...) *APIClient_NetworkInspect_Call
- type APIClient_NetworkList_Call
- func (_c *APIClient_NetworkList_Call) Return(networkListResult client.NetworkListResult, err error) *APIClient_NetworkList_Call
- func (_c *APIClient_NetworkList_Call) Run(run func(ctx context.Context, options client.NetworkListOptions)) *APIClient_NetworkList_Call
- func (_c *APIClient_NetworkList_Call) RunAndReturn(...) *APIClient_NetworkList_Call
- type APIClient_NetworkPrune_Call
- func (_c *APIClient_NetworkPrune_Call) Return(networkPruneResult client.NetworkPruneResult, err error) *APIClient_NetworkPrune_Call
- func (_c *APIClient_NetworkPrune_Call) Run(run func(ctx context.Context, opts client.NetworkPruneOptions)) *APIClient_NetworkPrune_Call
- func (_c *APIClient_NetworkPrune_Call) RunAndReturn(...) *APIClient_NetworkPrune_Call
- type APIClient_NetworkRemove_Call
- func (_c *APIClient_NetworkRemove_Call) Return(networkRemoveResult client.NetworkRemoveResult, err error) *APIClient_NetworkRemove_Call
- func (_c *APIClient_NetworkRemove_Call) Run(...) *APIClient_NetworkRemove_Call
- func (_c *APIClient_NetworkRemove_Call) RunAndReturn(...) *APIClient_NetworkRemove_Call
- type APIClient_NodeInspect_Call
- type APIClient_NodeList_Call
- func (_c *APIClient_NodeList_Call) Return(nodeListResult client.NodeListResult, err error) *APIClient_NodeList_Call
- func (_c *APIClient_NodeList_Call) Run(run func(ctx context.Context, options client.NodeListOptions)) *APIClient_NodeList_Call
- func (_c *APIClient_NodeList_Call) RunAndReturn(...) *APIClient_NodeList_Call
- type APIClient_NodeRemove_Call
- func (_c *APIClient_NodeRemove_Call) Return(nodeRemoveResult client.NodeRemoveResult, err error) *APIClient_NodeRemove_Call
- func (_c *APIClient_NodeRemove_Call) Run(run func(ctx context.Context, nodeID string, options client.NodeRemoveOptions)) *APIClient_NodeRemove_Call
- func (_c *APIClient_NodeRemove_Call) RunAndReturn(...) *APIClient_NodeRemove_Call
- type APIClient_NodeUpdate_Call
- func (_c *APIClient_NodeUpdate_Call) Return(nodeUpdateResult client.NodeUpdateResult, err error) *APIClient_NodeUpdate_Call
- func (_c *APIClient_NodeUpdate_Call) Run(run func(ctx context.Context, nodeID string, options client.NodeUpdateOptions)) *APIClient_NodeUpdate_Call
- func (_c *APIClient_NodeUpdate_Call) RunAndReturn(...) *APIClient_NodeUpdate_Call
- type APIClient_Ping_Call
- type APIClient_PluginCreate_Call
- func (_c *APIClient_PluginCreate_Call) Return(pluginCreateResult client.PluginCreateResult, err error) *APIClient_PluginCreate_Call
- func (_c *APIClient_PluginCreate_Call) Run(run func(ctx context.Context, createContext io.Reader, ...)) *APIClient_PluginCreate_Call
- func (_c *APIClient_PluginCreate_Call) RunAndReturn(...) *APIClient_PluginCreate_Call
- type APIClient_PluginDisable_Call
- func (_c *APIClient_PluginDisable_Call) Return(pluginDisableResult client.PluginDisableResult, err error) *APIClient_PluginDisable_Call
- func (_c *APIClient_PluginDisable_Call) Run(...) *APIClient_PluginDisable_Call
- func (_c *APIClient_PluginDisable_Call) RunAndReturn(...) *APIClient_PluginDisable_Call
- type APIClient_PluginEnable_Call
- func (_c *APIClient_PluginEnable_Call) Return(pluginEnableResult client.PluginEnableResult, err error) *APIClient_PluginEnable_Call
- func (_c *APIClient_PluginEnable_Call) Run(run func(ctx context.Context, name string, options client.PluginEnableOptions)) *APIClient_PluginEnable_Call
- func (_c *APIClient_PluginEnable_Call) RunAndReturn(...) *APIClient_PluginEnable_Call
- type APIClient_PluginInspect_Call
- func (_c *APIClient_PluginInspect_Call) Return(pluginInspectResult client.PluginInspectResult, err error) *APIClient_PluginInspect_Call
- func (_c *APIClient_PluginInspect_Call) Run(...) *APIClient_PluginInspect_Call
- func (_c *APIClient_PluginInspect_Call) RunAndReturn(...) *APIClient_PluginInspect_Call
- type APIClient_PluginInstall_Call
- func (_c *APIClient_PluginInstall_Call) Return(pluginInstallResult client.PluginInstallResult, err error) *APIClient_PluginInstall_Call
- func (_c *APIClient_PluginInstall_Call) Run(...) *APIClient_PluginInstall_Call
- func (_c *APIClient_PluginInstall_Call) RunAndReturn(...) *APIClient_PluginInstall_Call
- type APIClient_PluginList_Call
- func (_c *APIClient_PluginList_Call) Return(pluginListResult client.PluginListResult, err error) *APIClient_PluginList_Call
- func (_c *APIClient_PluginList_Call) Run(run func(ctx context.Context, options client.PluginListOptions)) *APIClient_PluginList_Call
- func (_c *APIClient_PluginList_Call) RunAndReturn(...) *APIClient_PluginList_Call
- type APIClient_PluginPush_Call
- func (_c *APIClient_PluginPush_Call) Return(pluginPushResult client.PluginPushResult, err error) *APIClient_PluginPush_Call
- func (_c *APIClient_PluginPush_Call) Run(run func(ctx context.Context, name string, options client.PluginPushOptions)) *APIClient_PluginPush_Call
- func (_c *APIClient_PluginPush_Call) RunAndReturn(...) *APIClient_PluginPush_Call
- type APIClient_PluginRemove_Call
- func (_c *APIClient_PluginRemove_Call) Return(pluginRemoveResult client.PluginRemoveResult, err error) *APIClient_PluginRemove_Call
- func (_c *APIClient_PluginRemove_Call) Run(run func(ctx context.Context, name string, options client.PluginRemoveOptions)) *APIClient_PluginRemove_Call
- func (_c *APIClient_PluginRemove_Call) RunAndReturn(...) *APIClient_PluginRemove_Call
- type APIClient_PluginSet_Call
- func (_c *APIClient_PluginSet_Call) Return(pluginSetResult client.PluginSetResult, err error) *APIClient_PluginSet_Call
- func (_c *APIClient_PluginSet_Call) Run(run func(ctx context.Context, name string, options client.PluginSetOptions)) *APIClient_PluginSet_Call
- func (_c *APIClient_PluginSet_Call) RunAndReturn(...) *APIClient_PluginSet_Call
- type APIClient_PluginUpgrade_Call
- func (_c *APIClient_PluginUpgrade_Call) Return(pluginUpgradeResult client.PluginUpgradeResult, err error) *APIClient_PluginUpgrade_Call
- func (_c *APIClient_PluginUpgrade_Call) Run(...) *APIClient_PluginUpgrade_Call
- func (_c *APIClient_PluginUpgrade_Call) RunAndReturn(...) *APIClient_PluginUpgrade_Call
- type APIClient_RegistryLogin_Call
- func (_c *APIClient_RegistryLogin_Call) Return(registryLoginResult client.RegistryLoginResult, err error) *APIClient_RegistryLogin_Call
- func (_c *APIClient_RegistryLogin_Call) Run(run func(ctx context.Context, auth client.RegistryLoginOptions)) *APIClient_RegistryLogin_Call
- func (_c *APIClient_RegistryLogin_Call) RunAndReturn(...) *APIClient_RegistryLogin_Call
- type APIClient_SecretCreate_Call
- func (_c *APIClient_SecretCreate_Call) Return(secretCreateResult client.SecretCreateResult, err error) *APIClient_SecretCreate_Call
- func (_c *APIClient_SecretCreate_Call) Run(run func(ctx context.Context, options client.SecretCreateOptions)) *APIClient_SecretCreate_Call
- func (_c *APIClient_SecretCreate_Call) RunAndReturn(...) *APIClient_SecretCreate_Call
- type APIClient_SecretInspect_Call
- func (_c *APIClient_SecretInspect_Call) Return(secretInspectResult client.SecretInspectResult, err error) *APIClient_SecretInspect_Call
- func (_c *APIClient_SecretInspect_Call) Run(run func(ctx context.Context, id string, options client.SecretInspectOptions)) *APIClient_SecretInspect_Call
- func (_c *APIClient_SecretInspect_Call) RunAndReturn(...) *APIClient_SecretInspect_Call
- type APIClient_SecretList_Call
- func (_c *APIClient_SecretList_Call) Return(secretListResult client.SecretListResult, err error) *APIClient_SecretList_Call
- func (_c *APIClient_SecretList_Call) Run(run func(ctx context.Context, options client.SecretListOptions)) *APIClient_SecretList_Call
- func (_c *APIClient_SecretList_Call) RunAndReturn(...) *APIClient_SecretList_Call
- type APIClient_SecretRemove_Call
- func (_c *APIClient_SecretRemove_Call) Return(secretRemoveResult client.SecretRemoveResult, err error) *APIClient_SecretRemove_Call
- func (_c *APIClient_SecretRemove_Call) Run(run func(ctx context.Context, id string, options client.SecretRemoveOptions)) *APIClient_SecretRemove_Call
- func (_c *APIClient_SecretRemove_Call) RunAndReturn(...) *APIClient_SecretRemove_Call
- type APIClient_SecretUpdate_Call
- func (_c *APIClient_SecretUpdate_Call) Return(secretUpdateResult client.SecretUpdateResult, err error) *APIClient_SecretUpdate_Call
- func (_c *APIClient_SecretUpdate_Call) Run(run func(ctx context.Context, id string, options client.SecretUpdateOptions)) *APIClient_SecretUpdate_Call
- func (_c *APIClient_SecretUpdate_Call) RunAndReturn(...) *APIClient_SecretUpdate_Call
- type APIClient_ServerVersion_Call
- func (_c *APIClient_ServerVersion_Call) Return(serverVersionResult client.ServerVersionResult, err error) *APIClient_ServerVersion_Call
- func (_c *APIClient_ServerVersion_Call) Run(run func(ctx context.Context, options client.ServerVersionOptions)) *APIClient_ServerVersion_Call
- func (_c *APIClient_ServerVersion_Call) RunAndReturn(...) *APIClient_ServerVersion_Call
- type APIClient_ServiceCreate_Call
- func (_c *APIClient_ServiceCreate_Call) Return(serviceCreateResult client.ServiceCreateResult, err error) *APIClient_ServiceCreate_Call
- func (_c *APIClient_ServiceCreate_Call) Run(run func(ctx context.Context, options client.ServiceCreateOptions)) *APIClient_ServiceCreate_Call
- func (_c *APIClient_ServiceCreate_Call) RunAndReturn(...) *APIClient_ServiceCreate_Call
- type APIClient_ServiceInspect_Call
- func (_c *APIClient_ServiceInspect_Call) Return(serviceInspectResult client.ServiceInspectResult, err error) *APIClient_ServiceInspect_Call
- func (_c *APIClient_ServiceInspect_Call) Run(...) *APIClient_ServiceInspect_Call
- func (_c *APIClient_ServiceInspect_Call) RunAndReturn(...) *APIClient_ServiceInspect_Call
- type APIClient_ServiceList_Call
- func (_c *APIClient_ServiceList_Call) Return(serviceListResult client.ServiceListResult, err error) *APIClient_ServiceList_Call
- func (_c *APIClient_ServiceList_Call) Run(run func(ctx context.Context, options client.ServiceListOptions)) *APIClient_ServiceList_Call
- func (_c *APIClient_ServiceList_Call) RunAndReturn(...) *APIClient_ServiceList_Call
- type APIClient_ServiceLogs_Call
- type APIClient_ServiceRemove_Call
- func (_c *APIClient_ServiceRemove_Call) Return(serviceRemoveResult client.ServiceRemoveResult, err error) *APIClient_ServiceRemove_Call
- func (_c *APIClient_ServiceRemove_Call) Run(...) *APIClient_ServiceRemove_Call
- func (_c *APIClient_ServiceRemove_Call) RunAndReturn(...) *APIClient_ServiceRemove_Call
- type APIClient_ServiceUpdate_Call
- func (_c *APIClient_ServiceUpdate_Call) Return(serviceUpdateResult client.ServiceUpdateResult, err error) *APIClient_ServiceUpdate_Call
- func (_c *APIClient_ServiceUpdate_Call) Run(...) *APIClient_ServiceUpdate_Call
- func (_c *APIClient_ServiceUpdate_Call) RunAndReturn(...) *APIClient_ServiceUpdate_Call
- type APIClient_SwarmGetUnlockKey_Call
- func (_c *APIClient_SwarmGetUnlockKey_Call) Return(swarmGetUnlockKeyResult client.SwarmGetUnlockKeyResult, err error) *APIClient_SwarmGetUnlockKey_Call
- func (_c *APIClient_SwarmGetUnlockKey_Call) Run(run func(ctx context.Context)) *APIClient_SwarmGetUnlockKey_Call
- func (_c *APIClient_SwarmGetUnlockKey_Call) RunAndReturn(run func(ctx context.Context) (client.SwarmGetUnlockKeyResult, error)) *APIClient_SwarmGetUnlockKey_Call
- type APIClient_SwarmInit_Call
- func (_c *APIClient_SwarmInit_Call) Return(swarmInitResult client.SwarmInitResult, err error) *APIClient_SwarmInit_Call
- func (_c *APIClient_SwarmInit_Call) Run(run func(ctx context.Context, options client.SwarmInitOptions)) *APIClient_SwarmInit_Call
- func (_c *APIClient_SwarmInit_Call) RunAndReturn(...) *APIClient_SwarmInit_Call
- type APIClient_SwarmInspect_Call
- func (_c *APIClient_SwarmInspect_Call) Return(swarmInspectResult client.SwarmInspectResult, err error) *APIClient_SwarmInspect_Call
- func (_c *APIClient_SwarmInspect_Call) Run(run func(ctx context.Context, options client.SwarmInspectOptions)) *APIClient_SwarmInspect_Call
- func (_c *APIClient_SwarmInspect_Call) RunAndReturn(...) *APIClient_SwarmInspect_Call
- type APIClient_SwarmJoin_Call
- func (_c *APIClient_SwarmJoin_Call) Return(swarmJoinResult client.SwarmJoinResult, err error) *APIClient_SwarmJoin_Call
- func (_c *APIClient_SwarmJoin_Call) Run(run func(ctx context.Context, options client.SwarmJoinOptions)) *APIClient_SwarmJoin_Call
- func (_c *APIClient_SwarmJoin_Call) RunAndReturn(...) *APIClient_SwarmJoin_Call
- type APIClient_SwarmLeave_Call
- func (_c *APIClient_SwarmLeave_Call) Return(swarmLeaveResult client.SwarmLeaveResult, err error) *APIClient_SwarmLeave_Call
- func (_c *APIClient_SwarmLeave_Call) Run(run func(ctx context.Context, options client.SwarmLeaveOptions)) *APIClient_SwarmLeave_Call
- func (_c *APIClient_SwarmLeave_Call) RunAndReturn(...) *APIClient_SwarmLeave_Call
- type APIClient_SwarmUnlock_Call
- func (_c *APIClient_SwarmUnlock_Call) Return(swarmUnlockResult client.SwarmUnlockResult, err error) *APIClient_SwarmUnlock_Call
- func (_c *APIClient_SwarmUnlock_Call) Run(run func(ctx context.Context, options client.SwarmUnlockOptions)) *APIClient_SwarmUnlock_Call
- func (_c *APIClient_SwarmUnlock_Call) RunAndReturn(...) *APIClient_SwarmUnlock_Call
- type APIClient_SwarmUpdate_Call
- func (_c *APIClient_SwarmUpdate_Call) Return(swarmUpdateResult client.SwarmUpdateResult, err error) *APIClient_SwarmUpdate_Call
- func (_c *APIClient_SwarmUpdate_Call) Run(run func(ctx context.Context, options client.SwarmUpdateOptions)) *APIClient_SwarmUpdate_Call
- func (_c *APIClient_SwarmUpdate_Call) RunAndReturn(...) *APIClient_SwarmUpdate_Call
- type APIClient_TaskInspect_Call
- type APIClient_TaskList_Call
- func (_c *APIClient_TaskList_Call) Return(taskListResult client.TaskListResult, err error) *APIClient_TaskList_Call
- func (_c *APIClient_TaskList_Call) Run(run func(ctx context.Context, options client.TaskListOptions)) *APIClient_TaskList_Call
- func (_c *APIClient_TaskList_Call) RunAndReturn(...) *APIClient_TaskList_Call
- type APIClient_TaskLogs_Call
- func (_c *APIClient_TaskLogs_Call) Return(taskLogsResult client.TaskLogsResult, err error) *APIClient_TaskLogs_Call
- func (_c *APIClient_TaskLogs_Call) Run(run func(ctx context.Context, taskID string, options client.TaskLogsOptions)) *APIClient_TaskLogs_Call
- func (_c *APIClient_TaskLogs_Call) RunAndReturn(...) *APIClient_TaskLogs_Call
- type APIClient_VolumeCreate_Call
- func (_c *APIClient_VolumeCreate_Call) Return(volumeCreateResult client.VolumeCreateResult, err error) *APIClient_VolumeCreate_Call
- func (_c *APIClient_VolumeCreate_Call) Run(run func(ctx context.Context, options client.VolumeCreateOptions)) *APIClient_VolumeCreate_Call
- func (_c *APIClient_VolumeCreate_Call) RunAndReturn(...) *APIClient_VolumeCreate_Call
- type APIClient_VolumeInspect_Call
- func (_c *APIClient_VolumeInspect_Call) Return(volumeInspectResult client.VolumeInspectResult, err error) *APIClient_VolumeInspect_Call
- func (_c *APIClient_VolumeInspect_Call) Run(...) *APIClient_VolumeInspect_Call
- func (_c *APIClient_VolumeInspect_Call) RunAndReturn(...) *APIClient_VolumeInspect_Call
- type APIClient_VolumeList_Call
- func (_c *APIClient_VolumeList_Call) Return(volumeListResult client.VolumeListResult, err error) *APIClient_VolumeList_Call
- func (_c *APIClient_VolumeList_Call) Run(run func(ctx context.Context, options client.VolumeListOptions)) *APIClient_VolumeList_Call
- func (_c *APIClient_VolumeList_Call) RunAndReturn(...) *APIClient_VolumeList_Call
- type APIClient_VolumePrune_Call
- func (_c *APIClient_VolumePrune_Call) Return(volumePruneResult client.VolumePruneResult, err error) *APIClient_VolumePrune_Call
- func (_c *APIClient_VolumePrune_Call) Run(run func(ctx context.Context, options client.VolumePruneOptions)) *APIClient_VolumePrune_Call
- func (_c *APIClient_VolumePrune_Call) RunAndReturn(...) *APIClient_VolumePrune_Call
- type APIClient_VolumeRemove_Call
- type APIClient_VolumeUpdate_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
APIClient is an autogenerated mock type for the APIClient type
func NewAPIClient ¶
NewAPIClient creates a new instance of APIClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*APIClient) BuildCachePrune ¶
func (_mock *APIClient) BuildCachePrune(ctx context.Context, opts client.BuildCachePruneOptions) (client.BuildCachePruneResult, error)
BuildCachePrune provides a mock function for the type APIClient
func (*APIClient) BuildCancel ¶
func (_mock *APIClient) BuildCancel(ctx context.Context, id string, opts client.BuildCancelOptions) (client.BuildCancelResult, error)
BuildCancel provides a mock function for the type APIClient
func (*APIClient) CheckpointCreate ¶
func (_mock *APIClient) CheckpointCreate(ctx context.Context, container string, options client.CheckpointCreateOptions) (client.CheckpointCreateResult, error)
CheckpointCreate provides a mock function for the type APIClient
func (*APIClient) CheckpointList ¶
func (_mock *APIClient) CheckpointList(ctx context.Context, container string, options client.CheckpointListOptions) (client.CheckpointListResult, error)
CheckpointList provides a mock function for the type APIClient
func (*APIClient) CheckpointRemove ¶
func (_mock *APIClient) CheckpointRemove(ctx context.Context, container string, options client.CheckpointRemoveOptions) (client.CheckpointRemoveResult, error)
CheckpointRemove provides a mock function for the type APIClient
func (*APIClient) ClientVersion ¶
ClientVersion provides a mock function for the type APIClient
func (*APIClient) ConfigCreate ¶
func (_mock *APIClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error)
ConfigCreate provides a mock function for the type APIClient
func (*APIClient) ConfigInspect ¶
func (_mock *APIClient) ConfigInspect(ctx context.Context, id string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error)
ConfigInspect provides a mock function for the type APIClient
func (*APIClient) ConfigList ¶
func (_mock *APIClient) ConfigList(ctx context.Context, options client.ConfigListOptions) (client.ConfigListResult, error)
ConfigList provides a mock function for the type APIClient
func (*APIClient) ConfigRemove ¶
func (_mock *APIClient) ConfigRemove(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error)
ConfigRemove provides a mock function for the type APIClient
func (*APIClient) ConfigUpdate ¶
func (_mock *APIClient) ConfigUpdate(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error)
ConfigUpdate provides a mock function for the type APIClient
func (*APIClient) ContainerAttach ¶
func (_mock *APIClient) ContainerAttach(ctx context.Context, container string, options client.ContainerAttachOptions) (client.ContainerAttachResult, error)
ContainerAttach provides a mock function for the type APIClient
func (*APIClient) ContainerCommit ¶
func (_mock *APIClient) ContainerCommit(ctx context.Context, container string, options client.ContainerCommitOptions) (client.ContainerCommitResult, error)
ContainerCommit provides a mock function for the type APIClient
func (*APIClient) ContainerCreate ¶
func (_mock *APIClient) ContainerCreate(ctx context.Context, options client.ContainerCreateOptions) (client.ContainerCreateResult, error)
ContainerCreate provides a mock function for the type APIClient
func (*APIClient) ContainerDiff ¶
func (_mock *APIClient) ContainerDiff(ctx context.Context, container string, options client.ContainerDiffOptions) (client.ContainerDiffResult, error)
ContainerDiff provides a mock function for the type APIClient
func (*APIClient) ContainerExport ¶
func (_mock *APIClient) ContainerExport(ctx context.Context, container string, options client.ContainerExportOptions) (client.ContainerExportResult, error)
ContainerExport provides a mock function for the type APIClient
func (*APIClient) ContainerInspect ¶
func (_mock *APIClient) ContainerInspect(ctx context.Context, container string, options client.ContainerInspectOptions) (client.ContainerInspectResult, error)
ContainerInspect provides a mock function for the type APIClient
func (*APIClient) ContainerKill ¶
func (_mock *APIClient) ContainerKill(ctx context.Context, container string, options client.ContainerKillOptions) (client.ContainerKillResult, error)
ContainerKill provides a mock function for the type APIClient
func (*APIClient) ContainerList ¶
func (_mock *APIClient) ContainerList(ctx context.Context, options client.ContainerListOptions) (client.ContainerListResult, error)
ContainerList provides a mock function for the type APIClient
func (*APIClient) ContainerLogs ¶
func (_mock *APIClient) ContainerLogs(ctx context.Context, container string, options client.ContainerLogsOptions) (client.ContainerLogsResult, error)
ContainerLogs provides a mock function for the type APIClient
func (*APIClient) ContainerPause ¶
func (_mock *APIClient) ContainerPause(ctx context.Context, container string, options client.ContainerPauseOptions) (client.ContainerPauseResult, error)
ContainerPause provides a mock function for the type APIClient
func (*APIClient) ContainerPrune ¶
func (_mock *APIClient) ContainerPrune(ctx context.Context, opts client.ContainerPruneOptions) (client.ContainerPruneResult, error)
ContainerPrune provides a mock function for the type APIClient
func (*APIClient) ContainerRemove ¶
func (_mock *APIClient) ContainerRemove(ctx context.Context, container string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error)
ContainerRemove provides a mock function for the type APIClient
func (*APIClient) ContainerRename ¶
func (_mock *APIClient) ContainerRename(ctx context.Context, container string, options client.ContainerRenameOptions) (client.ContainerRenameResult, error)
ContainerRename provides a mock function for the type APIClient
func (*APIClient) ContainerResize ¶
func (_mock *APIClient) ContainerResize(ctx context.Context, container string, options client.ContainerResizeOptions) (client.ContainerResizeResult, error)
ContainerResize provides a mock function for the type APIClient
func (*APIClient) ContainerRestart ¶
func (_mock *APIClient) ContainerRestart(ctx context.Context, container string, options client.ContainerRestartOptions) (client.ContainerRestartResult, error)
ContainerRestart provides a mock function for the type APIClient
func (*APIClient) ContainerStart ¶
func (_mock *APIClient) ContainerStart(ctx context.Context, container string, options client.ContainerStartOptions) (client.ContainerStartResult, error)
ContainerStart provides a mock function for the type APIClient
func (*APIClient) ContainerStatPath ¶
func (_mock *APIClient) ContainerStatPath(ctx context.Context, container string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error)
ContainerStatPath provides a mock function for the type APIClient
func (*APIClient) ContainerStats ¶
func (_mock *APIClient) ContainerStats(ctx context.Context, container string, options client.ContainerStatsOptions) (client.ContainerStatsResult, error)
ContainerStats provides a mock function for the type APIClient
func (*APIClient) ContainerStop ¶
func (_mock *APIClient) ContainerStop(ctx context.Context, container string, options client.ContainerStopOptions) (client.ContainerStopResult, error)
ContainerStop provides a mock function for the type APIClient
func (*APIClient) ContainerTop ¶
func (_mock *APIClient) ContainerTop(ctx context.Context, container string, options client.ContainerTopOptions) (client.ContainerTopResult, error)
ContainerTop provides a mock function for the type APIClient
func (*APIClient) ContainerUnpause ¶
func (_mock *APIClient) ContainerUnpause(ctx context.Context, container string, options client.ContainerUnpauseOptions) (client.ContainerUnpauseResult, error)
ContainerUnpause provides a mock function for the type APIClient
func (*APIClient) ContainerUpdate ¶
func (_mock *APIClient) ContainerUpdate(ctx context.Context, container string, updateConfig client.ContainerUpdateOptions) (client.ContainerUpdateResult, error)
ContainerUpdate provides a mock function for the type APIClient
func (*APIClient) ContainerWait ¶
func (_mock *APIClient) ContainerWait(ctx context.Context, container string, options client.ContainerWaitOptions) client.ContainerWaitResult
ContainerWait provides a mock function for the type APIClient
func (*APIClient) CopyFromContainer ¶
func (_mock *APIClient) CopyFromContainer(ctx context.Context, container string, options client.CopyFromContainerOptions) (client.CopyFromContainerResult, error)
CopyFromContainer provides a mock function for the type APIClient
func (*APIClient) CopyToContainer ¶
func (_mock *APIClient) CopyToContainer(ctx context.Context, container string, options client.CopyToContainerOptions) (client.CopyToContainerResult, error)
CopyToContainer provides a mock function for the type APIClient
func (*APIClient) DaemonHost ¶
DaemonHost provides a mock function for the type APIClient
func (*APIClient) DialHijack ¶
func (_mock *APIClient) DialHijack(ctx context.Context, url string, proto string, meta map[string][]string) (net.Conn, error)
DialHijack provides a mock function for the type APIClient
func (*APIClient) DiskUsage ¶
func (_mock *APIClient) DiskUsage(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error)
DiskUsage provides a mock function for the type APIClient
func (*APIClient) DistributionInspect ¶
func (_mock *APIClient) DistributionInspect(ctx context.Context, image string, options client.DistributionInspectOptions) (client.DistributionInspectResult, error)
DistributionInspect provides a mock function for the type APIClient
func (*APIClient) EXPECT ¶
func (_m *APIClient) EXPECT() *APIClient_Expecter
func (*APIClient) Events ¶
func (_mock *APIClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult
Events provides a mock function for the type APIClient
func (*APIClient) ExecAttach ¶
func (_mock *APIClient) ExecAttach(ctx context.Context, execID string, options client.ExecAttachOptions) (client.ExecAttachResult, error)
ExecAttach provides a mock function for the type APIClient
func (*APIClient) ExecCreate ¶
func (_mock *APIClient) ExecCreate(ctx context.Context, container string, options client.ExecCreateOptions) (client.ExecCreateResult, error)
ExecCreate provides a mock function for the type APIClient
func (*APIClient) ExecInspect ¶
func (_mock *APIClient) ExecInspect(ctx context.Context, execID string, options client.ExecInspectOptions) (client.ExecInspectResult, error)
ExecInspect provides a mock function for the type APIClient
func (*APIClient) ExecResize ¶
func (_mock *APIClient) ExecResize(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error)
ExecResize provides a mock function for the type APIClient
func (*APIClient) ExecStart ¶
func (_mock *APIClient) ExecStart(ctx context.Context, execID string, options client.ExecStartOptions) (client.ExecStartResult, error)
ExecStart provides a mock function for the type APIClient
func (*APIClient) ImageAttestations ¶
func (_mock *APIClient) ImageAttestations(ctx context.Context, image string, imageAttestationsOptions ...client.ImageAttestationsOption) (client.ImageAttestationsResult, error)
ImageAttestations provides a mock function for the type APIClient
func (*APIClient) ImageBuild ¶
func (_mock *APIClient) ImageBuild(ctx context.Context, context1 io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error)
ImageBuild provides a mock function for the type APIClient
func (*APIClient) ImageHistory ¶
func (_mock *APIClient) ImageHistory(ctx context.Context, image string, imageHistoryOptions ...client.ImageHistoryOption) (client.ImageHistoryResult, error)
ImageHistory provides a mock function for the type APIClient
func (*APIClient) ImageImport ¶
func (_mock *APIClient) ImageImport(ctx context.Context, source client.ImageImportSource, ref string, options client.ImageImportOptions) (client.ImageImportResult, error)
ImageImport provides a mock function for the type APIClient
func (*APIClient) ImageInspect ¶
func (_mock *APIClient) ImageInspect(ctx context.Context, image string, imageInspectOptions ...client.ImageInspectOption) (client.ImageInspectResult, error)
ImageInspect provides a mock function for the type APIClient
func (*APIClient) ImageList ¶
func (_mock *APIClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error)
ImageList provides a mock function for the type APIClient
func (*APIClient) ImageLoad ¶
func (_mock *APIClient) ImageLoad(ctx context.Context, input io.Reader, imageLoadOptions ...client.ImageLoadOption) (client.ImageLoadResult, error)
ImageLoad provides a mock function for the type APIClient
func (*APIClient) ImagePrune ¶
func (_mock *APIClient) ImagePrune(ctx context.Context, opts client.ImagePruneOptions) (client.ImagePruneResult, error)
ImagePrune provides a mock function for the type APIClient
func (*APIClient) ImagePull ¶
func (_mock *APIClient) ImagePull(ctx context.Context, ref string, options client.ImagePullOptions) (client.ImagePullResponse, error)
ImagePull provides a mock function for the type APIClient
func (*APIClient) ImagePush ¶
func (_mock *APIClient) ImagePush(ctx context.Context, ref string, options client.ImagePushOptions) (client.ImagePushResponse, error)
ImagePush provides a mock function for the type APIClient
func (*APIClient) ImageRemove ¶
func (_mock *APIClient) ImageRemove(ctx context.Context, image string, options client.ImageRemoveOptions) (client.ImageRemoveResult, error)
ImageRemove provides a mock function for the type APIClient
func (*APIClient) ImageSave ¶
func (_mock *APIClient) ImageSave(ctx context.Context, images []string, imageSaveOptions ...client.ImageSaveOption) (client.ImageSaveResult, error)
ImageSave provides a mock function for the type APIClient
func (*APIClient) ImageSearch ¶
func (_mock *APIClient) ImageSearch(ctx context.Context, term string, options client.ImageSearchOptions) (client.ImageSearchResult, error)
ImageSearch provides a mock function for the type APIClient
func (*APIClient) ImageTag ¶
func (_mock *APIClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error)
ImageTag provides a mock function for the type APIClient
func (*APIClient) Info ¶
func (_mock *APIClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error)
Info provides a mock function for the type APIClient
func (*APIClient) NetworkConnect ¶
func (_mock *APIClient) NetworkConnect(ctx context.Context, network string, options client.NetworkConnectOptions) (client.NetworkConnectResult, error)
NetworkConnect provides a mock function for the type APIClient
func (*APIClient) NetworkCreate ¶
func (_mock *APIClient) NetworkCreate(ctx context.Context, name string, options client.NetworkCreateOptions) (client.NetworkCreateResult, error)
NetworkCreate provides a mock function for the type APIClient
func (*APIClient) NetworkDisconnect ¶
func (_mock *APIClient) NetworkDisconnect(ctx context.Context, network string, options client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error)
NetworkDisconnect provides a mock function for the type APIClient
func (*APIClient) NetworkInspect ¶
func (_mock *APIClient) NetworkInspect(ctx context.Context, network string, options client.NetworkInspectOptions) (client.NetworkInspectResult, error)
NetworkInspect provides a mock function for the type APIClient
func (*APIClient) NetworkList ¶
func (_mock *APIClient) NetworkList(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error)
NetworkList provides a mock function for the type APIClient
func (*APIClient) NetworkPrune ¶
func (_mock *APIClient) NetworkPrune(ctx context.Context, opts client.NetworkPruneOptions) (client.NetworkPruneResult, error)
NetworkPrune provides a mock function for the type APIClient
func (*APIClient) NetworkRemove ¶
func (_mock *APIClient) NetworkRemove(ctx context.Context, network string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error)
NetworkRemove provides a mock function for the type APIClient
func (*APIClient) NodeInspect ¶
func (_mock *APIClient) NodeInspect(ctx context.Context, nodeID string, options client.NodeInspectOptions) (client.NodeInspectResult, error)
NodeInspect provides a mock function for the type APIClient
func (*APIClient) NodeList ¶
func (_mock *APIClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error)
NodeList provides a mock function for the type APIClient
func (*APIClient) NodeRemove ¶
func (_mock *APIClient) NodeRemove(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error)
NodeRemove provides a mock function for the type APIClient
func (*APIClient) NodeUpdate ¶
func (_mock *APIClient) NodeUpdate(ctx context.Context, nodeID string, options client.NodeUpdateOptions) (client.NodeUpdateResult, error)
NodeUpdate provides a mock function for the type APIClient
func (*APIClient) Ping ¶
func (_mock *APIClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error)
Ping provides a mock function for the type APIClient
func (*APIClient) PluginCreate ¶
func (_mock *APIClient) PluginCreate(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions) (client.PluginCreateResult, error)
PluginCreate provides a mock function for the type APIClient
func (*APIClient) PluginDisable ¶
func (_mock *APIClient) PluginDisable(ctx context.Context, name string, options client.PluginDisableOptions) (client.PluginDisableResult, error)
PluginDisable provides a mock function for the type APIClient
func (*APIClient) PluginEnable ¶
func (_mock *APIClient) PluginEnable(ctx context.Context, name string, options client.PluginEnableOptions) (client.PluginEnableResult, error)
PluginEnable provides a mock function for the type APIClient
func (*APIClient) PluginInspect ¶
func (_mock *APIClient) PluginInspect(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error)
PluginInspect provides a mock function for the type APIClient
func (*APIClient) PluginInstall ¶
func (_mock *APIClient) PluginInstall(ctx context.Context, name string, options client.PluginInstallOptions) (client.PluginInstallResult, error)
PluginInstall provides a mock function for the type APIClient
func (*APIClient) PluginList ¶
func (_mock *APIClient) PluginList(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error)
PluginList provides a mock function for the type APIClient
func (*APIClient) PluginPush ¶
func (_mock *APIClient) PluginPush(ctx context.Context, name string, options client.PluginPushOptions) (client.PluginPushResult, error)
PluginPush provides a mock function for the type APIClient
func (*APIClient) PluginRemove ¶
func (_mock *APIClient) PluginRemove(ctx context.Context, name string, options client.PluginRemoveOptions) (client.PluginRemoveResult, error)
PluginRemove provides a mock function for the type APIClient
func (*APIClient) PluginSet ¶
func (_mock *APIClient) PluginSet(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error)
PluginSet provides a mock function for the type APIClient
func (*APIClient) PluginUpgrade ¶
func (_mock *APIClient) PluginUpgrade(ctx context.Context, name string, options client.PluginUpgradeOptions) (client.PluginUpgradeResult, error)
PluginUpgrade provides a mock function for the type APIClient
func (*APIClient) RegistryLogin ¶
func (_mock *APIClient) RegistryLogin(ctx context.Context, auth client.RegistryLoginOptions) (client.RegistryLoginResult, error)
RegistryLogin provides a mock function for the type APIClient
func (*APIClient) SecretCreate ¶
func (_mock *APIClient) SecretCreate(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error)
SecretCreate provides a mock function for the type APIClient
func (*APIClient) SecretInspect ¶
func (_mock *APIClient) SecretInspect(ctx context.Context, id string, options client.SecretInspectOptions) (client.SecretInspectResult, error)
SecretInspect provides a mock function for the type APIClient
func (*APIClient) SecretList ¶
func (_mock *APIClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error)
SecretList provides a mock function for the type APIClient
func (*APIClient) SecretRemove ¶
func (_mock *APIClient) SecretRemove(ctx context.Context, id string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error)
SecretRemove provides a mock function for the type APIClient
func (*APIClient) SecretUpdate ¶
func (_mock *APIClient) SecretUpdate(ctx context.Context, id string, options client.SecretUpdateOptions) (client.SecretUpdateResult, error)
SecretUpdate provides a mock function for the type APIClient
func (*APIClient) ServerVersion ¶
func (_mock *APIClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error)
ServerVersion provides a mock function for the type APIClient
func (*APIClient) ServiceCreate ¶
func (_mock *APIClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error)
ServiceCreate provides a mock function for the type APIClient
func (*APIClient) ServiceInspect ¶
func (_mock *APIClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error)
ServiceInspect provides a mock function for the type APIClient
func (*APIClient) ServiceList ¶
func (_mock *APIClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error)
ServiceList provides a mock function for the type APIClient
func (*APIClient) ServiceLogs ¶
func (_mock *APIClient) ServiceLogs(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error)
ServiceLogs provides a mock function for the type APIClient
func (*APIClient) ServiceRemove ¶
func (_mock *APIClient) ServiceRemove(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error)
ServiceRemove provides a mock function for the type APIClient
func (*APIClient) ServiceUpdate ¶
func (_mock *APIClient) ServiceUpdate(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error)
ServiceUpdate provides a mock function for the type APIClient
func (*APIClient) SwarmGetUnlockKey ¶
func (_mock *APIClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error)
SwarmGetUnlockKey provides a mock function for the type APIClient
func (*APIClient) SwarmInit ¶
func (_mock *APIClient) SwarmInit(ctx context.Context, options client.SwarmInitOptions) (client.SwarmInitResult, error)
SwarmInit provides a mock function for the type APIClient
func (*APIClient) SwarmInspect ¶
func (_mock *APIClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error)
SwarmInspect provides a mock function for the type APIClient
func (*APIClient) SwarmJoin ¶
func (_mock *APIClient) SwarmJoin(ctx context.Context, options client.SwarmJoinOptions) (client.SwarmJoinResult, error)
SwarmJoin provides a mock function for the type APIClient
func (*APIClient) SwarmLeave ¶
func (_mock *APIClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error)
SwarmLeave provides a mock function for the type APIClient
func (*APIClient) SwarmUnlock ¶
func (_mock *APIClient) SwarmUnlock(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error)
SwarmUnlock provides a mock function for the type APIClient
func (*APIClient) SwarmUpdate ¶
func (_mock *APIClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error)
SwarmUpdate provides a mock function for the type APIClient
func (*APIClient) TaskInspect ¶
func (_mock *APIClient) TaskInspect(ctx context.Context, taskID string, options client.TaskInspectOptions) (client.TaskInspectResult, error)
TaskInspect provides a mock function for the type APIClient
func (*APIClient) TaskList ¶
func (_mock *APIClient) TaskList(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error)
TaskList provides a mock function for the type APIClient
func (*APIClient) TaskLogs ¶
func (_mock *APIClient) TaskLogs(ctx context.Context, taskID string, options client.TaskLogsOptions) (client.TaskLogsResult, error)
TaskLogs provides a mock function for the type APIClient
func (*APIClient) VolumeCreate ¶
func (_mock *APIClient) VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error)
VolumeCreate provides a mock function for the type APIClient
func (*APIClient) VolumeInspect ¶
func (_mock *APIClient) VolumeInspect(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error)
VolumeInspect provides a mock function for the type APIClient
func (*APIClient) VolumeList ¶
func (_mock *APIClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error)
VolumeList provides a mock function for the type APIClient
func (*APIClient) VolumePrune ¶
func (_mock *APIClient) VolumePrune(ctx context.Context, options client.VolumePruneOptions) (client.VolumePruneResult, error)
VolumePrune provides a mock function for the type APIClient
func (*APIClient) VolumeRemove ¶
func (_mock *APIClient) VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error)
VolumeRemove provides a mock function for the type APIClient
func (*APIClient) VolumeUpdate ¶
func (_mock *APIClient) VolumeUpdate(ctx context.Context, volumeID string, options client.VolumeUpdateOptions) (client.VolumeUpdateResult, error)
VolumeUpdate provides a mock function for the type APIClient
type APIClient_BuildCachePrune_Call ¶
APIClient_BuildCachePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BuildCachePrune'
func (*APIClient_BuildCachePrune_Call) Return ¶
func (_c *APIClient_BuildCachePrune_Call) Return(buildCachePruneResult client.BuildCachePruneResult, err error) *APIClient_BuildCachePrune_Call
func (*APIClient_BuildCachePrune_Call) Run ¶
func (_c *APIClient_BuildCachePrune_Call) Run(run func(ctx context.Context, opts client.BuildCachePruneOptions)) *APIClient_BuildCachePrune_Call
func (*APIClient_BuildCachePrune_Call) RunAndReturn ¶
func (_c *APIClient_BuildCachePrune_Call) RunAndReturn(run func(ctx context.Context, opts client.BuildCachePruneOptions) (client.BuildCachePruneResult, error)) *APIClient_BuildCachePrune_Call
type APIClient_BuildCancel_Call ¶
APIClient_BuildCancel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BuildCancel'
func (*APIClient_BuildCancel_Call) Return ¶
func (_c *APIClient_BuildCancel_Call) Return(buildCancelResult client.BuildCancelResult, err error) *APIClient_BuildCancel_Call
func (*APIClient_BuildCancel_Call) Run ¶
func (_c *APIClient_BuildCancel_Call) Run(run func(ctx context.Context, id string, opts client.BuildCancelOptions)) *APIClient_BuildCancel_Call
func (*APIClient_BuildCancel_Call) RunAndReturn ¶
func (_c *APIClient_BuildCancel_Call) RunAndReturn(run func(ctx context.Context, id string, opts client.BuildCancelOptions) (client.BuildCancelResult, error)) *APIClient_BuildCancel_Call
type APIClient_CheckpointCreate_Call ¶
APIClient_CheckpointCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckpointCreate'
func (*APIClient_CheckpointCreate_Call) Return ¶
func (_c *APIClient_CheckpointCreate_Call) Return(checkpointCreateResult client.CheckpointCreateResult, err error) *APIClient_CheckpointCreate_Call
func (*APIClient_CheckpointCreate_Call) Run ¶
func (_c *APIClient_CheckpointCreate_Call) Run(run func(ctx context.Context, container string, options client.CheckpointCreateOptions)) *APIClient_CheckpointCreate_Call
func (*APIClient_CheckpointCreate_Call) RunAndReturn ¶
func (_c *APIClient_CheckpointCreate_Call) RunAndReturn(run func(ctx context.Context, container string, options client.CheckpointCreateOptions) (client.CheckpointCreateResult, error)) *APIClient_CheckpointCreate_Call
type APIClient_CheckpointList_Call ¶
APIClient_CheckpointList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckpointList'
func (*APIClient_CheckpointList_Call) Return ¶
func (_c *APIClient_CheckpointList_Call) Return(checkpointListResult client.CheckpointListResult, err error) *APIClient_CheckpointList_Call
func (*APIClient_CheckpointList_Call) Run ¶
func (_c *APIClient_CheckpointList_Call) Run(run func(ctx context.Context, container string, options client.CheckpointListOptions)) *APIClient_CheckpointList_Call
func (*APIClient_CheckpointList_Call) RunAndReturn ¶
func (_c *APIClient_CheckpointList_Call) RunAndReturn(run func(ctx context.Context, container string, options client.CheckpointListOptions) (client.CheckpointListResult, error)) *APIClient_CheckpointList_Call
type APIClient_CheckpointRemove_Call ¶
APIClient_CheckpointRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckpointRemove'
func (*APIClient_CheckpointRemove_Call) Return ¶
func (_c *APIClient_CheckpointRemove_Call) Return(checkpointRemoveResult client.CheckpointRemoveResult, err error) *APIClient_CheckpointRemove_Call
func (*APIClient_CheckpointRemove_Call) Run ¶
func (_c *APIClient_CheckpointRemove_Call) Run(run func(ctx context.Context, container string, options client.CheckpointRemoveOptions)) *APIClient_CheckpointRemove_Call
func (*APIClient_CheckpointRemove_Call) RunAndReturn ¶
func (_c *APIClient_CheckpointRemove_Call) RunAndReturn(run func(ctx context.Context, container string, options client.CheckpointRemoveOptions) (client.CheckpointRemoveResult, error)) *APIClient_CheckpointRemove_Call
type APIClient_ClientVersion_Call ¶
APIClient_ClientVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientVersion'
func (*APIClient_ClientVersion_Call) Return ¶
func (_c *APIClient_ClientVersion_Call) Return(s string) *APIClient_ClientVersion_Call
func (*APIClient_ClientVersion_Call) Run ¶
func (_c *APIClient_ClientVersion_Call) Run(run func()) *APIClient_ClientVersion_Call
func (*APIClient_ClientVersion_Call) RunAndReturn ¶
func (_c *APIClient_ClientVersion_Call) RunAndReturn(run func() string) *APIClient_ClientVersion_Call
type APIClient_Close_Call ¶
APIClient_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'
func (*APIClient_Close_Call) Return ¶
func (_c *APIClient_Close_Call) Return(err error) *APIClient_Close_Call
func (*APIClient_Close_Call) Run ¶
func (_c *APIClient_Close_Call) Run(run func()) *APIClient_Close_Call
func (*APIClient_Close_Call) RunAndReturn ¶
func (_c *APIClient_Close_Call) RunAndReturn(run func() error) *APIClient_Close_Call
type APIClient_ConfigCreate_Call ¶
APIClient_ConfigCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigCreate'
func (*APIClient_ConfigCreate_Call) Return ¶
func (_c *APIClient_ConfigCreate_Call) Return(configCreateResult client.ConfigCreateResult, err error) *APIClient_ConfigCreate_Call
func (*APIClient_ConfigCreate_Call) Run ¶
func (_c *APIClient_ConfigCreate_Call) Run(run func(ctx context.Context, options client.ConfigCreateOptions)) *APIClient_ConfigCreate_Call
func (*APIClient_ConfigCreate_Call) RunAndReturn ¶
func (_c *APIClient_ConfigCreate_Call) RunAndReturn(run func(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error)) *APIClient_ConfigCreate_Call
type APIClient_ConfigInspect_Call ¶
APIClient_ConfigInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigInspect'
func (*APIClient_ConfigInspect_Call) Return ¶
func (_c *APIClient_ConfigInspect_Call) Return(configInspectResult client.ConfigInspectResult, err error) *APIClient_ConfigInspect_Call
func (*APIClient_ConfigInspect_Call) Run ¶
func (_c *APIClient_ConfigInspect_Call) Run(run func(ctx context.Context, id string, options client.ConfigInspectOptions)) *APIClient_ConfigInspect_Call
func (*APIClient_ConfigInspect_Call) RunAndReturn ¶
func (_c *APIClient_ConfigInspect_Call) RunAndReturn(run func(ctx context.Context, id string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error)) *APIClient_ConfigInspect_Call
type APIClient_ConfigList_Call ¶
APIClient_ConfigList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigList'
func (*APIClient_ConfigList_Call) Return ¶
func (_c *APIClient_ConfigList_Call) Return(configListResult client.ConfigListResult, err error) *APIClient_ConfigList_Call
func (*APIClient_ConfigList_Call) Run ¶
func (_c *APIClient_ConfigList_Call) Run(run func(ctx context.Context, options client.ConfigListOptions)) *APIClient_ConfigList_Call
func (*APIClient_ConfigList_Call) RunAndReturn ¶
func (_c *APIClient_ConfigList_Call) RunAndReturn(run func(ctx context.Context, options client.ConfigListOptions) (client.ConfigListResult, error)) *APIClient_ConfigList_Call
type APIClient_ConfigRemove_Call ¶
APIClient_ConfigRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigRemove'
func (*APIClient_ConfigRemove_Call) Return ¶
func (_c *APIClient_ConfigRemove_Call) Return(configRemoveResult client.ConfigRemoveResult, err error) *APIClient_ConfigRemove_Call
func (*APIClient_ConfigRemove_Call) Run ¶
func (_c *APIClient_ConfigRemove_Call) Run(run func(ctx context.Context, id string, options client.ConfigRemoveOptions)) *APIClient_ConfigRemove_Call
func (*APIClient_ConfigRemove_Call) RunAndReturn ¶
func (_c *APIClient_ConfigRemove_Call) RunAndReturn(run func(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error)) *APIClient_ConfigRemove_Call
type APIClient_ConfigUpdate_Call ¶
APIClient_ConfigUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigUpdate'
func (*APIClient_ConfigUpdate_Call) Return ¶
func (_c *APIClient_ConfigUpdate_Call) Return(configUpdateResult client.ConfigUpdateResult, err error) *APIClient_ConfigUpdate_Call
func (*APIClient_ConfigUpdate_Call) Run ¶
func (_c *APIClient_ConfigUpdate_Call) Run(run func(ctx context.Context, id string, options client.ConfigUpdateOptions)) *APIClient_ConfigUpdate_Call
func (*APIClient_ConfigUpdate_Call) RunAndReturn ¶
func (_c *APIClient_ConfigUpdate_Call) RunAndReturn(run func(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error)) *APIClient_ConfigUpdate_Call
type APIClient_ContainerAttach_Call ¶
APIClient_ContainerAttach_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerAttach'
func (*APIClient_ContainerAttach_Call) Return ¶
func (_c *APIClient_ContainerAttach_Call) Return(containerAttachResult client.ContainerAttachResult, err error) *APIClient_ContainerAttach_Call
func (*APIClient_ContainerAttach_Call) Run ¶
func (_c *APIClient_ContainerAttach_Call) Run(run func(ctx context.Context, container string, options client.ContainerAttachOptions)) *APIClient_ContainerAttach_Call
func (*APIClient_ContainerAttach_Call) RunAndReturn ¶
func (_c *APIClient_ContainerAttach_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerAttachOptions) (client.ContainerAttachResult, error)) *APIClient_ContainerAttach_Call
type APIClient_ContainerCommit_Call ¶
APIClient_ContainerCommit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerCommit'
func (*APIClient_ContainerCommit_Call) Return ¶
func (_c *APIClient_ContainerCommit_Call) Return(containerCommitResult client.ContainerCommitResult, err error) *APIClient_ContainerCommit_Call
func (*APIClient_ContainerCommit_Call) Run ¶
func (_c *APIClient_ContainerCommit_Call) Run(run func(ctx context.Context, container string, options client.ContainerCommitOptions)) *APIClient_ContainerCommit_Call
func (*APIClient_ContainerCommit_Call) RunAndReturn ¶
func (_c *APIClient_ContainerCommit_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerCommitOptions) (client.ContainerCommitResult, error)) *APIClient_ContainerCommit_Call
type APIClient_ContainerCreate_Call ¶
APIClient_ContainerCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerCreate'
func (*APIClient_ContainerCreate_Call) Return ¶
func (_c *APIClient_ContainerCreate_Call) Return(containerCreateResult client.ContainerCreateResult, err error) *APIClient_ContainerCreate_Call
func (*APIClient_ContainerCreate_Call) Run ¶
func (_c *APIClient_ContainerCreate_Call) Run(run func(ctx context.Context, options client.ContainerCreateOptions)) *APIClient_ContainerCreate_Call
func (*APIClient_ContainerCreate_Call) RunAndReturn ¶
func (_c *APIClient_ContainerCreate_Call) RunAndReturn(run func(ctx context.Context, options client.ContainerCreateOptions) (client.ContainerCreateResult, error)) *APIClient_ContainerCreate_Call
type APIClient_ContainerDiff_Call ¶
APIClient_ContainerDiff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerDiff'
func (*APIClient_ContainerDiff_Call) Return ¶
func (_c *APIClient_ContainerDiff_Call) Return(containerDiffResult client.ContainerDiffResult, err error) *APIClient_ContainerDiff_Call
func (*APIClient_ContainerDiff_Call) Run ¶
func (_c *APIClient_ContainerDiff_Call) Run(run func(ctx context.Context, container string, options client.ContainerDiffOptions)) *APIClient_ContainerDiff_Call
func (*APIClient_ContainerDiff_Call) RunAndReturn ¶
func (_c *APIClient_ContainerDiff_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerDiffOptions) (client.ContainerDiffResult, error)) *APIClient_ContainerDiff_Call
type APIClient_ContainerExport_Call ¶
APIClient_ContainerExport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerExport'
func (*APIClient_ContainerExport_Call) Return ¶
func (_c *APIClient_ContainerExport_Call) Return(containerExportResult client.ContainerExportResult, err error) *APIClient_ContainerExport_Call
func (*APIClient_ContainerExport_Call) Run ¶
func (_c *APIClient_ContainerExport_Call) Run(run func(ctx context.Context, container string, options client.ContainerExportOptions)) *APIClient_ContainerExport_Call
func (*APIClient_ContainerExport_Call) RunAndReturn ¶
func (_c *APIClient_ContainerExport_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerExportOptions) (client.ContainerExportResult, error)) *APIClient_ContainerExport_Call
type APIClient_ContainerInspect_Call ¶
APIClient_ContainerInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerInspect'
func (*APIClient_ContainerInspect_Call) Return ¶
func (_c *APIClient_ContainerInspect_Call) Return(containerInspectResult client.ContainerInspectResult, err error) *APIClient_ContainerInspect_Call
func (*APIClient_ContainerInspect_Call) Run ¶
func (_c *APIClient_ContainerInspect_Call) Run(run func(ctx context.Context, container string, options client.ContainerInspectOptions)) *APIClient_ContainerInspect_Call
func (*APIClient_ContainerInspect_Call) RunAndReturn ¶
func (_c *APIClient_ContainerInspect_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerInspectOptions) (client.ContainerInspectResult, error)) *APIClient_ContainerInspect_Call
type APIClient_ContainerKill_Call ¶
APIClient_ContainerKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerKill'
func (*APIClient_ContainerKill_Call) Return ¶
func (_c *APIClient_ContainerKill_Call) Return(containerKillResult client.ContainerKillResult, err error) *APIClient_ContainerKill_Call
func (*APIClient_ContainerKill_Call) Run ¶
func (_c *APIClient_ContainerKill_Call) Run(run func(ctx context.Context, container string, options client.ContainerKillOptions)) *APIClient_ContainerKill_Call
func (*APIClient_ContainerKill_Call) RunAndReturn ¶
func (_c *APIClient_ContainerKill_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerKillOptions) (client.ContainerKillResult, error)) *APIClient_ContainerKill_Call
type APIClient_ContainerList_Call ¶
APIClient_ContainerList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerList'
func (*APIClient_ContainerList_Call) Return ¶
func (_c *APIClient_ContainerList_Call) Return(containerListResult client.ContainerListResult, err error) *APIClient_ContainerList_Call
func (*APIClient_ContainerList_Call) Run ¶
func (_c *APIClient_ContainerList_Call) Run(run func(ctx context.Context, options client.ContainerListOptions)) *APIClient_ContainerList_Call
func (*APIClient_ContainerList_Call) RunAndReturn ¶
func (_c *APIClient_ContainerList_Call) RunAndReturn(run func(ctx context.Context, options client.ContainerListOptions) (client.ContainerListResult, error)) *APIClient_ContainerList_Call
type APIClient_ContainerLogs_Call ¶
APIClient_ContainerLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerLogs'
func (*APIClient_ContainerLogs_Call) Return ¶
func (_c *APIClient_ContainerLogs_Call) Return(containerLogsResult client.ContainerLogsResult, err error) *APIClient_ContainerLogs_Call
func (*APIClient_ContainerLogs_Call) Run ¶
func (_c *APIClient_ContainerLogs_Call) Run(run func(ctx context.Context, container string, options client.ContainerLogsOptions)) *APIClient_ContainerLogs_Call
func (*APIClient_ContainerLogs_Call) RunAndReturn ¶
func (_c *APIClient_ContainerLogs_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerLogsOptions) (client.ContainerLogsResult, error)) *APIClient_ContainerLogs_Call
type APIClient_ContainerPause_Call ¶
APIClient_ContainerPause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerPause'
func (*APIClient_ContainerPause_Call) Return ¶
func (_c *APIClient_ContainerPause_Call) Return(containerPauseResult client.ContainerPauseResult, err error) *APIClient_ContainerPause_Call
func (*APIClient_ContainerPause_Call) Run ¶
func (_c *APIClient_ContainerPause_Call) Run(run func(ctx context.Context, container string, options client.ContainerPauseOptions)) *APIClient_ContainerPause_Call
func (*APIClient_ContainerPause_Call) RunAndReturn ¶
func (_c *APIClient_ContainerPause_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerPauseOptions) (client.ContainerPauseResult, error)) *APIClient_ContainerPause_Call
type APIClient_ContainerPrune_Call ¶
APIClient_ContainerPrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerPrune'
func (*APIClient_ContainerPrune_Call) Return ¶
func (_c *APIClient_ContainerPrune_Call) Return(containerPruneResult client.ContainerPruneResult, err error) *APIClient_ContainerPrune_Call
func (*APIClient_ContainerPrune_Call) Run ¶
func (_c *APIClient_ContainerPrune_Call) Run(run func(ctx context.Context, opts client.ContainerPruneOptions)) *APIClient_ContainerPrune_Call
func (*APIClient_ContainerPrune_Call) RunAndReturn ¶
func (_c *APIClient_ContainerPrune_Call) RunAndReturn(run func(ctx context.Context, opts client.ContainerPruneOptions) (client.ContainerPruneResult, error)) *APIClient_ContainerPrune_Call
type APIClient_ContainerRemove_Call ¶
APIClient_ContainerRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerRemove'
func (*APIClient_ContainerRemove_Call) Return ¶
func (_c *APIClient_ContainerRemove_Call) Return(containerRemoveResult client.ContainerRemoveResult, err error) *APIClient_ContainerRemove_Call
func (*APIClient_ContainerRemove_Call) Run ¶
func (_c *APIClient_ContainerRemove_Call) Run(run func(ctx context.Context, container string, options client.ContainerRemoveOptions)) *APIClient_ContainerRemove_Call
func (*APIClient_ContainerRemove_Call) RunAndReturn ¶
func (_c *APIClient_ContainerRemove_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error)) *APIClient_ContainerRemove_Call
type APIClient_ContainerRename_Call ¶
APIClient_ContainerRename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerRename'
func (*APIClient_ContainerRename_Call) Return ¶
func (_c *APIClient_ContainerRename_Call) Return(containerRenameResult client.ContainerRenameResult, err error) *APIClient_ContainerRename_Call
func (*APIClient_ContainerRename_Call) Run ¶
func (_c *APIClient_ContainerRename_Call) Run(run func(ctx context.Context, container string, options client.ContainerRenameOptions)) *APIClient_ContainerRename_Call
func (*APIClient_ContainerRename_Call) RunAndReturn ¶
func (_c *APIClient_ContainerRename_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerRenameOptions) (client.ContainerRenameResult, error)) *APIClient_ContainerRename_Call
type APIClient_ContainerResize_Call ¶
APIClient_ContainerResize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerResize'
func (*APIClient_ContainerResize_Call) Return ¶
func (_c *APIClient_ContainerResize_Call) Return(containerResizeResult client.ContainerResizeResult, err error) *APIClient_ContainerResize_Call
func (*APIClient_ContainerResize_Call) Run ¶
func (_c *APIClient_ContainerResize_Call) Run(run func(ctx context.Context, container string, options client.ContainerResizeOptions)) *APIClient_ContainerResize_Call
func (*APIClient_ContainerResize_Call) RunAndReturn ¶
func (_c *APIClient_ContainerResize_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerResizeOptions) (client.ContainerResizeResult, error)) *APIClient_ContainerResize_Call
type APIClient_ContainerRestart_Call ¶
APIClient_ContainerRestart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerRestart'
func (*APIClient_ContainerRestart_Call) Return ¶
func (_c *APIClient_ContainerRestart_Call) Return(containerRestartResult client.ContainerRestartResult, err error) *APIClient_ContainerRestart_Call
func (*APIClient_ContainerRestart_Call) Run ¶
func (_c *APIClient_ContainerRestart_Call) Run(run func(ctx context.Context, container string, options client.ContainerRestartOptions)) *APIClient_ContainerRestart_Call
func (*APIClient_ContainerRestart_Call) RunAndReturn ¶
func (_c *APIClient_ContainerRestart_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerRestartOptions) (client.ContainerRestartResult, error)) *APIClient_ContainerRestart_Call
type APIClient_ContainerStart_Call ¶
APIClient_ContainerStart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStart'
func (*APIClient_ContainerStart_Call) Return ¶
func (_c *APIClient_ContainerStart_Call) Return(containerStartResult client.ContainerStartResult, err error) *APIClient_ContainerStart_Call
func (*APIClient_ContainerStart_Call) Run ¶
func (_c *APIClient_ContainerStart_Call) Run(run func(ctx context.Context, container string, options client.ContainerStartOptions)) *APIClient_ContainerStart_Call
func (*APIClient_ContainerStart_Call) RunAndReturn ¶
func (_c *APIClient_ContainerStart_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerStartOptions) (client.ContainerStartResult, error)) *APIClient_ContainerStart_Call
type APIClient_ContainerStatPath_Call ¶
APIClient_ContainerStatPath_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStatPath'
func (*APIClient_ContainerStatPath_Call) Return ¶
func (_c *APIClient_ContainerStatPath_Call) Return(containerStatPathResult client.ContainerStatPathResult, err error) *APIClient_ContainerStatPath_Call
func (*APIClient_ContainerStatPath_Call) Run ¶
func (_c *APIClient_ContainerStatPath_Call) Run(run func(ctx context.Context, container string, options client.ContainerStatPathOptions)) *APIClient_ContainerStatPath_Call
func (*APIClient_ContainerStatPath_Call) RunAndReturn ¶
func (_c *APIClient_ContainerStatPath_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error)) *APIClient_ContainerStatPath_Call
type APIClient_ContainerStats_Call ¶
APIClient_ContainerStats_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStats'
func (*APIClient_ContainerStats_Call) Return ¶
func (_c *APIClient_ContainerStats_Call) Return(containerStatsResult client.ContainerStatsResult, err error) *APIClient_ContainerStats_Call
func (*APIClient_ContainerStats_Call) Run ¶
func (_c *APIClient_ContainerStats_Call) Run(run func(ctx context.Context, container string, options client.ContainerStatsOptions)) *APIClient_ContainerStats_Call
func (*APIClient_ContainerStats_Call) RunAndReturn ¶
func (_c *APIClient_ContainerStats_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerStatsOptions) (client.ContainerStatsResult, error)) *APIClient_ContainerStats_Call
type APIClient_ContainerStop_Call ¶
APIClient_ContainerStop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerStop'
func (*APIClient_ContainerStop_Call) Return ¶
func (_c *APIClient_ContainerStop_Call) Return(containerStopResult client.ContainerStopResult, err error) *APIClient_ContainerStop_Call
func (*APIClient_ContainerStop_Call) Run ¶
func (_c *APIClient_ContainerStop_Call) Run(run func(ctx context.Context, container string, options client.ContainerStopOptions)) *APIClient_ContainerStop_Call
func (*APIClient_ContainerStop_Call) RunAndReturn ¶
func (_c *APIClient_ContainerStop_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerStopOptions) (client.ContainerStopResult, error)) *APIClient_ContainerStop_Call
type APIClient_ContainerTop_Call ¶
APIClient_ContainerTop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerTop'
func (*APIClient_ContainerTop_Call) Return ¶
func (_c *APIClient_ContainerTop_Call) Return(containerTopResult client.ContainerTopResult, err error) *APIClient_ContainerTop_Call
func (*APIClient_ContainerTop_Call) Run ¶
func (_c *APIClient_ContainerTop_Call) Run(run func(ctx context.Context, container string, options client.ContainerTopOptions)) *APIClient_ContainerTop_Call
func (*APIClient_ContainerTop_Call) RunAndReturn ¶
func (_c *APIClient_ContainerTop_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerTopOptions) (client.ContainerTopResult, error)) *APIClient_ContainerTop_Call
type APIClient_ContainerUnpause_Call ¶
APIClient_ContainerUnpause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerUnpause'
func (*APIClient_ContainerUnpause_Call) Return ¶
func (_c *APIClient_ContainerUnpause_Call) Return(containerUnpauseResult client.ContainerUnpauseResult, err error) *APIClient_ContainerUnpause_Call
func (*APIClient_ContainerUnpause_Call) Run ¶
func (_c *APIClient_ContainerUnpause_Call) Run(run func(ctx context.Context, container string, options client.ContainerUnpauseOptions)) *APIClient_ContainerUnpause_Call
func (*APIClient_ContainerUnpause_Call) RunAndReturn ¶
func (_c *APIClient_ContainerUnpause_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerUnpauseOptions) (client.ContainerUnpauseResult, error)) *APIClient_ContainerUnpause_Call
type APIClient_ContainerUpdate_Call ¶
APIClient_ContainerUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerUpdate'
func (*APIClient_ContainerUpdate_Call) Return ¶
func (_c *APIClient_ContainerUpdate_Call) Return(containerUpdateResult client.ContainerUpdateResult, err error) *APIClient_ContainerUpdate_Call
func (*APIClient_ContainerUpdate_Call) Run ¶
func (_c *APIClient_ContainerUpdate_Call) Run(run func(ctx context.Context, container string, updateConfig client.ContainerUpdateOptions)) *APIClient_ContainerUpdate_Call
func (*APIClient_ContainerUpdate_Call) RunAndReturn ¶
func (_c *APIClient_ContainerUpdate_Call) RunAndReturn(run func(ctx context.Context, container string, updateConfig client.ContainerUpdateOptions) (client.ContainerUpdateResult, error)) *APIClient_ContainerUpdate_Call
type APIClient_ContainerWait_Call ¶
APIClient_ContainerWait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ContainerWait'
func (*APIClient_ContainerWait_Call) Return ¶
func (_c *APIClient_ContainerWait_Call) Return(containerWaitResult client.ContainerWaitResult) *APIClient_ContainerWait_Call
func (*APIClient_ContainerWait_Call) Run ¶
func (_c *APIClient_ContainerWait_Call) Run(run func(ctx context.Context, container string, options client.ContainerWaitOptions)) *APIClient_ContainerWait_Call
func (*APIClient_ContainerWait_Call) RunAndReturn ¶
func (_c *APIClient_ContainerWait_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ContainerWaitOptions) client.ContainerWaitResult) *APIClient_ContainerWait_Call
type APIClient_CopyFromContainer_Call ¶
APIClient_CopyFromContainer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyFromContainer'
func (*APIClient_CopyFromContainer_Call) Return ¶
func (_c *APIClient_CopyFromContainer_Call) Return(copyFromContainerResult client.CopyFromContainerResult, err error) *APIClient_CopyFromContainer_Call
func (*APIClient_CopyFromContainer_Call) Run ¶
func (_c *APIClient_CopyFromContainer_Call) Run(run func(ctx context.Context, container string, options client.CopyFromContainerOptions)) *APIClient_CopyFromContainer_Call
func (*APIClient_CopyFromContainer_Call) RunAndReturn ¶
func (_c *APIClient_CopyFromContainer_Call) RunAndReturn(run func(ctx context.Context, container string, options client.CopyFromContainerOptions) (client.CopyFromContainerResult, error)) *APIClient_CopyFromContainer_Call
type APIClient_CopyToContainer_Call ¶
APIClient_CopyToContainer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyToContainer'
func (*APIClient_CopyToContainer_Call) Return ¶
func (_c *APIClient_CopyToContainer_Call) Return(copyToContainerResult client.CopyToContainerResult, err error) *APIClient_CopyToContainer_Call
func (*APIClient_CopyToContainer_Call) Run ¶
func (_c *APIClient_CopyToContainer_Call) Run(run func(ctx context.Context, container string, options client.CopyToContainerOptions)) *APIClient_CopyToContainer_Call
func (*APIClient_CopyToContainer_Call) RunAndReturn ¶
func (_c *APIClient_CopyToContainer_Call) RunAndReturn(run func(ctx context.Context, container string, options client.CopyToContainerOptions) (client.CopyToContainerResult, error)) *APIClient_CopyToContainer_Call
type APIClient_DaemonHost_Call ¶
APIClient_DaemonHost_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DaemonHost'
func (*APIClient_DaemonHost_Call) Return ¶
func (_c *APIClient_DaemonHost_Call) Return(s string) *APIClient_DaemonHost_Call
func (*APIClient_DaemonHost_Call) Run ¶
func (_c *APIClient_DaemonHost_Call) Run(run func()) *APIClient_DaemonHost_Call
func (*APIClient_DaemonHost_Call) RunAndReturn ¶
func (_c *APIClient_DaemonHost_Call) RunAndReturn(run func() string) *APIClient_DaemonHost_Call
type APIClient_DialHijack_Call ¶
APIClient_DialHijack_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DialHijack'
func (*APIClient_DialHijack_Call) Return ¶
func (_c *APIClient_DialHijack_Call) Return(conn net.Conn, err error) *APIClient_DialHijack_Call
func (*APIClient_DialHijack_Call) Run ¶
func (_c *APIClient_DialHijack_Call) Run(run func(ctx context.Context, url string, proto string, meta map[string][]string)) *APIClient_DialHijack_Call
func (*APIClient_DialHijack_Call) RunAndReturn ¶
type APIClient_Dialer_Call ¶
APIClient_Dialer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Dialer'
func (*APIClient_Dialer_Call) Return ¶
func (_c *APIClient_Dialer_Call) Return(fn func(context.Context) (net.Conn, error)) *APIClient_Dialer_Call
func (*APIClient_Dialer_Call) Run ¶
func (_c *APIClient_Dialer_Call) Run(run func()) *APIClient_Dialer_Call
func (*APIClient_Dialer_Call) RunAndReturn ¶
func (_c *APIClient_Dialer_Call) RunAndReturn(run func() func(context.Context) (net.Conn, error)) *APIClient_Dialer_Call
type APIClient_DiskUsage_Call ¶
APIClient_DiskUsage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DiskUsage'
func (*APIClient_DiskUsage_Call) Return ¶
func (_c *APIClient_DiskUsage_Call) Return(diskUsageResult client.DiskUsageResult, err error) *APIClient_DiskUsage_Call
func (*APIClient_DiskUsage_Call) Run ¶
func (_c *APIClient_DiskUsage_Call) Run(run func(ctx context.Context, options client.DiskUsageOptions)) *APIClient_DiskUsage_Call
func (*APIClient_DiskUsage_Call) RunAndReturn ¶
func (_c *APIClient_DiskUsage_Call) RunAndReturn(run func(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error)) *APIClient_DiskUsage_Call
type APIClient_DistributionInspect_Call ¶
APIClient_DistributionInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DistributionInspect'
func (*APIClient_DistributionInspect_Call) Return ¶
func (_c *APIClient_DistributionInspect_Call) Return(distributionInspectResult client.DistributionInspectResult, err error) *APIClient_DistributionInspect_Call
func (*APIClient_DistributionInspect_Call) Run ¶
func (_c *APIClient_DistributionInspect_Call) Run(run func(ctx context.Context, image string, options client.DistributionInspectOptions)) *APIClient_DistributionInspect_Call
func (*APIClient_DistributionInspect_Call) RunAndReturn ¶
func (_c *APIClient_DistributionInspect_Call) RunAndReturn(run func(ctx context.Context, image string, options client.DistributionInspectOptions) (client.DistributionInspectResult, error)) *APIClient_DistributionInspect_Call
type APIClient_Events_Call ¶
APIClient_Events_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Events'
func (*APIClient_Events_Call) Return ¶
func (_c *APIClient_Events_Call) Return(eventsResult client.EventsResult) *APIClient_Events_Call
func (*APIClient_Events_Call) Run ¶
func (_c *APIClient_Events_Call) Run(run func(ctx context.Context, options client.EventsListOptions)) *APIClient_Events_Call
func (*APIClient_Events_Call) RunAndReturn ¶
func (_c *APIClient_Events_Call) RunAndReturn(run func(ctx context.Context, options client.EventsListOptions) client.EventsResult) *APIClient_Events_Call
type APIClient_ExecAttach_Call ¶
APIClient_ExecAttach_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecAttach'
func (*APIClient_ExecAttach_Call) Return ¶
func (_c *APIClient_ExecAttach_Call) Return(execAttachResult client.ExecAttachResult, err error) *APIClient_ExecAttach_Call
func (*APIClient_ExecAttach_Call) Run ¶
func (_c *APIClient_ExecAttach_Call) Run(run func(ctx context.Context, execID string, options client.ExecAttachOptions)) *APIClient_ExecAttach_Call
func (*APIClient_ExecAttach_Call) RunAndReturn ¶
func (_c *APIClient_ExecAttach_Call) RunAndReturn(run func(ctx context.Context, execID string, options client.ExecAttachOptions) (client.ExecAttachResult, error)) *APIClient_ExecAttach_Call
type APIClient_ExecCreate_Call ¶
APIClient_ExecCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecCreate'
func (*APIClient_ExecCreate_Call) Return ¶
func (_c *APIClient_ExecCreate_Call) Return(execCreateResult client.ExecCreateResult, err error) *APIClient_ExecCreate_Call
func (*APIClient_ExecCreate_Call) Run ¶
func (_c *APIClient_ExecCreate_Call) Run(run func(ctx context.Context, container string, options client.ExecCreateOptions)) *APIClient_ExecCreate_Call
func (*APIClient_ExecCreate_Call) RunAndReturn ¶
func (_c *APIClient_ExecCreate_Call) RunAndReturn(run func(ctx context.Context, container string, options client.ExecCreateOptions) (client.ExecCreateResult, error)) *APIClient_ExecCreate_Call
type APIClient_ExecInspect_Call ¶
APIClient_ExecInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecInspect'
func (*APIClient_ExecInspect_Call) Return ¶
func (_c *APIClient_ExecInspect_Call) Return(execInspectResult client.ExecInspectResult, err error) *APIClient_ExecInspect_Call
func (*APIClient_ExecInspect_Call) Run ¶
func (_c *APIClient_ExecInspect_Call) Run(run func(ctx context.Context, execID string, options client.ExecInspectOptions)) *APIClient_ExecInspect_Call
func (*APIClient_ExecInspect_Call) RunAndReturn ¶
func (_c *APIClient_ExecInspect_Call) RunAndReturn(run func(ctx context.Context, execID string, options client.ExecInspectOptions) (client.ExecInspectResult, error)) *APIClient_ExecInspect_Call
type APIClient_ExecResize_Call ¶
APIClient_ExecResize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecResize'
func (*APIClient_ExecResize_Call) Return ¶
func (_c *APIClient_ExecResize_Call) Return(execResizeResult client.ExecResizeResult, err error) *APIClient_ExecResize_Call
func (*APIClient_ExecResize_Call) Run ¶
func (_c *APIClient_ExecResize_Call) Run(run func(ctx context.Context, execID string, options client.ExecResizeOptions)) *APIClient_ExecResize_Call
func (*APIClient_ExecResize_Call) RunAndReturn ¶
func (_c *APIClient_ExecResize_Call) RunAndReturn(run func(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error)) *APIClient_ExecResize_Call
type APIClient_ExecStart_Call ¶
APIClient_ExecStart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecStart'
func (*APIClient_ExecStart_Call) Return ¶
func (_c *APIClient_ExecStart_Call) Return(execStartResult client.ExecStartResult, err error) *APIClient_ExecStart_Call
func (*APIClient_ExecStart_Call) Run ¶
func (_c *APIClient_ExecStart_Call) Run(run func(ctx context.Context, execID string, options client.ExecStartOptions)) *APIClient_ExecStart_Call
func (*APIClient_ExecStart_Call) RunAndReturn ¶
func (_c *APIClient_ExecStart_Call) RunAndReturn(run func(ctx context.Context, execID string, options client.ExecStartOptions) (client.ExecStartResult, error)) *APIClient_ExecStart_Call
type APIClient_Expecter ¶
type APIClient_Expecter struct {
// contains filtered or unexported fields
}
func (*APIClient_Expecter) BuildCachePrune ¶
func (_e *APIClient_Expecter) BuildCachePrune(ctx any, opts any) *APIClient_BuildCachePrune_Call
BuildCachePrune is a helper method to define mock.On call
- ctx context.Context
- opts client.BuildCachePruneOptions
func (*APIClient_Expecter) BuildCancel ¶
func (_e *APIClient_Expecter) BuildCancel(ctx any, id any, opts any) *APIClient_BuildCancel_Call
BuildCancel is a helper method to define mock.On call
- ctx context.Context
- id string
- opts client.BuildCancelOptions
func (*APIClient_Expecter) CheckpointCreate ¶
func (_e *APIClient_Expecter) CheckpointCreate(ctx any, container any, options any) *APIClient_CheckpointCreate_Call
CheckpointCreate is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.CheckpointCreateOptions
func (*APIClient_Expecter) CheckpointList ¶
func (_e *APIClient_Expecter) CheckpointList(ctx any, container any, options any) *APIClient_CheckpointList_Call
CheckpointList is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.CheckpointListOptions
func (*APIClient_Expecter) CheckpointRemove ¶
func (_e *APIClient_Expecter) CheckpointRemove(ctx any, container any, options any) *APIClient_CheckpointRemove_Call
CheckpointRemove is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.CheckpointRemoveOptions
func (*APIClient_Expecter) ClientVersion ¶
func (_e *APIClient_Expecter) ClientVersion() *APIClient_ClientVersion_Call
ClientVersion is a helper method to define mock.On call
func (*APIClient_Expecter) Close ¶
func (_e *APIClient_Expecter) Close() *APIClient_Close_Call
Close is a helper method to define mock.On call
func (*APIClient_Expecter) ConfigCreate ¶
func (_e *APIClient_Expecter) ConfigCreate(ctx any, options any) *APIClient_ConfigCreate_Call
ConfigCreate is a helper method to define mock.On call
- ctx context.Context
- options client.ConfigCreateOptions
func (*APIClient_Expecter) ConfigInspect ¶
func (_e *APIClient_Expecter) ConfigInspect(ctx any, id any, options any) *APIClient_ConfigInspect_Call
ConfigInspect is a helper method to define mock.On call
- ctx context.Context
- id string
- options client.ConfigInspectOptions
func (*APIClient_Expecter) ConfigList ¶
func (_e *APIClient_Expecter) ConfigList(ctx any, options any) *APIClient_ConfigList_Call
ConfigList is a helper method to define mock.On call
- ctx context.Context
- options client.ConfigListOptions
func (*APIClient_Expecter) ConfigRemove ¶
func (_e *APIClient_Expecter) ConfigRemove(ctx any, id any, options any) *APIClient_ConfigRemove_Call
ConfigRemove is a helper method to define mock.On call
- ctx context.Context
- id string
- options client.ConfigRemoveOptions
func (*APIClient_Expecter) ConfigUpdate ¶
func (_e *APIClient_Expecter) ConfigUpdate(ctx any, id any, options any) *APIClient_ConfigUpdate_Call
ConfigUpdate is a helper method to define mock.On call
- ctx context.Context
- id string
- options client.ConfigUpdateOptions
func (*APIClient_Expecter) ContainerAttach ¶
func (_e *APIClient_Expecter) ContainerAttach(ctx any, container any, options any) *APIClient_ContainerAttach_Call
ContainerAttach is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerAttachOptions
func (*APIClient_Expecter) ContainerCommit ¶
func (_e *APIClient_Expecter) ContainerCommit(ctx any, container any, options any) *APIClient_ContainerCommit_Call
ContainerCommit is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerCommitOptions
func (*APIClient_Expecter) ContainerCreate ¶
func (_e *APIClient_Expecter) ContainerCreate(ctx any, options any) *APIClient_ContainerCreate_Call
ContainerCreate is a helper method to define mock.On call
- ctx context.Context
- options client.ContainerCreateOptions
func (*APIClient_Expecter) ContainerDiff ¶
func (_e *APIClient_Expecter) ContainerDiff(ctx any, container any, options any) *APIClient_ContainerDiff_Call
ContainerDiff is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerDiffOptions
func (*APIClient_Expecter) ContainerExport ¶
func (_e *APIClient_Expecter) ContainerExport(ctx any, container any, options any) *APIClient_ContainerExport_Call
ContainerExport is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerExportOptions
func (*APIClient_Expecter) ContainerInspect ¶
func (_e *APIClient_Expecter) ContainerInspect(ctx any, container any, options any) *APIClient_ContainerInspect_Call
ContainerInspect is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerInspectOptions
func (*APIClient_Expecter) ContainerKill ¶
func (_e *APIClient_Expecter) ContainerKill(ctx any, container any, options any) *APIClient_ContainerKill_Call
ContainerKill is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerKillOptions
func (*APIClient_Expecter) ContainerList ¶
func (_e *APIClient_Expecter) ContainerList(ctx any, options any) *APIClient_ContainerList_Call
ContainerList is a helper method to define mock.On call
- ctx context.Context
- options client.ContainerListOptions
func (*APIClient_Expecter) ContainerLogs ¶
func (_e *APIClient_Expecter) ContainerLogs(ctx any, container any, options any) *APIClient_ContainerLogs_Call
ContainerLogs is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerLogsOptions
func (*APIClient_Expecter) ContainerPause ¶
func (_e *APIClient_Expecter) ContainerPause(ctx any, container any, options any) *APIClient_ContainerPause_Call
ContainerPause is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerPauseOptions
func (*APIClient_Expecter) ContainerPrune ¶
func (_e *APIClient_Expecter) ContainerPrune(ctx any, opts any) *APIClient_ContainerPrune_Call
ContainerPrune is a helper method to define mock.On call
- ctx context.Context
- opts client.ContainerPruneOptions
func (*APIClient_Expecter) ContainerRemove ¶
func (_e *APIClient_Expecter) ContainerRemove(ctx any, container any, options any) *APIClient_ContainerRemove_Call
ContainerRemove is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerRemoveOptions
func (*APIClient_Expecter) ContainerRename ¶
func (_e *APIClient_Expecter) ContainerRename(ctx any, container any, options any) *APIClient_ContainerRename_Call
ContainerRename is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerRenameOptions
func (*APIClient_Expecter) ContainerResize ¶
func (_e *APIClient_Expecter) ContainerResize(ctx any, container any, options any) *APIClient_ContainerResize_Call
ContainerResize is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerResizeOptions
func (*APIClient_Expecter) ContainerRestart ¶
func (_e *APIClient_Expecter) ContainerRestart(ctx any, container any, options any) *APIClient_ContainerRestart_Call
ContainerRestart is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerRestartOptions
func (*APIClient_Expecter) ContainerStart ¶
func (_e *APIClient_Expecter) ContainerStart(ctx any, container any, options any) *APIClient_ContainerStart_Call
ContainerStart is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerStartOptions
func (*APIClient_Expecter) ContainerStatPath ¶
func (_e *APIClient_Expecter) ContainerStatPath(ctx any, container any, options any) *APIClient_ContainerStatPath_Call
ContainerStatPath is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerStatPathOptions
func (*APIClient_Expecter) ContainerStats ¶
func (_e *APIClient_Expecter) ContainerStats(ctx any, container any, options any) *APIClient_ContainerStats_Call
ContainerStats is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerStatsOptions
func (*APIClient_Expecter) ContainerStop ¶
func (_e *APIClient_Expecter) ContainerStop(ctx any, container any, options any) *APIClient_ContainerStop_Call
ContainerStop is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerStopOptions
func (*APIClient_Expecter) ContainerTop ¶
func (_e *APIClient_Expecter) ContainerTop(ctx any, container any, options any) *APIClient_ContainerTop_Call
ContainerTop is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerTopOptions
func (*APIClient_Expecter) ContainerUnpause ¶
func (_e *APIClient_Expecter) ContainerUnpause(ctx any, container any, options any) *APIClient_ContainerUnpause_Call
ContainerUnpause is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerUnpauseOptions
func (*APIClient_Expecter) ContainerUpdate ¶
func (_e *APIClient_Expecter) ContainerUpdate(ctx any, container any, updateConfig any) *APIClient_ContainerUpdate_Call
ContainerUpdate is a helper method to define mock.On call
- ctx context.Context
- container string
- updateConfig client.ContainerUpdateOptions
func (*APIClient_Expecter) ContainerWait ¶
func (_e *APIClient_Expecter) ContainerWait(ctx any, container any, options any) *APIClient_ContainerWait_Call
ContainerWait is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ContainerWaitOptions
func (*APIClient_Expecter) CopyFromContainer ¶
func (_e *APIClient_Expecter) CopyFromContainer(ctx any, container any, options any) *APIClient_CopyFromContainer_Call
CopyFromContainer is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.CopyFromContainerOptions
func (*APIClient_Expecter) CopyToContainer ¶
func (_e *APIClient_Expecter) CopyToContainer(ctx any, container any, options any) *APIClient_CopyToContainer_Call
CopyToContainer is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.CopyToContainerOptions
func (*APIClient_Expecter) DaemonHost ¶
func (_e *APIClient_Expecter) DaemonHost() *APIClient_DaemonHost_Call
DaemonHost is a helper method to define mock.On call
func (*APIClient_Expecter) DialHijack ¶
func (_e *APIClient_Expecter) DialHijack(ctx any, url any, proto any, meta any) *APIClient_DialHijack_Call
DialHijack is a helper method to define mock.On call
- ctx context.Context
- url string
- proto string
- meta map[string][]string
func (*APIClient_Expecter) Dialer ¶
func (_e *APIClient_Expecter) Dialer() *APIClient_Dialer_Call
Dialer is a helper method to define mock.On call
func (*APIClient_Expecter) DiskUsage ¶
func (_e *APIClient_Expecter) DiskUsage(ctx any, options any) *APIClient_DiskUsage_Call
DiskUsage is a helper method to define mock.On call
- ctx context.Context
- options client.DiskUsageOptions
func (*APIClient_Expecter) DistributionInspect ¶
func (_e *APIClient_Expecter) DistributionInspect(ctx any, image any, options any) *APIClient_DistributionInspect_Call
DistributionInspect is a helper method to define mock.On call
- ctx context.Context
- image string
- options client.DistributionInspectOptions
func (*APIClient_Expecter) Events ¶
func (_e *APIClient_Expecter) Events(ctx any, options any) *APIClient_Events_Call
Events is a helper method to define mock.On call
- ctx context.Context
- options client.EventsListOptions
func (*APIClient_Expecter) ExecAttach ¶
func (_e *APIClient_Expecter) ExecAttach(ctx any, execID any, options any) *APIClient_ExecAttach_Call
ExecAttach is a helper method to define mock.On call
- ctx context.Context
- execID string
- options client.ExecAttachOptions
func (*APIClient_Expecter) ExecCreate ¶
func (_e *APIClient_Expecter) ExecCreate(ctx any, container any, options any) *APIClient_ExecCreate_Call
ExecCreate is a helper method to define mock.On call
- ctx context.Context
- container string
- options client.ExecCreateOptions
func (*APIClient_Expecter) ExecInspect ¶
func (_e *APIClient_Expecter) ExecInspect(ctx any, execID any, options any) *APIClient_ExecInspect_Call
ExecInspect is a helper method to define mock.On call
- ctx context.Context
- execID string
- options client.ExecInspectOptions
func (*APIClient_Expecter) ExecResize ¶
func (_e *APIClient_Expecter) ExecResize(ctx any, execID any, options any) *APIClient_ExecResize_Call
ExecResize is a helper method to define mock.On call
- ctx context.Context
- execID string
- options client.ExecResizeOptions
func (*APIClient_Expecter) ExecStart ¶
func (_e *APIClient_Expecter) ExecStart(ctx any, execID any, options any) *APIClient_ExecStart_Call
ExecStart is a helper method to define mock.On call
- ctx context.Context
- execID string
- options client.ExecStartOptions
func (*APIClient_Expecter) ImageAttestations ¶
func (_e *APIClient_Expecter) ImageAttestations(ctx any, image any, imageAttestationsOptions ...any) *APIClient_ImageAttestations_Call
ImageAttestations is a helper method to define mock.On call
- ctx context.Context
- image string
- imageAttestationsOptions ...client.ImageAttestationsOption
func (*APIClient_Expecter) ImageBuild ¶
func (_e *APIClient_Expecter) ImageBuild(ctx any, context1 any, options any) *APIClient_ImageBuild_Call
ImageBuild is a helper method to define mock.On call
- ctx context.Context
- context1 io.Reader
- options client.ImageBuildOptions
func (*APIClient_Expecter) ImageHistory ¶
func (_e *APIClient_Expecter) ImageHistory(ctx any, image any, imageHistoryOptions ...any) *APIClient_ImageHistory_Call
ImageHistory is a helper method to define mock.On call
- ctx context.Context
- image string
- imageHistoryOptions ...client.ImageHistoryOption
func (*APIClient_Expecter) ImageImport ¶
func (_e *APIClient_Expecter) ImageImport(ctx any, source any, ref any, options any) *APIClient_ImageImport_Call
ImageImport is a helper method to define mock.On call
- ctx context.Context
- source client.ImageImportSource
- ref string
- options client.ImageImportOptions
func (*APIClient_Expecter) ImageInspect ¶
func (_e *APIClient_Expecter) ImageInspect(ctx any, image any, imageInspectOptions ...any) *APIClient_ImageInspect_Call
ImageInspect is a helper method to define mock.On call
- ctx context.Context
- image string
- imageInspectOptions ...client.ImageInspectOption
func (*APIClient_Expecter) ImageList ¶
func (_e *APIClient_Expecter) ImageList(ctx any, options any) *APIClient_ImageList_Call
ImageList is a helper method to define mock.On call
- ctx context.Context
- options client.ImageListOptions
func (*APIClient_Expecter) ImageLoad ¶
func (_e *APIClient_Expecter) ImageLoad(ctx any, input any, imageLoadOptions ...any) *APIClient_ImageLoad_Call
ImageLoad is a helper method to define mock.On call
- ctx context.Context
- input io.Reader
- imageLoadOptions ...client.ImageLoadOption
func (*APIClient_Expecter) ImagePrune ¶
func (_e *APIClient_Expecter) ImagePrune(ctx any, opts any) *APIClient_ImagePrune_Call
ImagePrune is a helper method to define mock.On call
- ctx context.Context
- opts client.ImagePruneOptions
func (*APIClient_Expecter) ImagePull ¶
func (_e *APIClient_Expecter) ImagePull(ctx any, ref any, options any) *APIClient_ImagePull_Call
ImagePull is a helper method to define mock.On call
- ctx context.Context
- ref string
- options client.ImagePullOptions
func (*APIClient_Expecter) ImagePush ¶
func (_e *APIClient_Expecter) ImagePush(ctx any, ref any, options any) *APIClient_ImagePush_Call
ImagePush is a helper method to define mock.On call
- ctx context.Context
- ref string
- options client.ImagePushOptions
func (*APIClient_Expecter) ImageRemove ¶
func (_e *APIClient_Expecter) ImageRemove(ctx any, image any, options any) *APIClient_ImageRemove_Call
ImageRemove is a helper method to define mock.On call
- ctx context.Context
- image string
- options client.ImageRemoveOptions
func (*APIClient_Expecter) ImageSave ¶
func (_e *APIClient_Expecter) ImageSave(ctx any, images any, imageSaveOptions ...any) *APIClient_ImageSave_Call
ImageSave is a helper method to define mock.On call
- ctx context.Context
- images []string
- imageSaveOptions ...client.ImageSaveOption
func (*APIClient_Expecter) ImageSearch ¶
func (_e *APIClient_Expecter) ImageSearch(ctx any, term any, options any) *APIClient_ImageSearch_Call
ImageSearch is a helper method to define mock.On call
- ctx context.Context
- term string
- options client.ImageSearchOptions
func (*APIClient_Expecter) ImageTag ¶
func (_e *APIClient_Expecter) ImageTag(ctx any, options any) *APIClient_ImageTag_Call
ImageTag is a helper method to define mock.On call
- ctx context.Context
- options client.ImageTagOptions
func (*APIClient_Expecter) Info ¶
func (_e *APIClient_Expecter) Info(ctx any, options any) *APIClient_Info_Call
Info is a helper method to define mock.On call
- ctx context.Context
- options client.InfoOptions
func (*APIClient_Expecter) NetworkConnect ¶
func (_e *APIClient_Expecter) NetworkConnect(ctx any, network any, options any) *APIClient_NetworkConnect_Call
NetworkConnect is a helper method to define mock.On call
- ctx context.Context
- network string
- options client.NetworkConnectOptions
func (*APIClient_Expecter) NetworkCreate ¶
func (_e *APIClient_Expecter) NetworkCreate(ctx any, name any, options any) *APIClient_NetworkCreate_Call
NetworkCreate is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.NetworkCreateOptions
func (*APIClient_Expecter) NetworkDisconnect ¶
func (_e *APIClient_Expecter) NetworkDisconnect(ctx any, network any, options any) *APIClient_NetworkDisconnect_Call
NetworkDisconnect is a helper method to define mock.On call
- ctx context.Context
- network string
- options client.NetworkDisconnectOptions
func (*APIClient_Expecter) NetworkInspect ¶
func (_e *APIClient_Expecter) NetworkInspect(ctx any, network any, options any) *APIClient_NetworkInspect_Call
NetworkInspect is a helper method to define mock.On call
- ctx context.Context
- network string
- options client.NetworkInspectOptions
func (*APIClient_Expecter) NetworkList ¶
func (_e *APIClient_Expecter) NetworkList(ctx any, options any) *APIClient_NetworkList_Call
NetworkList is a helper method to define mock.On call
- ctx context.Context
- options client.NetworkListOptions
func (*APIClient_Expecter) NetworkPrune ¶
func (_e *APIClient_Expecter) NetworkPrune(ctx any, opts any) *APIClient_NetworkPrune_Call
NetworkPrune is a helper method to define mock.On call
- ctx context.Context
- opts client.NetworkPruneOptions
func (*APIClient_Expecter) NetworkRemove ¶
func (_e *APIClient_Expecter) NetworkRemove(ctx any, network any, options any) *APIClient_NetworkRemove_Call
NetworkRemove is a helper method to define mock.On call
- ctx context.Context
- network string
- options client.NetworkRemoveOptions
func (*APIClient_Expecter) NodeInspect ¶
func (_e *APIClient_Expecter) NodeInspect(ctx any, nodeID any, options any) *APIClient_NodeInspect_Call
NodeInspect is a helper method to define mock.On call
- ctx context.Context
- nodeID string
- options client.NodeInspectOptions
func (*APIClient_Expecter) NodeList ¶
func (_e *APIClient_Expecter) NodeList(ctx any, options any) *APIClient_NodeList_Call
NodeList is a helper method to define mock.On call
- ctx context.Context
- options client.NodeListOptions
func (*APIClient_Expecter) NodeRemove ¶
func (_e *APIClient_Expecter) NodeRemove(ctx any, nodeID any, options any) *APIClient_NodeRemove_Call
NodeRemove is a helper method to define mock.On call
- ctx context.Context
- nodeID string
- options client.NodeRemoveOptions
func (*APIClient_Expecter) NodeUpdate ¶
func (_e *APIClient_Expecter) NodeUpdate(ctx any, nodeID any, options any) *APIClient_NodeUpdate_Call
NodeUpdate is a helper method to define mock.On call
- ctx context.Context
- nodeID string
- options client.NodeUpdateOptions
func (*APIClient_Expecter) Ping ¶
func (_e *APIClient_Expecter) Ping(ctx any, options any) *APIClient_Ping_Call
Ping is a helper method to define mock.On call
- ctx context.Context
- options client.PingOptions
func (*APIClient_Expecter) PluginCreate ¶
func (_e *APIClient_Expecter) PluginCreate(ctx any, createContext any, options any) *APIClient_PluginCreate_Call
PluginCreate is a helper method to define mock.On call
- ctx context.Context
- createContext io.Reader
- options client.PluginCreateOptions
func (*APIClient_Expecter) PluginDisable ¶
func (_e *APIClient_Expecter) PluginDisable(ctx any, name any, options any) *APIClient_PluginDisable_Call
PluginDisable is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginDisableOptions
func (*APIClient_Expecter) PluginEnable ¶
func (_e *APIClient_Expecter) PluginEnable(ctx any, name any, options any) *APIClient_PluginEnable_Call
PluginEnable is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginEnableOptions
func (*APIClient_Expecter) PluginInspect ¶
func (_e *APIClient_Expecter) PluginInspect(ctx any, name any, options any) *APIClient_PluginInspect_Call
PluginInspect is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginInspectOptions
func (*APIClient_Expecter) PluginInstall ¶
func (_e *APIClient_Expecter) PluginInstall(ctx any, name any, options any) *APIClient_PluginInstall_Call
PluginInstall is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginInstallOptions
func (*APIClient_Expecter) PluginList ¶
func (_e *APIClient_Expecter) PluginList(ctx any, options any) *APIClient_PluginList_Call
PluginList is a helper method to define mock.On call
- ctx context.Context
- options client.PluginListOptions
func (*APIClient_Expecter) PluginPush ¶
func (_e *APIClient_Expecter) PluginPush(ctx any, name any, options any) *APIClient_PluginPush_Call
PluginPush is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginPushOptions
func (*APIClient_Expecter) PluginRemove ¶
func (_e *APIClient_Expecter) PluginRemove(ctx any, name any, options any) *APIClient_PluginRemove_Call
PluginRemove is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginRemoveOptions
func (*APIClient_Expecter) PluginSet ¶
func (_e *APIClient_Expecter) PluginSet(ctx any, name any, options any) *APIClient_PluginSet_Call
PluginSet is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginSetOptions
func (*APIClient_Expecter) PluginUpgrade ¶
func (_e *APIClient_Expecter) PluginUpgrade(ctx any, name any, options any) *APIClient_PluginUpgrade_Call
PluginUpgrade is a helper method to define mock.On call
- ctx context.Context
- name string
- options client.PluginUpgradeOptions
func (*APIClient_Expecter) RegistryLogin ¶
func (_e *APIClient_Expecter) RegistryLogin(ctx any, auth any) *APIClient_RegistryLogin_Call
RegistryLogin is a helper method to define mock.On call
- ctx context.Context
- auth client.RegistryLoginOptions
func (*APIClient_Expecter) SecretCreate ¶
func (_e *APIClient_Expecter) SecretCreate(ctx any, options any) *APIClient_SecretCreate_Call
SecretCreate is a helper method to define mock.On call
- ctx context.Context
- options client.SecretCreateOptions
func (*APIClient_Expecter) SecretInspect ¶
func (_e *APIClient_Expecter) SecretInspect(ctx any, id any, options any) *APIClient_SecretInspect_Call
SecretInspect is a helper method to define mock.On call
- ctx context.Context
- id string
- options client.SecretInspectOptions
func (*APIClient_Expecter) SecretList ¶
func (_e *APIClient_Expecter) SecretList(ctx any, options any) *APIClient_SecretList_Call
SecretList is a helper method to define mock.On call
- ctx context.Context
- options client.SecretListOptions
func (*APIClient_Expecter) SecretRemove ¶
func (_e *APIClient_Expecter) SecretRemove(ctx any, id any, options any) *APIClient_SecretRemove_Call
SecretRemove is a helper method to define mock.On call
- ctx context.Context
- id string
- options client.SecretRemoveOptions
func (*APIClient_Expecter) SecretUpdate ¶
func (_e *APIClient_Expecter) SecretUpdate(ctx any, id any, options any) *APIClient_SecretUpdate_Call
SecretUpdate is a helper method to define mock.On call
- ctx context.Context
- id string
- options client.SecretUpdateOptions
func (*APIClient_Expecter) ServerVersion ¶
func (_e *APIClient_Expecter) ServerVersion(ctx any, options any) *APIClient_ServerVersion_Call
ServerVersion is a helper method to define mock.On call
- ctx context.Context
- options client.ServerVersionOptions
func (*APIClient_Expecter) ServiceCreate ¶
func (_e *APIClient_Expecter) ServiceCreate(ctx any, options any) *APIClient_ServiceCreate_Call
ServiceCreate is a helper method to define mock.On call
- ctx context.Context
- options client.ServiceCreateOptions
func (*APIClient_Expecter) ServiceInspect ¶
func (_e *APIClient_Expecter) ServiceInspect(ctx any, serviceID any, options any) *APIClient_ServiceInspect_Call
ServiceInspect is a helper method to define mock.On call
- ctx context.Context
- serviceID string
- options client.ServiceInspectOptions
func (*APIClient_Expecter) ServiceList ¶
func (_e *APIClient_Expecter) ServiceList(ctx any, options any) *APIClient_ServiceList_Call
ServiceList is a helper method to define mock.On call
- ctx context.Context
- options client.ServiceListOptions
func (*APIClient_Expecter) ServiceLogs ¶
func (_e *APIClient_Expecter) ServiceLogs(ctx any, serviceID any, options any) *APIClient_ServiceLogs_Call
ServiceLogs is a helper method to define mock.On call
- ctx context.Context
- serviceID string
- options client.ServiceLogsOptions
func (*APIClient_Expecter) ServiceRemove ¶
func (_e *APIClient_Expecter) ServiceRemove(ctx any, serviceID any, options any) *APIClient_ServiceRemove_Call
ServiceRemove is a helper method to define mock.On call
- ctx context.Context
- serviceID string
- options client.ServiceRemoveOptions
func (*APIClient_Expecter) ServiceUpdate ¶
func (_e *APIClient_Expecter) ServiceUpdate(ctx any, serviceID any, options any) *APIClient_ServiceUpdate_Call
ServiceUpdate is a helper method to define mock.On call
- ctx context.Context
- serviceID string
- options client.ServiceUpdateOptions
func (*APIClient_Expecter) SwarmGetUnlockKey ¶
func (_e *APIClient_Expecter) SwarmGetUnlockKey(ctx any) *APIClient_SwarmGetUnlockKey_Call
SwarmGetUnlockKey is a helper method to define mock.On call
- ctx context.Context
func (*APIClient_Expecter) SwarmInit ¶
func (_e *APIClient_Expecter) SwarmInit(ctx any, options any) *APIClient_SwarmInit_Call
SwarmInit is a helper method to define mock.On call
- ctx context.Context
- options client.SwarmInitOptions
func (*APIClient_Expecter) SwarmInspect ¶
func (_e *APIClient_Expecter) SwarmInspect(ctx any, options any) *APIClient_SwarmInspect_Call
SwarmInspect is a helper method to define mock.On call
- ctx context.Context
- options client.SwarmInspectOptions
func (*APIClient_Expecter) SwarmJoin ¶
func (_e *APIClient_Expecter) SwarmJoin(ctx any, options any) *APIClient_SwarmJoin_Call
SwarmJoin is a helper method to define mock.On call
- ctx context.Context
- options client.SwarmJoinOptions
func (*APIClient_Expecter) SwarmLeave ¶
func (_e *APIClient_Expecter) SwarmLeave(ctx any, options any) *APIClient_SwarmLeave_Call
SwarmLeave is a helper method to define mock.On call
- ctx context.Context
- options client.SwarmLeaveOptions
func (*APIClient_Expecter) SwarmUnlock ¶
func (_e *APIClient_Expecter) SwarmUnlock(ctx any, options any) *APIClient_SwarmUnlock_Call
SwarmUnlock is a helper method to define mock.On call
- ctx context.Context
- options client.SwarmUnlockOptions
func (*APIClient_Expecter) SwarmUpdate ¶
func (_e *APIClient_Expecter) SwarmUpdate(ctx any, options any) *APIClient_SwarmUpdate_Call
SwarmUpdate is a helper method to define mock.On call
- ctx context.Context
- options client.SwarmUpdateOptions
func (*APIClient_Expecter) TaskInspect ¶
func (_e *APIClient_Expecter) TaskInspect(ctx any, taskID any, options any) *APIClient_TaskInspect_Call
TaskInspect is a helper method to define mock.On call
- ctx context.Context
- taskID string
- options client.TaskInspectOptions
func (*APIClient_Expecter) TaskList ¶
func (_e *APIClient_Expecter) TaskList(ctx any, options any) *APIClient_TaskList_Call
TaskList is a helper method to define mock.On call
- ctx context.Context
- options client.TaskListOptions
func (*APIClient_Expecter) TaskLogs ¶
func (_e *APIClient_Expecter) TaskLogs(ctx any, taskID any, options any) *APIClient_TaskLogs_Call
TaskLogs is a helper method to define mock.On call
- ctx context.Context
- taskID string
- options client.TaskLogsOptions
func (*APIClient_Expecter) VolumeCreate ¶
func (_e *APIClient_Expecter) VolumeCreate(ctx any, options any) *APIClient_VolumeCreate_Call
VolumeCreate is a helper method to define mock.On call
- ctx context.Context
- options client.VolumeCreateOptions
func (*APIClient_Expecter) VolumeInspect ¶
func (_e *APIClient_Expecter) VolumeInspect(ctx any, volumeID any, options any) *APIClient_VolumeInspect_Call
VolumeInspect is a helper method to define mock.On call
- ctx context.Context
- volumeID string
- options client.VolumeInspectOptions
func (*APIClient_Expecter) VolumeList ¶
func (_e *APIClient_Expecter) VolumeList(ctx any, options any) *APIClient_VolumeList_Call
VolumeList is a helper method to define mock.On call
- ctx context.Context
- options client.VolumeListOptions
func (*APIClient_Expecter) VolumePrune ¶
func (_e *APIClient_Expecter) VolumePrune(ctx any, options any) *APIClient_VolumePrune_Call
VolumePrune is a helper method to define mock.On call
- ctx context.Context
- options client.VolumePruneOptions
func (*APIClient_Expecter) VolumeRemove ¶
func (_e *APIClient_Expecter) VolumeRemove(ctx any, volumeID any, options any) *APIClient_VolumeRemove_Call
VolumeRemove is a helper method to define mock.On call
- ctx context.Context
- volumeID string
- options client.VolumeRemoveOptions
func (*APIClient_Expecter) VolumeUpdate ¶
func (_e *APIClient_Expecter) VolumeUpdate(ctx any, volumeID any, options any) *APIClient_VolumeUpdate_Call
VolumeUpdate is a helper method to define mock.On call
- ctx context.Context
- volumeID string
- options client.VolumeUpdateOptions
type APIClient_ImageAttestations_Call ¶
APIClient_ImageAttestations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageAttestations'
func (*APIClient_ImageAttestations_Call) Return ¶
func (_c *APIClient_ImageAttestations_Call) Return(imageAttestationsResult client.ImageAttestationsResult, err error) *APIClient_ImageAttestations_Call
func (*APIClient_ImageAttestations_Call) Run ¶
func (_c *APIClient_ImageAttestations_Call) Run(run func(ctx context.Context, image string, imageAttestationsOptions ...client.ImageAttestationsOption)) *APIClient_ImageAttestations_Call
func (*APIClient_ImageAttestations_Call) RunAndReturn ¶
func (_c *APIClient_ImageAttestations_Call) RunAndReturn(run func(ctx context.Context, image string, imageAttestationsOptions ...client.ImageAttestationsOption) (client.ImageAttestationsResult, error)) *APIClient_ImageAttestations_Call
type APIClient_ImageBuild_Call ¶
APIClient_ImageBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageBuild'
func (*APIClient_ImageBuild_Call) Return ¶
func (_c *APIClient_ImageBuild_Call) Return(imageBuildResult client.ImageBuildResult, err error) *APIClient_ImageBuild_Call
func (*APIClient_ImageBuild_Call) Run ¶
func (_c *APIClient_ImageBuild_Call) Run(run func(ctx context.Context, context1 io.Reader, options client.ImageBuildOptions)) *APIClient_ImageBuild_Call
func (*APIClient_ImageBuild_Call) RunAndReturn ¶
func (_c *APIClient_ImageBuild_Call) RunAndReturn(run func(ctx context.Context, context1 io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error)) *APIClient_ImageBuild_Call
type APIClient_ImageHistory_Call ¶
APIClient_ImageHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageHistory'
func (*APIClient_ImageHistory_Call) Return ¶
func (_c *APIClient_ImageHistory_Call) Return(imageHistoryResult client.ImageHistoryResult, err error) *APIClient_ImageHistory_Call
func (*APIClient_ImageHistory_Call) Run ¶
func (_c *APIClient_ImageHistory_Call) Run(run func(ctx context.Context, image string, imageHistoryOptions ...client.ImageHistoryOption)) *APIClient_ImageHistory_Call
func (*APIClient_ImageHistory_Call) RunAndReturn ¶
func (_c *APIClient_ImageHistory_Call) RunAndReturn(run func(ctx context.Context, image string, imageHistoryOptions ...client.ImageHistoryOption) (client.ImageHistoryResult, error)) *APIClient_ImageHistory_Call
type APIClient_ImageImport_Call ¶
APIClient_ImageImport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageImport'
func (*APIClient_ImageImport_Call) Return ¶
func (_c *APIClient_ImageImport_Call) Return(imageImportResult client.ImageImportResult, err error) *APIClient_ImageImport_Call
func (*APIClient_ImageImport_Call) Run ¶
func (_c *APIClient_ImageImport_Call) Run(run func(ctx context.Context, source client.ImageImportSource, ref string, options client.ImageImportOptions)) *APIClient_ImageImport_Call
func (*APIClient_ImageImport_Call) RunAndReturn ¶
func (_c *APIClient_ImageImport_Call) RunAndReturn(run func(ctx context.Context, source client.ImageImportSource, ref string, options client.ImageImportOptions) (client.ImageImportResult, error)) *APIClient_ImageImport_Call
type APIClient_ImageInspect_Call ¶
APIClient_ImageInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageInspect'
func (*APIClient_ImageInspect_Call) Return ¶
func (_c *APIClient_ImageInspect_Call) Return(imageInspectResult client.ImageInspectResult, err error) *APIClient_ImageInspect_Call
func (*APIClient_ImageInspect_Call) Run ¶
func (_c *APIClient_ImageInspect_Call) Run(run func(ctx context.Context, image string, imageInspectOptions ...client.ImageInspectOption)) *APIClient_ImageInspect_Call
func (*APIClient_ImageInspect_Call) RunAndReturn ¶
func (_c *APIClient_ImageInspect_Call) RunAndReturn(run func(ctx context.Context, image string, imageInspectOptions ...client.ImageInspectOption) (client.ImageInspectResult, error)) *APIClient_ImageInspect_Call
type APIClient_ImageList_Call ¶
APIClient_ImageList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageList'
func (*APIClient_ImageList_Call) Return ¶
func (_c *APIClient_ImageList_Call) Return(imageListResult client.ImageListResult, err error) *APIClient_ImageList_Call
func (*APIClient_ImageList_Call) Run ¶
func (_c *APIClient_ImageList_Call) Run(run func(ctx context.Context, options client.ImageListOptions)) *APIClient_ImageList_Call
func (*APIClient_ImageList_Call) RunAndReturn ¶
func (_c *APIClient_ImageList_Call) RunAndReturn(run func(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error)) *APIClient_ImageList_Call
type APIClient_ImageLoad_Call ¶
APIClient_ImageLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageLoad'
func (*APIClient_ImageLoad_Call) Return ¶
func (_c *APIClient_ImageLoad_Call) Return(imageLoadResult client.ImageLoadResult, err error) *APIClient_ImageLoad_Call
func (*APIClient_ImageLoad_Call) Run ¶
func (_c *APIClient_ImageLoad_Call) Run(run func(ctx context.Context, input io.Reader, imageLoadOptions ...client.ImageLoadOption)) *APIClient_ImageLoad_Call
func (*APIClient_ImageLoad_Call) RunAndReturn ¶
func (_c *APIClient_ImageLoad_Call) RunAndReturn(run func(ctx context.Context, input io.Reader, imageLoadOptions ...client.ImageLoadOption) (client.ImageLoadResult, error)) *APIClient_ImageLoad_Call
type APIClient_ImagePrune_Call ¶
APIClient_ImagePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImagePrune'
func (*APIClient_ImagePrune_Call) Return ¶
func (_c *APIClient_ImagePrune_Call) Return(imagePruneResult client.ImagePruneResult, err error) *APIClient_ImagePrune_Call
func (*APIClient_ImagePrune_Call) Run ¶
func (_c *APIClient_ImagePrune_Call) Run(run func(ctx context.Context, opts client.ImagePruneOptions)) *APIClient_ImagePrune_Call
func (*APIClient_ImagePrune_Call) RunAndReturn ¶
func (_c *APIClient_ImagePrune_Call) RunAndReturn(run func(ctx context.Context, opts client.ImagePruneOptions) (client.ImagePruneResult, error)) *APIClient_ImagePrune_Call
type APIClient_ImagePull_Call ¶
APIClient_ImagePull_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImagePull'
func (*APIClient_ImagePull_Call) Return ¶
func (_c *APIClient_ImagePull_Call) Return(imagePullResponse client.ImagePullResponse, err error) *APIClient_ImagePull_Call
func (*APIClient_ImagePull_Call) Run ¶
func (_c *APIClient_ImagePull_Call) Run(run func(ctx context.Context, ref string, options client.ImagePullOptions)) *APIClient_ImagePull_Call
func (*APIClient_ImagePull_Call) RunAndReturn ¶
func (_c *APIClient_ImagePull_Call) RunAndReturn(run func(ctx context.Context, ref string, options client.ImagePullOptions) (client.ImagePullResponse, error)) *APIClient_ImagePull_Call
type APIClient_ImagePush_Call ¶
APIClient_ImagePush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImagePush'
func (*APIClient_ImagePush_Call) Return ¶
func (_c *APIClient_ImagePush_Call) Return(imagePushResponse client.ImagePushResponse, err error) *APIClient_ImagePush_Call
func (*APIClient_ImagePush_Call) Run ¶
func (_c *APIClient_ImagePush_Call) Run(run func(ctx context.Context, ref string, options client.ImagePushOptions)) *APIClient_ImagePush_Call
func (*APIClient_ImagePush_Call) RunAndReturn ¶
func (_c *APIClient_ImagePush_Call) RunAndReturn(run func(ctx context.Context, ref string, options client.ImagePushOptions) (client.ImagePushResponse, error)) *APIClient_ImagePush_Call
type APIClient_ImageRemove_Call ¶
APIClient_ImageRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageRemove'
func (*APIClient_ImageRemove_Call) Return ¶
func (_c *APIClient_ImageRemove_Call) Return(imageRemoveResult client.ImageRemoveResult, err error) *APIClient_ImageRemove_Call
func (*APIClient_ImageRemove_Call) Run ¶
func (_c *APIClient_ImageRemove_Call) Run(run func(ctx context.Context, image string, options client.ImageRemoveOptions)) *APIClient_ImageRemove_Call
func (*APIClient_ImageRemove_Call) RunAndReturn ¶
func (_c *APIClient_ImageRemove_Call) RunAndReturn(run func(ctx context.Context, image string, options client.ImageRemoveOptions) (client.ImageRemoveResult, error)) *APIClient_ImageRemove_Call
type APIClient_ImageSave_Call ¶
APIClient_ImageSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageSave'
func (*APIClient_ImageSave_Call) Return ¶
func (_c *APIClient_ImageSave_Call) Return(imageSaveResult client.ImageSaveResult, err error) *APIClient_ImageSave_Call
func (*APIClient_ImageSave_Call) Run ¶
func (_c *APIClient_ImageSave_Call) Run(run func(ctx context.Context, images []string, imageSaveOptions ...client.ImageSaveOption)) *APIClient_ImageSave_Call
func (*APIClient_ImageSave_Call) RunAndReturn ¶
func (_c *APIClient_ImageSave_Call) RunAndReturn(run func(ctx context.Context, images []string, imageSaveOptions ...client.ImageSaveOption) (client.ImageSaveResult, error)) *APIClient_ImageSave_Call
type APIClient_ImageSearch_Call ¶
APIClient_ImageSearch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageSearch'
func (*APIClient_ImageSearch_Call) Return ¶
func (_c *APIClient_ImageSearch_Call) Return(imageSearchResult client.ImageSearchResult, err error) *APIClient_ImageSearch_Call
func (*APIClient_ImageSearch_Call) Run ¶
func (_c *APIClient_ImageSearch_Call) Run(run func(ctx context.Context, term string, options client.ImageSearchOptions)) *APIClient_ImageSearch_Call
func (*APIClient_ImageSearch_Call) RunAndReturn ¶
func (_c *APIClient_ImageSearch_Call) RunAndReturn(run func(ctx context.Context, term string, options client.ImageSearchOptions) (client.ImageSearchResult, error)) *APIClient_ImageSearch_Call
type APIClient_ImageTag_Call ¶
APIClient_ImageTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ImageTag'
func (*APIClient_ImageTag_Call) Return ¶
func (_c *APIClient_ImageTag_Call) Return(imageTagResult client.ImageTagResult, err error) *APIClient_ImageTag_Call
func (*APIClient_ImageTag_Call) Run ¶
func (_c *APIClient_ImageTag_Call) Run(run func(ctx context.Context, options client.ImageTagOptions)) *APIClient_ImageTag_Call
func (*APIClient_ImageTag_Call) RunAndReturn ¶
func (_c *APIClient_ImageTag_Call) RunAndReturn(run func(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error)) *APIClient_ImageTag_Call
type APIClient_Info_Call ¶
APIClient_Info_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Info'
func (*APIClient_Info_Call) Return ¶
func (_c *APIClient_Info_Call) Return(systemInfoResult client.SystemInfoResult, err error) *APIClient_Info_Call
func (*APIClient_Info_Call) Run ¶
func (_c *APIClient_Info_Call) Run(run func(ctx context.Context, options client.InfoOptions)) *APIClient_Info_Call
func (*APIClient_Info_Call) RunAndReturn ¶
func (_c *APIClient_Info_Call) RunAndReturn(run func(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error)) *APIClient_Info_Call
type APIClient_NetworkConnect_Call ¶
APIClient_NetworkConnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkConnect'
func (*APIClient_NetworkConnect_Call) Return ¶
func (_c *APIClient_NetworkConnect_Call) Return(networkConnectResult client.NetworkConnectResult, err error) *APIClient_NetworkConnect_Call
func (*APIClient_NetworkConnect_Call) Run ¶
func (_c *APIClient_NetworkConnect_Call) Run(run func(ctx context.Context, network string, options client.NetworkConnectOptions)) *APIClient_NetworkConnect_Call
func (*APIClient_NetworkConnect_Call) RunAndReturn ¶
func (_c *APIClient_NetworkConnect_Call) RunAndReturn(run func(ctx context.Context, network string, options client.NetworkConnectOptions) (client.NetworkConnectResult, error)) *APIClient_NetworkConnect_Call
type APIClient_NetworkCreate_Call ¶
APIClient_NetworkCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkCreate'
func (*APIClient_NetworkCreate_Call) Return ¶
func (_c *APIClient_NetworkCreate_Call) Return(networkCreateResult client.NetworkCreateResult, err error) *APIClient_NetworkCreate_Call
func (*APIClient_NetworkCreate_Call) Run ¶
func (_c *APIClient_NetworkCreate_Call) Run(run func(ctx context.Context, name string, options client.NetworkCreateOptions)) *APIClient_NetworkCreate_Call
func (*APIClient_NetworkCreate_Call) RunAndReturn ¶
func (_c *APIClient_NetworkCreate_Call) RunAndReturn(run func(ctx context.Context, name string, options client.NetworkCreateOptions) (client.NetworkCreateResult, error)) *APIClient_NetworkCreate_Call
type APIClient_NetworkDisconnect_Call ¶
APIClient_NetworkDisconnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkDisconnect'
func (*APIClient_NetworkDisconnect_Call) Return ¶
func (_c *APIClient_NetworkDisconnect_Call) Return(networkDisconnectResult client.NetworkDisconnectResult, err error) *APIClient_NetworkDisconnect_Call
func (*APIClient_NetworkDisconnect_Call) Run ¶
func (_c *APIClient_NetworkDisconnect_Call) Run(run func(ctx context.Context, network string, options client.NetworkDisconnectOptions)) *APIClient_NetworkDisconnect_Call
func (*APIClient_NetworkDisconnect_Call) RunAndReturn ¶
func (_c *APIClient_NetworkDisconnect_Call) RunAndReturn(run func(ctx context.Context, network string, options client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error)) *APIClient_NetworkDisconnect_Call
type APIClient_NetworkInspect_Call ¶
APIClient_NetworkInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkInspect'
func (*APIClient_NetworkInspect_Call) Return ¶
func (_c *APIClient_NetworkInspect_Call) Return(networkInspectResult client.NetworkInspectResult, err error) *APIClient_NetworkInspect_Call
func (*APIClient_NetworkInspect_Call) Run ¶
func (_c *APIClient_NetworkInspect_Call) Run(run func(ctx context.Context, network string, options client.NetworkInspectOptions)) *APIClient_NetworkInspect_Call
func (*APIClient_NetworkInspect_Call) RunAndReturn ¶
func (_c *APIClient_NetworkInspect_Call) RunAndReturn(run func(ctx context.Context, network string, options client.NetworkInspectOptions) (client.NetworkInspectResult, error)) *APIClient_NetworkInspect_Call
type APIClient_NetworkList_Call ¶
APIClient_NetworkList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkList'
func (*APIClient_NetworkList_Call) Return ¶
func (_c *APIClient_NetworkList_Call) Return(networkListResult client.NetworkListResult, err error) *APIClient_NetworkList_Call
func (*APIClient_NetworkList_Call) Run ¶
func (_c *APIClient_NetworkList_Call) Run(run func(ctx context.Context, options client.NetworkListOptions)) *APIClient_NetworkList_Call
func (*APIClient_NetworkList_Call) RunAndReturn ¶
func (_c *APIClient_NetworkList_Call) RunAndReturn(run func(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error)) *APIClient_NetworkList_Call
type APIClient_NetworkPrune_Call ¶
APIClient_NetworkPrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkPrune'
func (*APIClient_NetworkPrune_Call) Return ¶
func (_c *APIClient_NetworkPrune_Call) Return(networkPruneResult client.NetworkPruneResult, err error) *APIClient_NetworkPrune_Call
func (*APIClient_NetworkPrune_Call) Run ¶
func (_c *APIClient_NetworkPrune_Call) Run(run func(ctx context.Context, opts client.NetworkPruneOptions)) *APIClient_NetworkPrune_Call
func (*APIClient_NetworkPrune_Call) RunAndReturn ¶
func (_c *APIClient_NetworkPrune_Call) RunAndReturn(run func(ctx context.Context, opts client.NetworkPruneOptions) (client.NetworkPruneResult, error)) *APIClient_NetworkPrune_Call
type APIClient_NetworkRemove_Call ¶
APIClient_NetworkRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkRemove'
func (*APIClient_NetworkRemove_Call) Return ¶
func (_c *APIClient_NetworkRemove_Call) Return(networkRemoveResult client.NetworkRemoveResult, err error) *APIClient_NetworkRemove_Call
func (*APIClient_NetworkRemove_Call) Run ¶
func (_c *APIClient_NetworkRemove_Call) Run(run func(ctx context.Context, network string, options client.NetworkRemoveOptions)) *APIClient_NetworkRemove_Call
func (*APIClient_NetworkRemove_Call) RunAndReturn ¶
func (_c *APIClient_NetworkRemove_Call) RunAndReturn(run func(ctx context.Context, network string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error)) *APIClient_NetworkRemove_Call
type APIClient_NodeInspect_Call ¶
APIClient_NodeInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeInspect'
func (*APIClient_NodeInspect_Call) Return ¶
func (_c *APIClient_NodeInspect_Call) Return(nodeInspectResult client.NodeInspectResult, err error) *APIClient_NodeInspect_Call
func (*APIClient_NodeInspect_Call) Run ¶
func (_c *APIClient_NodeInspect_Call) Run(run func(ctx context.Context, nodeID string, options client.NodeInspectOptions)) *APIClient_NodeInspect_Call
func (*APIClient_NodeInspect_Call) RunAndReturn ¶
func (_c *APIClient_NodeInspect_Call) RunAndReturn(run func(ctx context.Context, nodeID string, options client.NodeInspectOptions) (client.NodeInspectResult, error)) *APIClient_NodeInspect_Call
type APIClient_NodeList_Call ¶
APIClient_NodeList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeList'
func (*APIClient_NodeList_Call) Return ¶
func (_c *APIClient_NodeList_Call) Return(nodeListResult client.NodeListResult, err error) *APIClient_NodeList_Call
func (*APIClient_NodeList_Call) Run ¶
func (_c *APIClient_NodeList_Call) Run(run func(ctx context.Context, options client.NodeListOptions)) *APIClient_NodeList_Call
func (*APIClient_NodeList_Call) RunAndReturn ¶
func (_c *APIClient_NodeList_Call) RunAndReturn(run func(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error)) *APIClient_NodeList_Call
type APIClient_NodeRemove_Call ¶
APIClient_NodeRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeRemove'
func (*APIClient_NodeRemove_Call) Return ¶
func (_c *APIClient_NodeRemove_Call) Return(nodeRemoveResult client.NodeRemoveResult, err error) *APIClient_NodeRemove_Call
func (*APIClient_NodeRemove_Call) Run ¶
func (_c *APIClient_NodeRemove_Call) Run(run func(ctx context.Context, nodeID string, options client.NodeRemoveOptions)) *APIClient_NodeRemove_Call
func (*APIClient_NodeRemove_Call) RunAndReturn ¶
func (_c *APIClient_NodeRemove_Call) RunAndReturn(run func(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error)) *APIClient_NodeRemove_Call
type APIClient_NodeUpdate_Call ¶
APIClient_NodeUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeUpdate'
func (*APIClient_NodeUpdate_Call) Return ¶
func (_c *APIClient_NodeUpdate_Call) Return(nodeUpdateResult client.NodeUpdateResult, err error) *APIClient_NodeUpdate_Call
func (*APIClient_NodeUpdate_Call) Run ¶
func (_c *APIClient_NodeUpdate_Call) Run(run func(ctx context.Context, nodeID string, options client.NodeUpdateOptions)) *APIClient_NodeUpdate_Call
func (*APIClient_NodeUpdate_Call) RunAndReturn ¶
func (_c *APIClient_NodeUpdate_Call) RunAndReturn(run func(ctx context.Context, nodeID string, options client.NodeUpdateOptions) (client.NodeUpdateResult, error)) *APIClient_NodeUpdate_Call
type APIClient_Ping_Call ¶
APIClient_Ping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Ping'
func (*APIClient_Ping_Call) Return ¶
func (_c *APIClient_Ping_Call) Return(pingResult client.PingResult, err error) *APIClient_Ping_Call
func (*APIClient_Ping_Call) Run ¶
func (_c *APIClient_Ping_Call) Run(run func(ctx context.Context, options client.PingOptions)) *APIClient_Ping_Call
func (*APIClient_Ping_Call) RunAndReturn ¶
func (_c *APIClient_Ping_Call) RunAndReturn(run func(ctx context.Context, options client.PingOptions) (client.PingResult, error)) *APIClient_Ping_Call
type APIClient_PluginCreate_Call ¶
APIClient_PluginCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginCreate'
func (*APIClient_PluginCreate_Call) Return ¶
func (_c *APIClient_PluginCreate_Call) Return(pluginCreateResult client.PluginCreateResult, err error) *APIClient_PluginCreate_Call
func (*APIClient_PluginCreate_Call) Run ¶
func (_c *APIClient_PluginCreate_Call) Run(run func(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions)) *APIClient_PluginCreate_Call
func (*APIClient_PluginCreate_Call) RunAndReturn ¶
func (_c *APIClient_PluginCreate_Call) RunAndReturn(run func(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions) (client.PluginCreateResult, error)) *APIClient_PluginCreate_Call
type APIClient_PluginDisable_Call ¶
APIClient_PluginDisable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginDisable'
func (*APIClient_PluginDisable_Call) Return ¶
func (_c *APIClient_PluginDisable_Call) Return(pluginDisableResult client.PluginDisableResult, err error) *APIClient_PluginDisable_Call
func (*APIClient_PluginDisable_Call) Run ¶
func (_c *APIClient_PluginDisable_Call) Run(run func(ctx context.Context, name string, options client.PluginDisableOptions)) *APIClient_PluginDisable_Call
func (*APIClient_PluginDisable_Call) RunAndReturn ¶
func (_c *APIClient_PluginDisable_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginDisableOptions) (client.PluginDisableResult, error)) *APIClient_PluginDisable_Call
type APIClient_PluginEnable_Call ¶
APIClient_PluginEnable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginEnable'
func (*APIClient_PluginEnable_Call) Return ¶
func (_c *APIClient_PluginEnable_Call) Return(pluginEnableResult client.PluginEnableResult, err error) *APIClient_PluginEnable_Call
func (*APIClient_PluginEnable_Call) Run ¶
func (_c *APIClient_PluginEnable_Call) Run(run func(ctx context.Context, name string, options client.PluginEnableOptions)) *APIClient_PluginEnable_Call
func (*APIClient_PluginEnable_Call) RunAndReturn ¶
func (_c *APIClient_PluginEnable_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginEnableOptions) (client.PluginEnableResult, error)) *APIClient_PluginEnable_Call
type APIClient_PluginInspect_Call ¶
APIClient_PluginInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginInspect'
func (*APIClient_PluginInspect_Call) Return ¶
func (_c *APIClient_PluginInspect_Call) Return(pluginInspectResult client.PluginInspectResult, err error) *APIClient_PluginInspect_Call
func (*APIClient_PluginInspect_Call) Run ¶
func (_c *APIClient_PluginInspect_Call) Run(run func(ctx context.Context, name string, options client.PluginInspectOptions)) *APIClient_PluginInspect_Call
func (*APIClient_PluginInspect_Call) RunAndReturn ¶
func (_c *APIClient_PluginInspect_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error)) *APIClient_PluginInspect_Call
type APIClient_PluginInstall_Call ¶
APIClient_PluginInstall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginInstall'
func (*APIClient_PluginInstall_Call) Return ¶
func (_c *APIClient_PluginInstall_Call) Return(pluginInstallResult client.PluginInstallResult, err error) *APIClient_PluginInstall_Call
func (*APIClient_PluginInstall_Call) Run ¶
func (_c *APIClient_PluginInstall_Call) Run(run func(ctx context.Context, name string, options client.PluginInstallOptions)) *APIClient_PluginInstall_Call
func (*APIClient_PluginInstall_Call) RunAndReturn ¶
func (_c *APIClient_PluginInstall_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginInstallOptions) (client.PluginInstallResult, error)) *APIClient_PluginInstall_Call
type APIClient_PluginList_Call ¶
APIClient_PluginList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginList'
func (*APIClient_PluginList_Call) Return ¶
func (_c *APIClient_PluginList_Call) Return(pluginListResult client.PluginListResult, err error) *APIClient_PluginList_Call
func (*APIClient_PluginList_Call) Run ¶
func (_c *APIClient_PluginList_Call) Run(run func(ctx context.Context, options client.PluginListOptions)) *APIClient_PluginList_Call
func (*APIClient_PluginList_Call) RunAndReturn ¶
func (_c *APIClient_PluginList_Call) RunAndReturn(run func(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error)) *APIClient_PluginList_Call
type APIClient_PluginPush_Call ¶
APIClient_PluginPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginPush'
func (*APIClient_PluginPush_Call) Return ¶
func (_c *APIClient_PluginPush_Call) Return(pluginPushResult client.PluginPushResult, err error) *APIClient_PluginPush_Call
func (*APIClient_PluginPush_Call) Run ¶
func (_c *APIClient_PluginPush_Call) Run(run func(ctx context.Context, name string, options client.PluginPushOptions)) *APIClient_PluginPush_Call
func (*APIClient_PluginPush_Call) RunAndReturn ¶
func (_c *APIClient_PluginPush_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginPushOptions) (client.PluginPushResult, error)) *APIClient_PluginPush_Call
type APIClient_PluginRemove_Call ¶
APIClient_PluginRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginRemove'
func (*APIClient_PluginRemove_Call) Return ¶
func (_c *APIClient_PluginRemove_Call) Return(pluginRemoveResult client.PluginRemoveResult, err error) *APIClient_PluginRemove_Call
func (*APIClient_PluginRemove_Call) Run ¶
func (_c *APIClient_PluginRemove_Call) Run(run func(ctx context.Context, name string, options client.PluginRemoveOptions)) *APIClient_PluginRemove_Call
func (*APIClient_PluginRemove_Call) RunAndReturn ¶
func (_c *APIClient_PluginRemove_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginRemoveOptions) (client.PluginRemoveResult, error)) *APIClient_PluginRemove_Call
type APIClient_PluginSet_Call ¶
APIClient_PluginSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginSet'
func (*APIClient_PluginSet_Call) Return ¶
func (_c *APIClient_PluginSet_Call) Return(pluginSetResult client.PluginSetResult, err error) *APIClient_PluginSet_Call
func (*APIClient_PluginSet_Call) Run ¶
func (_c *APIClient_PluginSet_Call) Run(run func(ctx context.Context, name string, options client.PluginSetOptions)) *APIClient_PluginSet_Call
func (*APIClient_PluginSet_Call) RunAndReturn ¶
func (_c *APIClient_PluginSet_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error)) *APIClient_PluginSet_Call
type APIClient_PluginUpgrade_Call ¶
APIClient_PluginUpgrade_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PluginUpgrade'
func (*APIClient_PluginUpgrade_Call) Return ¶
func (_c *APIClient_PluginUpgrade_Call) Return(pluginUpgradeResult client.PluginUpgradeResult, err error) *APIClient_PluginUpgrade_Call
func (*APIClient_PluginUpgrade_Call) Run ¶
func (_c *APIClient_PluginUpgrade_Call) Run(run func(ctx context.Context, name string, options client.PluginUpgradeOptions)) *APIClient_PluginUpgrade_Call
func (*APIClient_PluginUpgrade_Call) RunAndReturn ¶
func (_c *APIClient_PluginUpgrade_Call) RunAndReturn(run func(ctx context.Context, name string, options client.PluginUpgradeOptions) (client.PluginUpgradeResult, error)) *APIClient_PluginUpgrade_Call
type APIClient_RegistryLogin_Call ¶
APIClient_RegistryLogin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RegistryLogin'
func (*APIClient_RegistryLogin_Call) Return ¶
func (_c *APIClient_RegistryLogin_Call) Return(registryLoginResult client.RegistryLoginResult, err error) *APIClient_RegistryLogin_Call
func (*APIClient_RegistryLogin_Call) Run ¶
func (_c *APIClient_RegistryLogin_Call) Run(run func(ctx context.Context, auth client.RegistryLoginOptions)) *APIClient_RegistryLogin_Call
func (*APIClient_RegistryLogin_Call) RunAndReturn ¶
func (_c *APIClient_RegistryLogin_Call) RunAndReturn(run func(ctx context.Context, auth client.RegistryLoginOptions) (client.RegistryLoginResult, error)) *APIClient_RegistryLogin_Call
type APIClient_SecretCreate_Call ¶
APIClient_SecretCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretCreate'
func (*APIClient_SecretCreate_Call) Return ¶
func (_c *APIClient_SecretCreate_Call) Return(secretCreateResult client.SecretCreateResult, err error) *APIClient_SecretCreate_Call
func (*APIClient_SecretCreate_Call) Run ¶
func (_c *APIClient_SecretCreate_Call) Run(run func(ctx context.Context, options client.SecretCreateOptions)) *APIClient_SecretCreate_Call
func (*APIClient_SecretCreate_Call) RunAndReturn ¶
func (_c *APIClient_SecretCreate_Call) RunAndReturn(run func(ctx context.Context, options client.SecretCreateOptions) (client.SecretCreateResult, error)) *APIClient_SecretCreate_Call
type APIClient_SecretInspect_Call ¶
APIClient_SecretInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretInspect'
func (*APIClient_SecretInspect_Call) Return ¶
func (_c *APIClient_SecretInspect_Call) Return(secretInspectResult client.SecretInspectResult, err error) *APIClient_SecretInspect_Call
func (*APIClient_SecretInspect_Call) Run ¶
func (_c *APIClient_SecretInspect_Call) Run(run func(ctx context.Context, id string, options client.SecretInspectOptions)) *APIClient_SecretInspect_Call
func (*APIClient_SecretInspect_Call) RunAndReturn ¶
func (_c *APIClient_SecretInspect_Call) RunAndReturn(run func(ctx context.Context, id string, options client.SecretInspectOptions) (client.SecretInspectResult, error)) *APIClient_SecretInspect_Call
type APIClient_SecretList_Call ¶
APIClient_SecretList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretList'
func (*APIClient_SecretList_Call) Return ¶
func (_c *APIClient_SecretList_Call) Return(secretListResult client.SecretListResult, err error) *APIClient_SecretList_Call
func (*APIClient_SecretList_Call) Run ¶
func (_c *APIClient_SecretList_Call) Run(run func(ctx context.Context, options client.SecretListOptions)) *APIClient_SecretList_Call
func (*APIClient_SecretList_Call) RunAndReturn ¶
func (_c *APIClient_SecretList_Call) RunAndReturn(run func(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error)) *APIClient_SecretList_Call
type APIClient_SecretRemove_Call ¶
APIClient_SecretRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretRemove'
func (*APIClient_SecretRemove_Call) Return ¶
func (_c *APIClient_SecretRemove_Call) Return(secretRemoveResult client.SecretRemoveResult, err error) *APIClient_SecretRemove_Call
func (*APIClient_SecretRemove_Call) Run ¶
func (_c *APIClient_SecretRemove_Call) Run(run func(ctx context.Context, id string, options client.SecretRemoveOptions)) *APIClient_SecretRemove_Call
func (*APIClient_SecretRemove_Call) RunAndReturn ¶
func (_c *APIClient_SecretRemove_Call) RunAndReturn(run func(ctx context.Context, id string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error)) *APIClient_SecretRemove_Call
type APIClient_SecretUpdate_Call ¶
APIClient_SecretUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SecretUpdate'
func (*APIClient_SecretUpdate_Call) Return ¶
func (_c *APIClient_SecretUpdate_Call) Return(secretUpdateResult client.SecretUpdateResult, err error) *APIClient_SecretUpdate_Call
func (*APIClient_SecretUpdate_Call) Run ¶
func (_c *APIClient_SecretUpdate_Call) Run(run func(ctx context.Context, id string, options client.SecretUpdateOptions)) *APIClient_SecretUpdate_Call
func (*APIClient_SecretUpdate_Call) RunAndReturn ¶
func (_c *APIClient_SecretUpdate_Call) RunAndReturn(run func(ctx context.Context, id string, options client.SecretUpdateOptions) (client.SecretUpdateResult, error)) *APIClient_SecretUpdate_Call
type APIClient_ServerVersion_Call ¶
APIClient_ServerVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServerVersion'
func (*APIClient_ServerVersion_Call) Return ¶
func (_c *APIClient_ServerVersion_Call) Return(serverVersionResult client.ServerVersionResult, err error) *APIClient_ServerVersion_Call
func (*APIClient_ServerVersion_Call) Run ¶
func (_c *APIClient_ServerVersion_Call) Run(run func(ctx context.Context, options client.ServerVersionOptions)) *APIClient_ServerVersion_Call
func (*APIClient_ServerVersion_Call) RunAndReturn ¶
func (_c *APIClient_ServerVersion_Call) RunAndReturn(run func(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error)) *APIClient_ServerVersion_Call
type APIClient_ServiceCreate_Call ¶
APIClient_ServiceCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceCreate'
func (*APIClient_ServiceCreate_Call) Return ¶
func (_c *APIClient_ServiceCreate_Call) Return(serviceCreateResult client.ServiceCreateResult, err error) *APIClient_ServiceCreate_Call
func (*APIClient_ServiceCreate_Call) Run ¶
func (_c *APIClient_ServiceCreate_Call) Run(run func(ctx context.Context, options client.ServiceCreateOptions)) *APIClient_ServiceCreate_Call
func (*APIClient_ServiceCreate_Call) RunAndReturn ¶
func (_c *APIClient_ServiceCreate_Call) RunAndReturn(run func(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error)) *APIClient_ServiceCreate_Call
type APIClient_ServiceInspect_Call ¶
APIClient_ServiceInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceInspect'
func (*APIClient_ServiceInspect_Call) Return ¶
func (_c *APIClient_ServiceInspect_Call) Return(serviceInspectResult client.ServiceInspectResult, err error) *APIClient_ServiceInspect_Call
func (*APIClient_ServiceInspect_Call) Run ¶
func (_c *APIClient_ServiceInspect_Call) Run(run func(ctx context.Context, serviceID string, options client.ServiceInspectOptions)) *APIClient_ServiceInspect_Call
func (*APIClient_ServiceInspect_Call) RunAndReturn ¶
func (_c *APIClient_ServiceInspect_Call) RunAndReturn(run func(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error)) *APIClient_ServiceInspect_Call
type APIClient_ServiceList_Call ¶
APIClient_ServiceList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceList'
func (*APIClient_ServiceList_Call) Return ¶
func (_c *APIClient_ServiceList_Call) Return(serviceListResult client.ServiceListResult, err error) *APIClient_ServiceList_Call
func (*APIClient_ServiceList_Call) Run ¶
func (_c *APIClient_ServiceList_Call) Run(run func(ctx context.Context, options client.ServiceListOptions)) *APIClient_ServiceList_Call
func (*APIClient_ServiceList_Call) RunAndReturn ¶
func (_c *APIClient_ServiceList_Call) RunAndReturn(run func(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error)) *APIClient_ServiceList_Call
type APIClient_ServiceLogs_Call ¶
APIClient_ServiceLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceLogs'
func (*APIClient_ServiceLogs_Call) Return ¶
func (_c *APIClient_ServiceLogs_Call) Return(serviceLogsResult client.ServiceLogsResult, err error) *APIClient_ServiceLogs_Call
func (*APIClient_ServiceLogs_Call) Run ¶
func (_c *APIClient_ServiceLogs_Call) Run(run func(ctx context.Context, serviceID string, options client.ServiceLogsOptions)) *APIClient_ServiceLogs_Call
func (*APIClient_ServiceLogs_Call) RunAndReturn ¶
func (_c *APIClient_ServiceLogs_Call) RunAndReturn(run func(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error)) *APIClient_ServiceLogs_Call
type APIClient_ServiceRemove_Call ¶
APIClient_ServiceRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceRemove'
func (*APIClient_ServiceRemove_Call) Return ¶
func (_c *APIClient_ServiceRemove_Call) Return(serviceRemoveResult client.ServiceRemoveResult, err error) *APIClient_ServiceRemove_Call
func (*APIClient_ServiceRemove_Call) Run ¶
func (_c *APIClient_ServiceRemove_Call) Run(run func(ctx context.Context, serviceID string, options client.ServiceRemoveOptions)) *APIClient_ServiceRemove_Call
func (*APIClient_ServiceRemove_Call) RunAndReturn ¶
func (_c *APIClient_ServiceRemove_Call) RunAndReturn(run func(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error)) *APIClient_ServiceRemove_Call
type APIClient_ServiceUpdate_Call ¶
APIClient_ServiceUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceUpdate'
func (*APIClient_ServiceUpdate_Call) Return ¶
func (_c *APIClient_ServiceUpdate_Call) Return(serviceUpdateResult client.ServiceUpdateResult, err error) *APIClient_ServiceUpdate_Call
func (*APIClient_ServiceUpdate_Call) Run ¶
func (_c *APIClient_ServiceUpdate_Call) Run(run func(ctx context.Context, serviceID string, options client.ServiceUpdateOptions)) *APIClient_ServiceUpdate_Call
func (*APIClient_ServiceUpdate_Call) RunAndReturn ¶
func (_c *APIClient_ServiceUpdate_Call) RunAndReturn(run func(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error)) *APIClient_ServiceUpdate_Call
type APIClient_SwarmGetUnlockKey_Call ¶
APIClient_SwarmGetUnlockKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmGetUnlockKey'
func (*APIClient_SwarmGetUnlockKey_Call) Return ¶
func (_c *APIClient_SwarmGetUnlockKey_Call) Return(swarmGetUnlockKeyResult client.SwarmGetUnlockKeyResult, err error) *APIClient_SwarmGetUnlockKey_Call
func (*APIClient_SwarmGetUnlockKey_Call) Run ¶
func (_c *APIClient_SwarmGetUnlockKey_Call) Run(run func(ctx context.Context)) *APIClient_SwarmGetUnlockKey_Call
func (*APIClient_SwarmGetUnlockKey_Call) RunAndReturn ¶
func (_c *APIClient_SwarmGetUnlockKey_Call) RunAndReturn(run func(ctx context.Context) (client.SwarmGetUnlockKeyResult, error)) *APIClient_SwarmGetUnlockKey_Call
type APIClient_SwarmInit_Call ¶
APIClient_SwarmInit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmInit'
func (*APIClient_SwarmInit_Call) Return ¶
func (_c *APIClient_SwarmInit_Call) Return(swarmInitResult client.SwarmInitResult, err error) *APIClient_SwarmInit_Call
func (*APIClient_SwarmInit_Call) Run ¶
func (_c *APIClient_SwarmInit_Call) Run(run func(ctx context.Context, options client.SwarmInitOptions)) *APIClient_SwarmInit_Call
func (*APIClient_SwarmInit_Call) RunAndReturn ¶
func (_c *APIClient_SwarmInit_Call) RunAndReturn(run func(ctx context.Context, options client.SwarmInitOptions) (client.SwarmInitResult, error)) *APIClient_SwarmInit_Call
type APIClient_SwarmInspect_Call ¶
APIClient_SwarmInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmInspect'
func (*APIClient_SwarmInspect_Call) Return ¶
func (_c *APIClient_SwarmInspect_Call) Return(swarmInspectResult client.SwarmInspectResult, err error) *APIClient_SwarmInspect_Call
func (*APIClient_SwarmInspect_Call) Run ¶
func (_c *APIClient_SwarmInspect_Call) Run(run func(ctx context.Context, options client.SwarmInspectOptions)) *APIClient_SwarmInspect_Call
func (*APIClient_SwarmInspect_Call) RunAndReturn ¶
func (_c *APIClient_SwarmInspect_Call) RunAndReturn(run func(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error)) *APIClient_SwarmInspect_Call
type APIClient_SwarmJoin_Call ¶
APIClient_SwarmJoin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmJoin'
func (*APIClient_SwarmJoin_Call) Return ¶
func (_c *APIClient_SwarmJoin_Call) Return(swarmJoinResult client.SwarmJoinResult, err error) *APIClient_SwarmJoin_Call
func (*APIClient_SwarmJoin_Call) Run ¶
func (_c *APIClient_SwarmJoin_Call) Run(run func(ctx context.Context, options client.SwarmJoinOptions)) *APIClient_SwarmJoin_Call
func (*APIClient_SwarmJoin_Call) RunAndReturn ¶
func (_c *APIClient_SwarmJoin_Call) RunAndReturn(run func(ctx context.Context, options client.SwarmJoinOptions) (client.SwarmJoinResult, error)) *APIClient_SwarmJoin_Call
type APIClient_SwarmLeave_Call ¶
APIClient_SwarmLeave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmLeave'
func (*APIClient_SwarmLeave_Call) Return ¶
func (_c *APIClient_SwarmLeave_Call) Return(swarmLeaveResult client.SwarmLeaveResult, err error) *APIClient_SwarmLeave_Call
func (*APIClient_SwarmLeave_Call) Run ¶
func (_c *APIClient_SwarmLeave_Call) Run(run func(ctx context.Context, options client.SwarmLeaveOptions)) *APIClient_SwarmLeave_Call
func (*APIClient_SwarmLeave_Call) RunAndReturn ¶
func (_c *APIClient_SwarmLeave_Call) RunAndReturn(run func(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error)) *APIClient_SwarmLeave_Call
type APIClient_SwarmUnlock_Call ¶
APIClient_SwarmUnlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmUnlock'
func (*APIClient_SwarmUnlock_Call) Return ¶
func (_c *APIClient_SwarmUnlock_Call) Return(swarmUnlockResult client.SwarmUnlockResult, err error) *APIClient_SwarmUnlock_Call
func (*APIClient_SwarmUnlock_Call) Run ¶
func (_c *APIClient_SwarmUnlock_Call) Run(run func(ctx context.Context, options client.SwarmUnlockOptions)) *APIClient_SwarmUnlock_Call
func (*APIClient_SwarmUnlock_Call) RunAndReturn ¶
func (_c *APIClient_SwarmUnlock_Call) RunAndReturn(run func(ctx context.Context, options client.SwarmUnlockOptions) (client.SwarmUnlockResult, error)) *APIClient_SwarmUnlock_Call
type APIClient_SwarmUpdate_Call ¶
APIClient_SwarmUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwarmUpdate'
func (*APIClient_SwarmUpdate_Call) Return ¶
func (_c *APIClient_SwarmUpdate_Call) Return(swarmUpdateResult client.SwarmUpdateResult, err error) *APIClient_SwarmUpdate_Call
func (*APIClient_SwarmUpdate_Call) Run ¶
func (_c *APIClient_SwarmUpdate_Call) Run(run func(ctx context.Context, options client.SwarmUpdateOptions)) *APIClient_SwarmUpdate_Call
func (*APIClient_SwarmUpdate_Call) RunAndReturn ¶
func (_c *APIClient_SwarmUpdate_Call) RunAndReturn(run func(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error)) *APIClient_SwarmUpdate_Call
type APIClient_TaskInspect_Call ¶
APIClient_TaskInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskInspect'
func (*APIClient_TaskInspect_Call) Return ¶
func (_c *APIClient_TaskInspect_Call) Return(taskInspectResult client.TaskInspectResult, err error) *APIClient_TaskInspect_Call
func (*APIClient_TaskInspect_Call) Run ¶
func (_c *APIClient_TaskInspect_Call) Run(run func(ctx context.Context, taskID string, options client.TaskInspectOptions)) *APIClient_TaskInspect_Call
func (*APIClient_TaskInspect_Call) RunAndReturn ¶
func (_c *APIClient_TaskInspect_Call) RunAndReturn(run func(ctx context.Context, taskID string, options client.TaskInspectOptions) (client.TaskInspectResult, error)) *APIClient_TaskInspect_Call
type APIClient_TaskList_Call ¶
APIClient_TaskList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskList'
func (*APIClient_TaskList_Call) Return ¶
func (_c *APIClient_TaskList_Call) Return(taskListResult client.TaskListResult, err error) *APIClient_TaskList_Call
func (*APIClient_TaskList_Call) Run ¶
func (_c *APIClient_TaskList_Call) Run(run func(ctx context.Context, options client.TaskListOptions)) *APIClient_TaskList_Call
func (*APIClient_TaskList_Call) RunAndReturn ¶
func (_c *APIClient_TaskList_Call) RunAndReturn(run func(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error)) *APIClient_TaskList_Call
type APIClient_TaskLogs_Call ¶
APIClient_TaskLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskLogs'
func (*APIClient_TaskLogs_Call) Return ¶
func (_c *APIClient_TaskLogs_Call) Return(taskLogsResult client.TaskLogsResult, err error) *APIClient_TaskLogs_Call
func (*APIClient_TaskLogs_Call) Run ¶
func (_c *APIClient_TaskLogs_Call) Run(run func(ctx context.Context, taskID string, options client.TaskLogsOptions)) *APIClient_TaskLogs_Call
func (*APIClient_TaskLogs_Call) RunAndReturn ¶
func (_c *APIClient_TaskLogs_Call) RunAndReturn(run func(ctx context.Context, taskID string, options client.TaskLogsOptions) (client.TaskLogsResult, error)) *APIClient_TaskLogs_Call
type APIClient_VolumeCreate_Call ¶
APIClient_VolumeCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeCreate'
func (*APIClient_VolumeCreate_Call) Return ¶
func (_c *APIClient_VolumeCreate_Call) Return(volumeCreateResult client.VolumeCreateResult, err error) *APIClient_VolumeCreate_Call
func (*APIClient_VolumeCreate_Call) Run ¶
func (_c *APIClient_VolumeCreate_Call) Run(run func(ctx context.Context, options client.VolumeCreateOptions)) *APIClient_VolumeCreate_Call
func (*APIClient_VolumeCreate_Call) RunAndReturn ¶
func (_c *APIClient_VolumeCreate_Call) RunAndReturn(run func(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error)) *APIClient_VolumeCreate_Call
type APIClient_VolumeInspect_Call ¶
APIClient_VolumeInspect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeInspect'
func (*APIClient_VolumeInspect_Call) Return ¶
func (_c *APIClient_VolumeInspect_Call) Return(volumeInspectResult client.VolumeInspectResult, err error) *APIClient_VolumeInspect_Call
func (*APIClient_VolumeInspect_Call) Run ¶
func (_c *APIClient_VolumeInspect_Call) Run(run func(ctx context.Context, volumeID string, options client.VolumeInspectOptions)) *APIClient_VolumeInspect_Call
func (*APIClient_VolumeInspect_Call) RunAndReturn ¶
func (_c *APIClient_VolumeInspect_Call) RunAndReturn(run func(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error)) *APIClient_VolumeInspect_Call
type APIClient_VolumeList_Call ¶
APIClient_VolumeList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeList'
func (*APIClient_VolumeList_Call) Return ¶
func (_c *APIClient_VolumeList_Call) Return(volumeListResult client.VolumeListResult, err error) *APIClient_VolumeList_Call
func (*APIClient_VolumeList_Call) Run ¶
func (_c *APIClient_VolumeList_Call) Run(run func(ctx context.Context, options client.VolumeListOptions)) *APIClient_VolumeList_Call
func (*APIClient_VolumeList_Call) RunAndReturn ¶
func (_c *APIClient_VolumeList_Call) RunAndReturn(run func(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error)) *APIClient_VolumeList_Call
type APIClient_VolumePrune_Call ¶
APIClient_VolumePrune_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumePrune'
func (*APIClient_VolumePrune_Call) Return ¶
func (_c *APIClient_VolumePrune_Call) Return(volumePruneResult client.VolumePruneResult, err error) *APIClient_VolumePrune_Call
func (*APIClient_VolumePrune_Call) Run ¶
func (_c *APIClient_VolumePrune_Call) Run(run func(ctx context.Context, options client.VolumePruneOptions)) *APIClient_VolumePrune_Call
func (*APIClient_VolumePrune_Call) RunAndReturn ¶
func (_c *APIClient_VolumePrune_Call) RunAndReturn(run func(ctx context.Context, options client.VolumePruneOptions) (client.VolumePruneResult, error)) *APIClient_VolumePrune_Call
type APIClient_VolumeRemove_Call ¶
APIClient_VolumeRemove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeRemove'
func (*APIClient_VolumeRemove_Call) Return ¶
func (_c *APIClient_VolumeRemove_Call) Return(volumeRemoveResult client.VolumeRemoveResult, err error) *APIClient_VolumeRemove_Call
func (*APIClient_VolumeRemove_Call) Run ¶
func (_c *APIClient_VolumeRemove_Call) Run(run func(ctx context.Context, volumeID string, options client.VolumeRemoveOptions)) *APIClient_VolumeRemove_Call
func (*APIClient_VolumeRemove_Call) RunAndReturn ¶
func (_c *APIClient_VolumeRemove_Call) RunAndReturn(run func(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error)) *APIClient_VolumeRemove_Call
type APIClient_VolumeUpdate_Call ¶
APIClient_VolumeUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VolumeUpdate'
func (*APIClient_VolumeUpdate_Call) Return ¶
func (_c *APIClient_VolumeUpdate_Call) Return(volumeUpdateResult client.VolumeUpdateResult, err error) *APIClient_VolumeUpdate_Call
func (*APIClient_VolumeUpdate_Call) Run ¶
func (_c *APIClient_VolumeUpdate_Call) Run(run func(ctx context.Context, volumeID string, options client.VolumeUpdateOptions)) *APIClient_VolumeUpdate_Call
func (*APIClient_VolumeUpdate_Call) RunAndReturn ¶
func (_c *APIClient_VolumeUpdate_Call) RunAndReturn(run func(ctx context.Context, volumeID string, options client.VolumeUpdateOptions) (client.VolumeUpdateResult, error)) *APIClient_VolumeUpdate_Call