Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockAPIClient
- func (m *MockAPIClient) BuildCachePrune(arg0 context.Context, arg1 types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
- func (m *MockAPIClient) BuildCancel(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) CheckpointCreate(arg0 context.Context, arg1 string, arg2 types.CheckpointCreateOptions) error
- func (m *MockAPIClient) CheckpointDelete(arg0 context.Context, arg1 string, arg2 types.CheckpointDeleteOptions) error
- func (m *MockAPIClient) CheckpointList(arg0 context.Context, arg1 string, arg2 types.CheckpointListOptions) ([]types.Checkpoint, error)
- func (m *MockAPIClient) ClientVersion() string
- func (m *MockAPIClient) Close() error
- func (m *MockAPIClient) ConfigCreate(arg0 context.Context, arg1 swarm.ConfigSpec) (types.ConfigCreateResponse, error)
- func (m *MockAPIClient) ConfigInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Config, []byte, error)
- func (m *MockAPIClient) ConfigList(arg0 context.Context, arg1 types.ConfigListOptions) ([]swarm.Config, error)
- func (m *MockAPIClient) ConfigRemove(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) ConfigUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.ConfigSpec) error
- func (m *MockAPIClient) ContainerAttach(arg0 context.Context, arg1 string, arg2 types.ContainerAttachOptions) (types.HijackedResponse, error)
- func (m *MockAPIClient) ContainerCommit(arg0 context.Context, arg1 string, arg2 types.ContainerCommitOptions) (types.IDResponse, error)
- func (m *MockAPIClient) ContainerCreate(arg0 context.Context, arg1 *container.Config, arg2 *container.HostConfig, ...) (container.ContainerCreateCreatedBody, error)
- func (m *MockAPIClient) ContainerDiff(arg0 context.Context, arg1 string) ([]container.ContainerChangeResponseItem, error)
- func (m *MockAPIClient) ContainerExecAttach(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) (types.HijackedResponse, error)
- func (m *MockAPIClient) ContainerExecCreate(arg0 context.Context, arg1 string, arg2 types.ExecConfig) (types.IDResponse, error)
- func (m *MockAPIClient) ContainerExecInspect(arg0 context.Context, arg1 string) (types.ContainerExecInspect, error)
- func (m *MockAPIClient) ContainerExecResize(arg0 context.Context, arg1 string, arg2 types.ResizeOptions) error
- func (m *MockAPIClient) ContainerExecStart(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) error
- func (m *MockAPIClient) ContainerExport(arg0 context.Context, arg1 string) (io.ReadCloser, error)
- func (m *MockAPIClient) ContainerInspect(arg0 context.Context, arg1 string) (types.ContainerJSON, error)
- func (m *MockAPIClient) ContainerInspectWithRaw(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerJSON, []byte, error)
- func (m *MockAPIClient) ContainerKill(arg0 context.Context, arg1, arg2 string) error
- func (m *MockAPIClient) ContainerList(arg0 context.Context, arg1 types.ContainerListOptions) ([]types.Container, error)
- func (m *MockAPIClient) ContainerLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) ContainerPause(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) ContainerRemove(arg0 context.Context, arg1 string, arg2 types.ContainerRemoveOptions) error
- func (m *MockAPIClient) ContainerRename(arg0 context.Context, arg1, arg2 string) error
- func (m *MockAPIClient) ContainerResize(arg0 context.Context, arg1 string, arg2 types.ResizeOptions) error
- func (m *MockAPIClient) ContainerRestart(arg0 context.Context, arg1 string, arg2 *time.Duration) error
- func (m *MockAPIClient) ContainerStart(arg0 context.Context, arg1 string, arg2 types.ContainerStartOptions) error
- func (m *MockAPIClient) ContainerStatPath(arg0 context.Context, arg1, arg2 string) (types.ContainerPathStat, error)
- func (m *MockAPIClient) ContainerStats(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerStats, error)
- func (m *MockAPIClient) ContainerStop(arg0 context.Context, arg1 string, arg2 *time.Duration) error
- func (m *MockAPIClient) ContainerTop(arg0 context.Context, arg1 string, arg2 []string) (container.ContainerTopOKBody, error)
- func (m *MockAPIClient) ContainerUnpause(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) ContainerUpdate(arg0 context.Context, arg1 string, arg2 container.UpdateConfig) (container.ContainerUpdateOKBody, error)
- func (m *MockAPIClient) ContainerWait(arg0 context.Context, arg1 string, arg2 container.WaitCondition) (<-chan container.ContainerWaitOKBody, <-chan error)
- func (m *MockAPIClient) ContainersPrune(arg0 context.Context, arg1 filters.Args) (types.ContainersPruneReport, error)
- func (m *MockAPIClient) CopyFromContainer(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, types.ContainerPathStat, error)
- func (m *MockAPIClient) CopyToContainer(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, ...) error
- func (m *MockAPIClient) DaemonHost() string
- func (m *MockAPIClient) DialHijack(arg0 context.Context, arg1, arg2 string, arg3 map[string][]string) (net.Conn, error)
- func (m *MockAPIClient) Dialer() func(context.Context) (net.Conn, error)
- func (m *MockAPIClient) DiskUsage(arg0 context.Context) (types.DiskUsage, error)
- func (m *MockAPIClient) DistributionInspect(arg0 context.Context, arg1, arg2 string) (registry.DistributionInspect, error)
- func (m *MockAPIClient) EXPECT() *MockAPIClientMockRecorder
- func (m *MockAPIClient) Events(arg0 context.Context, arg1 types.EventsOptions) (<-chan events.Message, <-chan error)
- func (m *MockAPIClient) HTTPClient() *http.Client
- func (m *MockAPIClient) ImageBuild(arg0 context.Context, arg1 io.Reader, arg2 types.ImageBuildOptions) (types.ImageBuildResponse, error)
- func (m *MockAPIClient) ImageCreate(arg0 context.Context, arg1 string, arg2 types.ImageCreateOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) ImageHistory(arg0 context.Context, arg1 string) ([]image.HistoryResponseItem, error)
- func (m *MockAPIClient) ImageImport(arg0 context.Context, arg1 types.ImageImportSource, arg2 string, ...) (io.ReadCloser, error)
- func (m *MockAPIClient) ImageInspectWithRaw(arg0 context.Context, arg1 string) (types.ImageInspect, []byte, error)
- func (m *MockAPIClient) ImageList(arg0 context.Context, arg1 types.ImageListOptions) ([]types.ImageSummary, error)
- func (m *MockAPIClient) ImageLoad(arg0 context.Context, arg1 io.Reader, arg2 bool) (types.ImageLoadResponse, error)
- func (m *MockAPIClient) ImagePull(arg0 context.Context, arg1 string, arg2 types.ImagePullOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) ImagePush(arg0 context.Context, arg1 string, arg2 types.ImagePushOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) ImageRemove(arg0 context.Context, arg1 string, arg2 types.ImageRemoveOptions) ([]types.ImageDeleteResponseItem, error)
- func (m *MockAPIClient) ImageSave(arg0 context.Context, arg1 []string) (io.ReadCloser, error)
- func (m *MockAPIClient) ImageSearch(arg0 context.Context, arg1 string, arg2 types.ImageSearchOptions) ([]registry.SearchResult, error)
- func (m *MockAPIClient) ImageTag(arg0 context.Context, arg1, arg2 string) error
- func (m *MockAPIClient) ImagesPrune(arg0 context.Context, arg1 filters.Args) (types.ImagesPruneReport, error)
- func (m *MockAPIClient) Info(arg0 context.Context) (types.Info, error)
- func (m *MockAPIClient) NegotiateAPIVersion(arg0 context.Context)
- func (m *MockAPIClient) NegotiateAPIVersionPing(arg0 types.Ping)
- func (m *MockAPIClient) NetworkConnect(arg0 context.Context, arg1, arg2 string, arg3 *network.EndpointSettings) error
- func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 types.NetworkCreate) (types.NetworkCreateResponse, error)
- func (m *MockAPIClient) NetworkDisconnect(arg0 context.Context, arg1, arg2 string, arg3 bool) error
- func (m *MockAPIClient) NetworkInspect(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, error)
- func (m *MockAPIClient) NetworkInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, []byte, error)
- func (m *MockAPIClient) NetworkList(arg0 context.Context, arg1 types.NetworkListOptions) ([]types.NetworkResource, error)
- func (m *MockAPIClient) NetworkRemove(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) NetworksPrune(arg0 context.Context, arg1 filters.Args) (types.NetworksPruneReport, error)
- func (m *MockAPIClient) NodeInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Node, []byte, error)
- func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 types.NodeListOptions) ([]swarm.Node, error)
- func (m *MockAPIClient) NodeRemove(arg0 context.Context, arg1 string, arg2 types.NodeRemoveOptions) error
- func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.NodeSpec) error
- func (m *MockAPIClient) Ping(arg0 context.Context) (types.Ping, error)
- func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 types.PluginCreateOptions) error
- func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 types.PluginDisableOptions) error
- func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 types.PluginEnableOptions) error
- func (m *MockAPIClient) PluginInspectWithRaw(arg0 context.Context, arg1 string) (*types.Plugin, []byte, error)
- func (m *MockAPIClient) PluginInstall(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) PluginList(arg0 context.Context, arg1 filters.Args) (types.PluginsListResponse, error)
- func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, error)
- func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 types.PluginRemoveOptions) error
- func (m *MockAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 []string) error
- func (m *MockAPIClient) PluginUpgrade(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) RegistryLogin(arg0 context.Context, arg1 types.AuthConfig) (registry.AuthenticateOKBody, error)
- func (m *MockAPIClient) SecretCreate(arg0 context.Context, arg1 swarm.SecretSpec) (types.SecretCreateResponse, error)
- func (m *MockAPIClient) SecretInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Secret, []byte, error)
- func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 types.SecretListOptions) ([]swarm.Secret, error)
- func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.SecretSpec) error
- func (m *MockAPIClient) ServerVersion(arg0 context.Context) (types.Version, error)
- func (m *MockAPIClient) ServiceCreate(arg0 context.Context, arg1 swarm.ServiceSpec, arg2 types.ServiceCreateOptions) (types.ServiceCreateResponse, error)
- func (m *MockAPIClient) ServiceInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.ServiceInspectOptions) (swarm.Service, []byte, error)
- func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 types.ServiceListOptions) ([]swarm.Service, error)
- func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) ServiceRemove(arg0 context.Context, arg1 string) error
- func (m *MockAPIClient) ServiceUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.ServiceSpec, ...) (types.ServiceUpdateResponse, error)
- func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (types.SwarmUnlockKeyResponse, error)
- func (m *MockAPIClient) SwarmInit(arg0 context.Context, arg1 swarm.InitRequest) (string, error)
- func (m *MockAPIClient) SwarmInspect(arg0 context.Context) (swarm.Swarm, error)
- func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 swarm.JoinRequest) error
- func (m *MockAPIClient) SwarmLeave(arg0 context.Context, arg1 bool) error
- func (m *MockAPIClient) SwarmUnlock(arg0 context.Context, arg1 swarm.UnlockRequest) error
- func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 swarm.Version, arg2 swarm.Spec, ...) error
- func (m *MockAPIClient) TaskInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Task, []byte, error)
- func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 types.TaskListOptions) ([]swarm.Task, error)
- func (m *MockAPIClient) TaskLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)
- func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 volume.VolumeCreateBody) (types.Volume, error)
- func (m *MockAPIClient) VolumeInspect(arg0 context.Context, arg1 string) (types.Volume, error)
- func (m *MockAPIClient) VolumeInspectWithRaw(arg0 context.Context, arg1 string) (types.Volume, []byte, error)
- func (m *MockAPIClient) VolumeList(arg0 context.Context, arg1 filters.Args) (volume.VolumeListOKBody, error)
- func (m *MockAPIClient) VolumeRemove(arg0 context.Context, arg1 string, arg2 bool) error
- func (m *MockAPIClient) VolumesPrune(arg0 context.Context, arg1 filters.Args) (types.VolumesPruneReport, error)
- type MockAPIClientMockRecorder
- func (mr *MockAPIClientMockRecorder) BuildCachePrune(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) BuildCancel(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) CheckpointDelete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) CheckpointList(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ClientVersion() *gomock.Call
- func (mr *MockAPIClientMockRecorder) Close() *gomock.Call
- func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ConfigInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ConfigList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ConfigRemove(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerAttach(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerCommit(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerExecAttach(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerExecCreate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerExecInspect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerExecResize(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerExecStart(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerExport(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerInspect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerKill(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerLogs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerPause(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerRename(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerResize(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerRestart(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerStart(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerStats(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerStop(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerTop(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerUnpause(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainerWait(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ContainersPrune(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) CopyToContainer(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) DaemonHost() *gomock.Call
- func (mr *MockAPIClientMockRecorder) DialHijack(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) Dialer() *gomock.Call
- func (mr *MockAPIClientMockRecorder) DiskUsage(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) DistributionInspect(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) Events(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) HTTPClient() *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageBuild(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageCreate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageHistory(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageImport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageLoad(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImagePull(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImageTag(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ImagesPrune(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) Info(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NegotiateAPIVersion(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NegotiateAPIVersionPing(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NetworksPrune(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NodeInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) Ping(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SecretInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServerVersion(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServiceInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmLeave(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) TaskInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) VolumeInspect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) VolumeInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) VolumeList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIClientMockRecorder) VolumesPrune(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPIClient ¶
type MockAPIClient struct {
// contains filtered or unexported fields
}
MockAPIClient is a mock of APIClient interface
func NewMockAPIClient ¶
func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient
NewMockAPIClient creates a new mock instance
func (*MockAPIClient) BuildCachePrune ¶
func (m *MockAPIClient) BuildCachePrune(arg0 context.Context, arg1 types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
BuildCachePrune mocks base method
func (*MockAPIClient) BuildCancel ¶
func (m *MockAPIClient) BuildCancel(arg0 context.Context, arg1 string) error
BuildCancel mocks base method
func (*MockAPIClient) CheckpointCreate ¶
func (m *MockAPIClient) CheckpointCreate(arg0 context.Context, arg1 string, arg2 types.CheckpointCreateOptions) error
CheckpointCreate mocks base method
func (*MockAPIClient) CheckpointDelete ¶
func (m *MockAPIClient) CheckpointDelete(arg0 context.Context, arg1 string, arg2 types.CheckpointDeleteOptions) error
CheckpointDelete mocks base method
func (*MockAPIClient) CheckpointList ¶
func (m *MockAPIClient) CheckpointList(arg0 context.Context, arg1 string, arg2 types.CheckpointListOptions) ([]types.Checkpoint, error)
CheckpointList mocks base method
func (*MockAPIClient) ClientVersion ¶
func (m *MockAPIClient) ClientVersion() string
ClientVersion mocks base method
func (*MockAPIClient) ConfigCreate ¶
func (m *MockAPIClient) ConfigCreate(arg0 context.Context, arg1 swarm.ConfigSpec) (types.ConfigCreateResponse, error)
ConfigCreate mocks base method
func (*MockAPIClient) ConfigInspectWithRaw ¶
func (m *MockAPIClient) ConfigInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Config, []byte, error)
ConfigInspectWithRaw mocks base method
func (*MockAPIClient) ConfigList ¶
func (m *MockAPIClient) ConfigList(arg0 context.Context, arg1 types.ConfigListOptions) ([]swarm.Config, error)
ConfigList mocks base method
func (*MockAPIClient) ConfigRemove ¶
func (m *MockAPIClient) ConfigRemove(arg0 context.Context, arg1 string) error
ConfigRemove mocks base method
func (*MockAPIClient) ConfigUpdate ¶
func (m *MockAPIClient) ConfigUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.ConfigSpec) error
ConfigUpdate mocks base method
func (*MockAPIClient) ContainerAttach ¶
func (m *MockAPIClient) ContainerAttach(arg0 context.Context, arg1 string, arg2 types.ContainerAttachOptions) (types.HijackedResponse, error)
ContainerAttach mocks base method
func (*MockAPIClient) ContainerCommit ¶
func (m *MockAPIClient) ContainerCommit(arg0 context.Context, arg1 string, arg2 types.ContainerCommitOptions) (types.IDResponse, error)
ContainerCommit mocks base method
func (*MockAPIClient) ContainerCreate ¶
func (m *MockAPIClient) ContainerCreate(arg0 context.Context, arg1 *container.Config, arg2 *container.HostConfig, arg3 *network.NetworkingConfig, arg4 string) (container.ContainerCreateCreatedBody, error)
ContainerCreate mocks base method
func (*MockAPIClient) ContainerDiff ¶
func (m *MockAPIClient) ContainerDiff(arg0 context.Context, arg1 string) ([]container.ContainerChangeResponseItem, error)
ContainerDiff mocks base method
func (*MockAPIClient) ContainerExecAttach ¶
func (m *MockAPIClient) ContainerExecAttach(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) (types.HijackedResponse, error)
ContainerExecAttach mocks base method
func (*MockAPIClient) ContainerExecCreate ¶
func (m *MockAPIClient) ContainerExecCreate(arg0 context.Context, arg1 string, arg2 types.ExecConfig) (types.IDResponse, error)
ContainerExecCreate mocks base method
func (*MockAPIClient) ContainerExecInspect ¶
func (m *MockAPIClient) ContainerExecInspect(arg0 context.Context, arg1 string) (types.ContainerExecInspect, error)
ContainerExecInspect mocks base method
func (*MockAPIClient) ContainerExecResize ¶
func (m *MockAPIClient) ContainerExecResize(arg0 context.Context, arg1 string, arg2 types.ResizeOptions) error
ContainerExecResize mocks base method
func (*MockAPIClient) ContainerExecStart ¶
func (m *MockAPIClient) ContainerExecStart(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) error
ContainerExecStart mocks base method
func (*MockAPIClient) ContainerExport ¶
func (m *MockAPIClient) ContainerExport(arg0 context.Context, arg1 string) (io.ReadCloser, error)
ContainerExport mocks base method
func (*MockAPIClient) ContainerInspect ¶
func (m *MockAPIClient) ContainerInspect(arg0 context.Context, arg1 string) (types.ContainerJSON, error)
ContainerInspect mocks base method
func (*MockAPIClient) ContainerInspectWithRaw ¶
func (m *MockAPIClient) ContainerInspectWithRaw(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerJSON, []byte, error)
ContainerInspectWithRaw mocks base method
func (*MockAPIClient) ContainerKill ¶
func (m *MockAPIClient) ContainerKill(arg0 context.Context, arg1, arg2 string) error
ContainerKill mocks base method
func (*MockAPIClient) ContainerList ¶
func (m *MockAPIClient) ContainerList(arg0 context.Context, arg1 types.ContainerListOptions) ([]types.Container, error)
ContainerList mocks base method
func (*MockAPIClient) ContainerLogs ¶
func (m *MockAPIClient) ContainerLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)
ContainerLogs mocks base method
func (*MockAPIClient) ContainerPause ¶
func (m *MockAPIClient) ContainerPause(arg0 context.Context, arg1 string) error
ContainerPause mocks base method
func (*MockAPIClient) ContainerRemove ¶
func (m *MockAPIClient) ContainerRemove(arg0 context.Context, arg1 string, arg2 types.ContainerRemoveOptions) error
ContainerRemove mocks base method
func (*MockAPIClient) ContainerRename ¶
func (m *MockAPIClient) ContainerRename(arg0 context.Context, arg1, arg2 string) error
ContainerRename mocks base method
func (*MockAPIClient) ContainerResize ¶
func (m *MockAPIClient) ContainerResize(arg0 context.Context, arg1 string, arg2 types.ResizeOptions) error
ContainerResize mocks base method
func (*MockAPIClient) ContainerRestart ¶
func (m *MockAPIClient) ContainerRestart(arg0 context.Context, arg1 string, arg2 *time.Duration) error
ContainerRestart mocks base method
func (*MockAPIClient) ContainerStart ¶
func (m *MockAPIClient) ContainerStart(arg0 context.Context, arg1 string, arg2 types.ContainerStartOptions) error
ContainerStart mocks base method
func (*MockAPIClient) ContainerStatPath ¶
func (m *MockAPIClient) ContainerStatPath(arg0 context.Context, arg1, arg2 string) (types.ContainerPathStat, error)
ContainerStatPath mocks base method
func (*MockAPIClient) ContainerStats ¶
func (m *MockAPIClient) ContainerStats(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerStats, error)
ContainerStats mocks base method
func (*MockAPIClient) ContainerStop ¶
ContainerStop mocks base method
func (*MockAPIClient) ContainerTop ¶
func (m *MockAPIClient) ContainerTop(arg0 context.Context, arg1 string, arg2 []string) (container.ContainerTopOKBody, error)
ContainerTop mocks base method
func (*MockAPIClient) ContainerUnpause ¶
func (m *MockAPIClient) ContainerUnpause(arg0 context.Context, arg1 string) error
ContainerUnpause mocks base method
func (*MockAPIClient) ContainerUpdate ¶
func (m *MockAPIClient) ContainerUpdate(arg0 context.Context, arg1 string, arg2 container.UpdateConfig) (container.ContainerUpdateOKBody, error)
ContainerUpdate mocks base method
func (*MockAPIClient) ContainerWait ¶
func (m *MockAPIClient) ContainerWait(arg0 context.Context, arg1 string, arg2 container.WaitCondition) (<-chan container.ContainerWaitOKBody, <-chan error)
ContainerWait mocks base method
func (*MockAPIClient) ContainersPrune ¶
func (m *MockAPIClient) ContainersPrune(arg0 context.Context, arg1 filters.Args) (types.ContainersPruneReport, error)
ContainersPrune mocks base method
func (*MockAPIClient) CopyFromContainer ¶
func (m *MockAPIClient) CopyFromContainer(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, types.ContainerPathStat, error)
CopyFromContainer mocks base method
func (*MockAPIClient) CopyToContainer ¶
func (m *MockAPIClient) CopyToContainer(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 types.CopyToContainerOptions) error
CopyToContainer mocks base method
func (*MockAPIClient) DaemonHost ¶
func (m *MockAPIClient) DaemonHost() string
DaemonHost mocks base method
func (*MockAPIClient) DialHijack ¶
func (m *MockAPIClient) DialHijack(arg0 context.Context, arg1, arg2 string, arg3 map[string][]string) (net.Conn, error)
DialHijack mocks base method
func (*MockAPIClient) DistributionInspect ¶
func (m *MockAPIClient) DistributionInspect(arg0 context.Context, arg1, arg2 string) (registry.DistributionInspect, error)
DistributionInspect mocks base method
func (*MockAPIClient) EXPECT ¶
func (m *MockAPIClient) EXPECT() *MockAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAPIClient) Events ¶
func (m *MockAPIClient) Events(arg0 context.Context, arg1 types.EventsOptions) (<-chan events.Message, <-chan error)
Events mocks base method
func (*MockAPIClient) HTTPClient ¶
func (m *MockAPIClient) HTTPClient() *http.Client
HTTPClient mocks base method
func (*MockAPIClient) ImageBuild ¶
func (m *MockAPIClient) ImageBuild(arg0 context.Context, arg1 io.Reader, arg2 types.ImageBuildOptions) (types.ImageBuildResponse, error)
ImageBuild mocks base method
func (*MockAPIClient) ImageCreate ¶
func (m *MockAPIClient) ImageCreate(arg0 context.Context, arg1 string, arg2 types.ImageCreateOptions) (io.ReadCloser, error)
ImageCreate mocks base method
func (*MockAPIClient) ImageHistory ¶
func (m *MockAPIClient) ImageHistory(arg0 context.Context, arg1 string) ([]image.HistoryResponseItem, error)
ImageHistory mocks base method
func (*MockAPIClient) ImageImport ¶
func (m *MockAPIClient) ImageImport(arg0 context.Context, arg1 types.ImageImportSource, arg2 string, arg3 types.ImageImportOptions) (io.ReadCloser, error)
ImageImport mocks base method
func (*MockAPIClient) ImageInspectWithRaw ¶
func (m *MockAPIClient) ImageInspectWithRaw(arg0 context.Context, arg1 string) (types.ImageInspect, []byte, error)
ImageInspectWithRaw mocks base method
func (*MockAPIClient) ImageList ¶
func (m *MockAPIClient) ImageList(arg0 context.Context, arg1 types.ImageListOptions) ([]types.ImageSummary, error)
ImageList mocks base method
func (*MockAPIClient) ImageLoad ¶
func (m *MockAPIClient) ImageLoad(arg0 context.Context, arg1 io.Reader, arg2 bool) (types.ImageLoadResponse, error)
ImageLoad mocks base method
func (*MockAPIClient) ImagePull ¶
func (m *MockAPIClient) ImagePull(arg0 context.Context, arg1 string, arg2 types.ImagePullOptions) (io.ReadCloser, error)
ImagePull mocks base method
func (*MockAPIClient) ImagePush ¶
func (m *MockAPIClient) ImagePush(arg0 context.Context, arg1 string, arg2 types.ImagePushOptions) (io.ReadCloser, error)
ImagePush mocks base method
func (*MockAPIClient) ImageRemove ¶
func (m *MockAPIClient) ImageRemove(arg0 context.Context, arg1 string, arg2 types.ImageRemoveOptions) ([]types.ImageDeleteResponseItem, error)
ImageRemove mocks base method
func (*MockAPIClient) ImageSave ¶
func (m *MockAPIClient) ImageSave(arg0 context.Context, arg1 []string) (io.ReadCloser, error)
ImageSave mocks base method
func (*MockAPIClient) ImageSearch ¶
func (m *MockAPIClient) ImageSearch(arg0 context.Context, arg1 string, arg2 types.ImageSearchOptions) ([]registry.SearchResult, error)
ImageSearch mocks base method
func (*MockAPIClient) ImageTag ¶
func (m *MockAPIClient) ImageTag(arg0 context.Context, arg1, arg2 string) error
ImageTag mocks base method
func (*MockAPIClient) ImagesPrune ¶
func (m *MockAPIClient) ImagesPrune(arg0 context.Context, arg1 filters.Args) (types.ImagesPruneReport, error)
ImagesPrune mocks base method
func (*MockAPIClient) NegotiateAPIVersion ¶
func (m *MockAPIClient) NegotiateAPIVersion(arg0 context.Context)
NegotiateAPIVersion mocks base method
func (*MockAPIClient) NegotiateAPIVersionPing ¶
func (m *MockAPIClient) NegotiateAPIVersionPing(arg0 types.Ping)
NegotiateAPIVersionPing mocks base method
func (*MockAPIClient) NetworkConnect ¶
func (m *MockAPIClient) NetworkConnect(arg0 context.Context, arg1, arg2 string, arg3 *network.EndpointSettings) error
NetworkConnect mocks base method
func (*MockAPIClient) NetworkCreate ¶
func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 types.NetworkCreate) (types.NetworkCreateResponse, error)
NetworkCreate mocks base method
func (*MockAPIClient) NetworkDisconnect ¶
NetworkDisconnect mocks base method
func (*MockAPIClient) NetworkInspect ¶
func (m *MockAPIClient) NetworkInspect(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, error)
NetworkInspect mocks base method
func (*MockAPIClient) NetworkInspectWithRaw ¶
func (m *MockAPIClient) NetworkInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, []byte, error)
NetworkInspectWithRaw mocks base method
func (*MockAPIClient) NetworkList ¶
func (m *MockAPIClient) NetworkList(arg0 context.Context, arg1 types.NetworkListOptions) ([]types.NetworkResource, error)
NetworkList mocks base method
func (*MockAPIClient) NetworkRemove ¶
func (m *MockAPIClient) NetworkRemove(arg0 context.Context, arg1 string) error
NetworkRemove mocks base method
func (*MockAPIClient) NetworksPrune ¶
func (m *MockAPIClient) NetworksPrune(arg0 context.Context, arg1 filters.Args) (types.NetworksPruneReport, error)
NetworksPrune mocks base method
func (*MockAPIClient) NodeInspectWithRaw ¶
func (m *MockAPIClient) NodeInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Node, []byte, error)
NodeInspectWithRaw mocks base method
func (*MockAPIClient) NodeList ¶
func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 types.NodeListOptions) ([]swarm.Node, error)
NodeList mocks base method
func (*MockAPIClient) NodeRemove ¶
func (m *MockAPIClient) NodeRemove(arg0 context.Context, arg1 string, arg2 types.NodeRemoveOptions) error
NodeRemove mocks base method
func (*MockAPIClient) NodeUpdate ¶
func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.NodeSpec) error
NodeUpdate mocks base method
func (*MockAPIClient) PluginCreate ¶
func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 types.PluginCreateOptions) error
PluginCreate mocks base method
func (*MockAPIClient) PluginDisable ¶
func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 types.PluginDisableOptions) error
PluginDisable mocks base method
func (*MockAPIClient) PluginEnable ¶
func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 types.PluginEnableOptions) error
PluginEnable mocks base method
func (*MockAPIClient) PluginInspectWithRaw ¶
func (m *MockAPIClient) PluginInspectWithRaw(arg0 context.Context, arg1 string) (*types.Plugin, []byte, error)
PluginInspectWithRaw mocks base method
func (*MockAPIClient) PluginInstall ¶
func (m *MockAPIClient) PluginInstall(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)
PluginInstall mocks base method
func (*MockAPIClient) PluginList ¶
func (m *MockAPIClient) PluginList(arg0 context.Context, arg1 filters.Args) (types.PluginsListResponse, error)
PluginList mocks base method
func (*MockAPIClient) PluginPush ¶
func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, error)
PluginPush mocks base method
func (*MockAPIClient) PluginRemove ¶
func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 types.PluginRemoveOptions) error
PluginRemove mocks base method
func (*MockAPIClient) PluginUpgrade ¶
func (m *MockAPIClient) PluginUpgrade(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)
PluginUpgrade mocks base method
func (*MockAPIClient) RegistryLogin ¶
func (m *MockAPIClient) RegistryLogin(arg0 context.Context, arg1 types.AuthConfig) (registry.AuthenticateOKBody, error)
RegistryLogin mocks base method
func (*MockAPIClient) SecretCreate ¶
func (m *MockAPIClient) SecretCreate(arg0 context.Context, arg1 swarm.SecretSpec) (types.SecretCreateResponse, error)
SecretCreate mocks base method
func (*MockAPIClient) SecretInspectWithRaw ¶
func (m *MockAPIClient) SecretInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Secret, []byte, error)
SecretInspectWithRaw mocks base method
func (*MockAPIClient) SecretList ¶
func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 types.SecretListOptions) ([]swarm.Secret, error)
SecretList mocks base method
func (*MockAPIClient) SecretRemove ¶
func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string) error
SecretRemove mocks base method
func (*MockAPIClient) SecretUpdate ¶
func (m *MockAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.SecretSpec) error
SecretUpdate mocks base method
func (*MockAPIClient) ServerVersion ¶
ServerVersion mocks base method
func (*MockAPIClient) ServiceCreate ¶
func (m *MockAPIClient) ServiceCreate(arg0 context.Context, arg1 swarm.ServiceSpec, arg2 types.ServiceCreateOptions) (types.ServiceCreateResponse, error)
ServiceCreate mocks base method
func (*MockAPIClient) ServiceInspectWithRaw ¶
func (m *MockAPIClient) ServiceInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.ServiceInspectOptions) (swarm.Service, []byte, error)
ServiceInspectWithRaw mocks base method
func (*MockAPIClient) ServiceList ¶
func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 types.ServiceListOptions) ([]swarm.Service, error)
ServiceList mocks base method
func (*MockAPIClient) ServiceLogs ¶
func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)
ServiceLogs mocks base method
func (*MockAPIClient) ServiceRemove ¶
func (m *MockAPIClient) ServiceRemove(arg0 context.Context, arg1 string) error
ServiceRemove mocks base method
func (*MockAPIClient) ServiceUpdate ¶
func (m *MockAPIClient) ServiceUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.ServiceSpec, arg4 types.ServiceUpdateOptions) (types.ServiceUpdateResponse, error)
ServiceUpdate mocks base method
func (*MockAPIClient) SwarmGetUnlockKey ¶
func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (types.SwarmUnlockKeyResponse, error)
SwarmGetUnlockKey mocks base method
func (*MockAPIClient) SwarmInit ¶
func (m *MockAPIClient) SwarmInit(arg0 context.Context, arg1 swarm.InitRequest) (string, error)
SwarmInit mocks base method
func (*MockAPIClient) SwarmInspect ¶
SwarmInspect mocks base method
func (*MockAPIClient) SwarmJoin ¶
func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 swarm.JoinRequest) error
SwarmJoin mocks base method
func (*MockAPIClient) SwarmLeave ¶
func (m *MockAPIClient) SwarmLeave(arg0 context.Context, arg1 bool) error
SwarmLeave mocks base method
func (*MockAPIClient) SwarmUnlock ¶
func (m *MockAPIClient) SwarmUnlock(arg0 context.Context, arg1 swarm.UnlockRequest) error
SwarmUnlock mocks base method
func (*MockAPIClient) SwarmUpdate ¶
func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 swarm.Version, arg2 swarm.Spec, arg3 swarm.UpdateFlags) error
SwarmUpdate mocks base method
func (*MockAPIClient) TaskInspectWithRaw ¶
func (m *MockAPIClient) TaskInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Task, []byte, error)
TaskInspectWithRaw mocks base method
func (*MockAPIClient) TaskList ¶
func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 types.TaskListOptions) ([]swarm.Task, error)
TaskList mocks base method
func (*MockAPIClient) TaskLogs ¶
func (m *MockAPIClient) TaskLogs(arg0 context.Context, arg1 string, arg2 types.ContainerLogsOptions) (io.ReadCloser, error)
TaskLogs mocks base method
func (*MockAPIClient) VolumeCreate ¶
func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 volume.VolumeCreateBody) (types.Volume, error)
VolumeCreate mocks base method
func (*MockAPIClient) VolumeInspect ¶
VolumeInspect mocks base method
func (*MockAPIClient) VolumeInspectWithRaw ¶
func (m *MockAPIClient) VolumeInspectWithRaw(arg0 context.Context, arg1 string) (types.Volume, []byte, error)
VolumeInspectWithRaw mocks base method
func (*MockAPIClient) VolumeList ¶
func (m *MockAPIClient) VolumeList(arg0 context.Context, arg1 filters.Args) (volume.VolumeListOKBody, error)
VolumeList mocks base method
func (*MockAPIClient) VolumeRemove ¶
VolumeRemove mocks base method
func (*MockAPIClient) VolumesPrune ¶
func (m *MockAPIClient) VolumesPrune(arg0 context.Context, arg1 filters.Args) (types.VolumesPruneReport, error)
VolumesPrune mocks base method
type MockAPIClientMockRecorder ¶
type MockAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIClientMockRecorder is the mock recorder for MockAPIClient
func (*MockAPIClientMockRecorder) BuildCachePrune ¶
func (mr *MockAPIClientMockRecorder) BuildCachePrune(arg0, arg1 interface{}) *gomock.Call
BuildCachePrune indicates an expected call of BuildCachePrune
func (*MockAPIClientMockRecorder) BuildCancel ¶
func (mr *MockAPIClientMockRecorder) BuildCancel(arg0, arg1 interface{}) *gomock.Call
BuildCancel indicates an expected call of BuildCancel
func (*MockAPIClientMockRecorder) CheckpointCreate ¶
func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 interface{}) *gomock.Call
CheckpointCreate indicates an expected call of CheckpointCreate
func (*MockAPIClientMockRecorder) CheckpointDelete ¶
func (mr *MockAPIClientMockRecorder) CheckpointDelete(arg0, arg1, arg2 interface{}) *gomock.Call
CheckpointDelete indicates an expected call of CheckpointDelete
func (*MockAPIClientMockRecorder) CheckpointList ¶
func (mr *MockAPIClientMockRecorder) CheckpointList(arg0, arg1, arg2 interface{}) *gomock.Call
CheckpointList indicates an expected call of CheckpointList
func (*MockAPIClientMockRecorder) ClientVersion ¶
func (mr *MockAPIClientMockRecorder) ClientVersion() *gomock.Call
ClientVersion indicates an expected call of ClientVersion
func (*MockAPIClientMockRecorder) Close ¶
func (mr *MockAPIClientMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockAPIClientMockRecorder) ConfigCreate ¶
func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 interface{}) *gomock.Call
ConfigCreate indicates an expected call of ConfigCreate
func (*MockAPIClientMockRecorder) ConfigInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) ConfigInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
ConfigInspectWithRaw indicates an expected call of ConfigInspectWithRaw
func (*MockAPIClientMockRecorder) ConfigList ¶
func (mr *MockAPIClientMockRecorder) ConfigList(arg0, arg1 interface{}) *gomock.Call
ConfigList indicates an expected call of ConfigList
func (*MockAPIClientMockRecorder) ConfigRemove ¶
func (mr *MockAPIClientMockRecorder) ConfigRemove(arg0, arg1 interface{}) *gomock.Call
ConfigRemove indicates an expected call of ConfigRemove
func (*MockAPIClientMockRecorder) ConfigUpdate ¶
func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ConfigUpdate indicates an expected call of ConfigUpdate
func (*MockAPIClientMockRecorder) ContainerAttach ¶
func (mr *MockAPIClientMockRecorder) ContainerAttach(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerAttach indicates an expected call of ContainerAttach
func (*MockAPIClientMockRecorder) ContainerCommit ¶
func (mr *MockAPIClientMockRecorder) ContainerCommit(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerCommit indicates an expected call of ContainerCommit
func (*MockAPIClientMockRecorder) ContainerCreate ¶
func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ContainerCreate indicates an expected call of ContainerCreate
func (*MockAPIClientMockRecorder) ContainerDiff ¶
func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1 interface{}) *gomock.Call
ContainerDiff indicates an expected call of ContainerDiff
func (*MockAPIClientMockRecorder) ContainerExecAttach ¶
func (mr *MockAPIClientMockRecorder) ContainerExecAttach(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerExecAttach indicates an expected call of ContainerExecAttach
func (*MockAPIClientMockRecorder) ContainerExecCreate ¶
func (mr *MockAPIClientMockRecorder) ContainerExecCreate(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerExecCreate indicates an expected call of ContainerExecCreate
func (*MockAPIClientMockRecorder) ContainerExecInspect ¶
func (mr *MockAPIClientMockRecorder) ContainerExecInspect(arg0, arg1 interface{}) *gomock.Call
ContainerExecInspect indicates an expected call of ContainerExecInspect
func (*MockAPIClientMockRecorder) ContainerExecResize ¶
func (mr *MockAPIClientMockRecorder) ContainerExecResize(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerExecResize indicates an expected call of ContainerExecResize
func (*MockAPIClientMockRecorder) ContainerExecStart ¶
func (mr *MockAPIClientMockRecorder) ContainerExecStart(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerExecStart indicates an expected call of ContainerExecStart
func (*MockAPIClientMockRecorder) ContainerExport ¶
func (mr *MockAPIClientMockRecorder) ContainerExport(arg0, arg1 interface{}) *gomock.Call
ContainerExport indicates an expected call of ContainerExport
func (*MockAPIClientMockRecorder) ContainerInspect ¶
func (mr *MockAPIClientMockRecorder) ContainerInspect(arg0, arg1 interface{}) *gomock.Call
ContainerInspect indicates an expected call of ContainerInspect
func (*MockAPIClientMockRecorder) ContainerInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) ContainerInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerInspectWithRaw indicates an expected call of ContainerInspectWithRaw
func (*MockAPIClientMockRecorder) ContainerKill ¶
func (mr *MockAPIClientMockRecorder) ContainerKill(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerKill indicates an expected call of ContainerKill
func (*MockAPIClientMockRecorder) ContainerList ¶
func (mr *MockAPIClientMockRecorder) ContainerList(arg0, arg1 interface{}) *gomock.Call
ContainerList indicates an expected call of ContainerList
func (*MockAPIClientMockRecorder) ContainerLogs ¶
func (mr *MockAPIClientMockRecorder) ContainerLogs(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerLogs indicates an expected call of ContainerLogs
func (*MockAPIClientMockRecorder) ContainerPause ¶
func (mr *MockAPIClientMockRecorder) ContainerPause(arg0, arg1 interface{}) *gomock.Call
ContainerPause indicates an expected call of ContainerPause
func (*MockAPIClientMockRecorder) ContainerRemove ¶
func (mr *MockAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerRemove indicates an expected call of ContainerRemove
func (*MockAPIClientMockRecorder) ContainerRename ¶
func (mr *MockAPIClientMockRecorder) ContainerRename(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerRename indicates an expected call of ContainerRename
func (*MockAPIClientMockRecorder) ContainerResize ¶
func (mr *MockAPIClientMockRecorder) ContainerResize(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerResize indicates an expected call of ContainerResize
func (*MockAPIClientMockRecorder) ContainerRestart ¶
func (mr *MockAPIClientMockRecorder) ContainerRestart(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerRestart indicates an expected call of ContainerRestart
func (*MockAPIClientMockRecorder) ContainerStart ¶
func (mr *MockAPIClientMockRecorder) ContainerStart(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerStart indicates an expected call of ContainerStart
func (*MockAPIClientMockRecorder) ContainerStatPath ¶
func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerStatPath indicates an expected call of ContainerStatPath
func (*MockAPIClientMockRecorder) ContainerStats ¶
func (mr *MockAPIClientMockRecorder) ContainerStats(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerStats indicates an expected call of ContainerStats
func (*MockAPIClientMockRecorder) ContainerStop ¶
func (mr *MockAPIClientMockRecorder) ContainerStop(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerStop indicates an expected call of ContainerStop
func (*MockAPIClientMockRecorder) ContainerTop ¶
func (mr *MockAPIClientMockRecorder) ContainerTop(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerTop indicates an expected call of ContainerTop
func (*MockAPIClientMockRecorder) ContainerUnpause ¶
func (mr *MockAPIClientMockRecorder) ContainerUnpause(arg0, arg1 interface{}) *gomock.Call
ContainerUnpause indicates an expected call of ContainerUnpause
func (*MockAPIClientMockRecorder) ContainerUpdate ¶
func (mr *MockAPIClientMockRecorder) ContainerUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerUpdate indicates an expected call of ContainerUpdate
func (*MockAPIClientMockRecorder) ContainerWait ¶
func (mr *MockAPIClientMockRecorder) ContainerWait(arg0, arg1, arg2 interface{}) *gomock.Call
ContainerWait indicates an expected call of ContainerWait
func (*MockAPIClientMockRecorder) ContainersPrune ¶
func (mr *MockAPIClientMockRecorder) ContainersPrune(arg0, arg1 interface{}) *gomock.Call
ContainersPrune indicates an expected call of ContainersPrune
func (*MockAPIClientMockRecorder) CopyFromContainer ¶
func (mr *MockAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 interface{}) *gomock.Call
CopyFromContainer indicates an expected call of CopyFromContainer
func (*MockAPIClientMockRecorder) CopyToContainer ¶
func (mr *MockAPIClientMockRecorder) CopyToContainer(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CopyToContainer indicates an expected call of CopyToContainer
func (*MockAPIClientMockRecorder) DaemonHost ¶
func (mr *MockAPIClientMockRecorder) DaemonHost() *gomock.Call
DaemonHost indicates an expected call of DaemonHost
func (*MockAPIClientMockRecorder) DialHijack ¶
func (mr *MockAPIClientMockRecorder) DialHijack(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DialHijack indicates an expected call of DialHijack
func (*MockAPIClientMockRecorder) Dialer ¶
func (mr *MockAPIClientMockRecorder) Dialer() *gomock.Call
Dialer indicates an expected call of Dialer
func (*MockAPIClientMockRecorder) DiskUsage ¶
func (mr *MockAPIClientMockRecorder) DiskUsage(arg0 interface{}) *gomock.Call
DiskUsage indicates an expected call of DiskUsage
func (*MockAPIClientMockRecorder) DistributionInspect ¶
func (mr *MockAPIClientMockRecorder) DistributionInspect(arg0, arg1, arg2 interface{}) *gomock.Call
DistributionInspect indicates an expected call of DistributionInspect
func (*MockAPIClientMockRecorder) Events ¶
func (mr *MockAPIClientMockRecorder) Events(arg0, arg1 interface{}) *gomock.Call
Events indicates an expected call of Events
func (*MockAPIClientMockRecorder) HTTPClient ¶
func (mr *MockAPIClientMockRecorder) HTTPClient() *gomock.Call
HTTPClient indicates an expected call of HTTPClient
func (*MockAPIClientMockRecorder) ImageBuild ¶
func (mr *MockAPIClientMockRecorder) ImageBuild(arg0, arg1, arg2 interface{}) *gomock.Call
ImageBuild indicates an expected call of ImageBuild
func (*MockAPIClientMockRecorder) ImageCreate ¶
func (mr *MockAPIClientMockRecorder) ImageCreate(arg0, arg1, arg2 interface{}) *gomock.Call
ImageCreate indicates an expected call of ImageCreate
func (*MockAPIClientMockRecorder) ImageHistory ¶
func (mr *MockAPIClientMockRecorder) ImageHistory(arg0, arg1 interface{}) *gomock.Call
ImageHistory indicates an expected call of ImageHistory
func (*MockAPIClientMockRecorder) ImageImport ¶
func (mr *MockAPIClientMockRecorder) ImageImport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ImageImport indicates an expected call of ImageImport
func (*MockAPIClientMockRecorder) ImageInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) ImageInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
ImageInspectWithRaw indicates an expected call of ImageInspectWithRaw
func (*MockAPIClientMockRecorder) ImageList ¶
func (mr *MockAPIClientMockRecorder) ImageList(arg0, arg1 interface{}) *gomock.Call
ImageList indicates an expected call of ImageList
func (*MockAPIClientMockRecorder) ImageLoad ¶
func (mr *MockAPIClientMockRecorder) ImageLoad(arg0, arg1, arg2 interface{}) *gomock.Call
ImageLoad indicates an expected call of ImageLoad
func (*MockAPIClientMockRecorder) ImagePull ¶
func (mr *MockAPIClientMockRecorder) ImagePull(arg0, arg1, arg2 interface{}) *gomock.Call
ImagePull indicates an expected call of ImagePull
func (*MockAPIClientMockRecorder) ImagePush ¶
func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 interface{}) *gomock.Call
ImagePush indicates an expected call of ImagePush
func (*MockAPIClientMockRecorder) ImageRemove ¶
func (mr *MockAPIClientMockRecorder) ImageRemove(arg0, arg1, arg2 interface{}) *gomock.Call
ImageRemove indicates an expected call of ImageRemove
func (*MockAPIClientMockRecorder) ImageSave ¶
func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 interface{}) *gomock.Call
ImageSave indicates an expected call of ImageSave
func (*MockAPIClientMockRecorder) ImageSearch ¶
func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 interface{}) *gomock.Call
ImageSearch indicates an expected call of ImageSearch
func (*MockAPIClientMockRecorder) ImageTag ¶
func (mr *MockAPIClientMockRecorder) ImageTag(arg0, arg1, arg2 interface{}) *gomock.Call
ImageTag indicates an expected call of ImageTag
func (*MockAPIClientMockRecorder) ImagesPrune ¶
func (mr *MockAPIClientMockRecorder) ImagesPrune(arg0, arg1 interface{}) *gomock.Call
ImagesPrune indicates an expected call of ImagesPrune
func (*MockAPIClientMockRecorder) Info ¶
func (mr *MockAPIClientMockRecorder) Info(arg0 interface{}) *gomock.Call
Info indicates an expected call of Info
func (*MockAPIClientMockRecorder) NegotiateAPIVersion ¶
func (mr *MockAPIClientMockRecorder) NegotiateAPIVersion(arg0 interface{}) *gomock.Call
NegotiateAPIVersion indicates an expected call of NegotiateAPIVersion
func (*MockAPIClientMockRecorder) NegotiateAPIVersionPing ¶
func (mr *MockAPIClientMockRecorder) NegotiateAPIVersionPing(arg0 interface{}) *gomock.Call
NegotiateAPIVersionPing indicates an expected call of NegotiateAPIVersionPing
func (*MockAPIClientMockRecorder) NetworkConnect ¶
func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NetworkConnect indicates an expected call of NetworkConnect
func (*MockAPIClientMockRecorder) NetworkCreate ¶
func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 interface{}) *gomock.Call
NetworkCreate indicates an expected call of NetworkCreate
func (*MockAPIClientMockRecorder) NetworkDisconnect ¶
func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NetworkDisconnect indicates an expected call of NetworkDisconnect
func (*MockAPIClientMockRecorder) NetworkInspect ¶
func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 interface{}) *gomock.Call
NetworkInspect indicates an expected call of NetworkInspect
func (*MockAPIClientMockRecorder) NetworkInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) NetworkInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call
NetworkInspectWithRaw indicates an expected call of NetworkInspectWithRaw
func (*MockAPIClientMockRecorder) NetworkList ¶
func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 interface{}) *gomock.Call
NetworkList indicates an expected call of NetworkList
func (*MockAPIClientMockRecorder) NetworkRemove ¶
func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1 interface{}) *gomock.Call
NetworkRemove indicates an expected call of NetworkRemove
func (*MockAPIClientMockRecorder) NetworksPrune ¶
func (mr *MockAPIClientMockRecorder) NetworksPrune(arg0, arg1 interface{}) *gomock.Call
NetworksPrune indicates an expected call of NetworksPrune
func (*MockAPIClientMockRecorder) NodeInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) NodeInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
NodeInspectWithRaw indicates an expected call of NodeInspectWithRaw
func (*MockAPIClientMockRecorder) NodeList ¶
func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 interface{}) *gomock.Call
NodeList indicates an expected call of NodeList
func (*MockAPIClientMockRecorder) NodeRemove ¶
func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 interface{}) *gomock.Call
NodeRemove indicates an expected call of NodeRemove
func (*MockAPIClientMockRecorder) NodeUpdate ¶
func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NodeUpdate indicates an expected call of NodeUpdate
func (*MockAPIClientMockRecorder) Ping ¶
func (mr *MockAPIClientMockRecorder) Ping(arg0 interface{}) *gomock.Call
Ping indicates an expected call of Ping
func (*MockAPIClientMockRecorder) PluginCreate ¶
func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 interface{}) *gomock.Call
PluginCreate indicates an expected call of PluginCreate
func (*MockAPIClientMockRecorder) PluginDisable ¶
func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 interface{}) *gomock.Call
PluginDisable indicates an expected call of PluginDisable
func (*MockAPIClientMockRecorder) PluginEnable ¶
func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 interface{}) *gomock.Call
PluginEnable indicates an expected call of PluginEnable
func (*MockAPIClientMockRecorder) PluginInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) PluginInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
PluginInspectWithRaw indicates an expected call of PluginInspectWithRaw
func (*MockAPIClientMockRecorder) PluginInstall ¶
func (mr *MockAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 interface{}) *gomock.Call
PluginInstall indicates an expected call of PluginInstall
func (*MockAPIClientMockRecorder) PluginList ¶
func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 interface{}) *gomock.Call
PluginList indicates an expected call of PluginList
func (*MockAPIClientMockRecorder) PluginPush ¶
func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 interface{}) *gomock.Call
PluginPush indicates an expected call of PluginPush
func (*MockAPIClientMockRecorder) PluginRemove ¶
func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 interface{}) *gomock.Call
PluginRemove indicates an expected call of PluginRemove
func (*MockAPIClientMockRecorder) PluginSet ¶
func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 interface{}) *gomock.Call
PluginSet indicates an expected call of PluginSet
func (*MockAPIClientMockRecorder) PluginUpgrade ¶
func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 interface{}) *gomock.Call
PluginUpgrade indicates an expected call of PluginUpgrade
func (*MockAPIClientMockRecorder) RegistryLogin ¶
func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 interface{}) *gomock.Call
RegistryLogin indicates an expected call of RegistryLogin
func (*MockAPIClientMockRecorder) SecretCreate ¶
func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 interface{}) *gomock.Call
SecretCreate indicates an expected call of SecretCreate
func (*MockAPIClientMockRecorder) SecretInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) SecretInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
SecretInspectWithRaw indicates an expected call of SecretInspectWithRaw
func (*MockAPIClientMockRecorder) SecretList ¶
func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 interface{}) *gomock.Call
SecretList indicates an expected call of SecretList
func (*MockAPIClientMockRecorder) SecretRemove ¶
func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1 interface{}) *gomock.Call
SecretRemove indicates an expected call of SecretRemove
func (*MockAPIClientMockRecorder) SecretUpdate ¶
func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SecretUpdate indicates an expected call of SecretUpdate
func (*MockAPIClientMockRecorder) ServerVersion ¶
func (mr *MockAPIClientMockRecorder) ServerVersion(arg0 interface{}) *gomock.Call
ServerVersion indicates an expected call of ServerVersion
func (*MockAPIClientMockRecorder) ServiceCreate ¶
func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1, arg2 interface{}) *gomock.Call
ServiceCreate indicates an expected call of ServiceCreate
func (*MockAPIClientMockRecorder) ServiceInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) ServiceInspectWithRaw(arg0, arg1, arg2 interface{}) *gomock.Call
ServiceInspectWithRaw indicates an expected call of ServiceInspectWithRaw
func (*MockAPIClientMockRecorder) ServiceList ¶
func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 interface{}) *gomock.Call
ServiceList indicates an expected call of ServiceList
func (*MockAPIClientMockRecorder) ServiceLogs ¶
func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 interface{}) *gomock.Call
ServiceLogs indicates an expected call of ServiceLogs
func (*MockAPIClientMockRecorder) ServiceRemove ¶
func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1 interface{}) *gomock.Call
ServiceRemove indicates an expected call of ServiceRemove
func (*MockAPIClientMockRecorder) ServiceUpdate ¶
func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ServiceUpdate indicates an expected call of ServiceUpdate
func (*MockAPIClientMockRecorder) SwarmGetUnlockKey ¶
func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 interface{}) *gomock.Call
SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey
func (*MockAPIClientMockRecorder) SwarmInit ¶
func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 interface{}) *gomock.Call
SwarmInit indicates an expected call of SwarmInit
func (*MockAPIClientMockRecorder) SwarmInspect ¶
func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0 interface{}) *gomock.Call
SwarmInspect indicates an expected call of SwarmInspect
func (*MockAPIClientMockRecorder) SwarmJoin ¶
func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 interface{}) *gomock.Call
SwarmJoin indicates an expected call of SwarmJoin
func (*MockAPIClientMockRecorder) SwarmLeave ¶
func (mr *MockAPIClientMockRecorder) SwarmLeave(arg0, arg1 interface{}) *gomock.Call
SwarmLeave indicates an expected call of SwarmLeave
func (*MockAPIClientMockRecorder) SwarmUnlock ¶
func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 interface{}) *gomock.Call
SwarmUnlock indicates an expected call of SwarmUnlock
func (*MockAPIClientMockRecorder) SwarmUpdate ¶
func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SwarmUpdate indicates an expected call of SwarmUpdate
func (*MockAPIClientMockRecorder) TaskInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) TaskInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
TaskInspectWithRaw indicates an expected call of TaskInspectWithRaw
func (*MockAPIClientMockRecorder) TaskList ¶
func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 interface{}) *gomock.Call
TaskList indicates an expected call of TaskList
func (*MockAPIClientMockRecorder) TaskLogs ¶
func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 interface{}) *gomock.Call
TaskLogs indicates an expected call of TaskLogs
func (*MockAPIClientMockRecorder) VolumeCreate ¶
func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 interface{}) *gomock.Call
VolumeCreate indicates an expected call of VolumeCreate
func (*MockAPIClientMockRecorder) VolumeInspect ¶
func (mr *MockAPIClientMockRecorder) VolumeInspect(arg0, arg1 interface{}) *gomock.Call
VolumeInspect indicates an expected call of VolumeInspect
func (*MockAPIClientMockRecorder) VolumeInspectWithRaw ¶
func (mr *MockAPIClientMockRecorder) VolumeInspectWithRaw(arg0, arg1 interface{}) *gomock.Call
VolumeInspectWithRaw indicates an expected call of VolumeInspectWithRaw
func (*MockAPIClientMockRecorder) VolumeList ¶
func (mr *MockAPIClientMockRecorder) VolumeList(arg0, arg1 interface{}) *gomock.Call
VolumeList indicates an expected call of VolumeList
func (*MockAPIClientMockRecorder) VolumeRemove ¶
func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 interface{}) *gomock.Call
VolumeRemove indicates an expected call of VolumeRemove
func (*MockAPIClientMockRecorder) VolumesPrune ¶
func (mr *MockAPIClientMockRecorder) VolumesPrune(arg0, arg1 interface{}) *gomock.Call
VolumesPrune indicates an expected call of VolumesPrune