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