testmocks

package
v0.40.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

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.

Package testmocks is a generated GoMock package.

Package testmocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIClient added in v0.40.0

type MockAPIClient struct {
	// contains filtered or unexported fields
}

MockAPIClient is a mock of APIClient interface.

func NewMockAPIClient added in v0.40.0

func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient

NewMockAPIClient creates a new mock instance.

func (*MockAPIClient) BuildCachePrune added in v0.40.0

BuildCachePrune mocks base method.

func (*MockAPIClient) BuildCancel added in v0.40.0

BuildCancel mocks base method.

func (*MockAPIClient) CheckpointCreate added in v0.40.0

CheckpointCreate mocks base method.

func (*MockAPIClient) CheckpointList added in v0.40.0

CheckpointList mocks base method.

func (*MockAPIClient) CheckpointRemove added in v0.40.0

CheckpointRemove mocks base method.

func (*MockAPIClient) ClientVersion added in v0.40.0

func (m *MockAPIClient) ClientVersion() string

ClientVersion mocks base method.

func (*MockAPIClient) Close added in v0.40.0

func (m *MockAPIClient) Close() error

Close mocks base method.

func (*MockAPIClient) ConfigCreate added in v0.40.0

ConfigCreate mocks base method.

func (*MockAPIClient) ConfigInspect added in v0.40.0

ConfigInspect mocks base method.

func (*MockAPIClient) ConfigList added in v0.40.0

ConfigList mocks base method.

func (*MockAPIClient) ConfigRemove added in v0.40.0

ConfigRemove mocks base method.

func (*MockAPIClient) ConfigUpdate added in v0.40.0

ConfigUpdate mocks base method.

func (*MockAPIClient) ContainerAttach added in v0.40.0

ContainerAttach mocks base method.

func (*MockAPIClient) ContainerCommit added in v0.40.0

ContainerCommit mocks base method.

func (*MockAPIClient) ContainerCreate added in v0.40.0

ContainerCreate mocks base method.

func (*MockAPIClient) ContainerDiff added in v0.40.0

ContainerDiff mocks base method.

func (*MockAPIClient) ContainerExport added in v0.40.0

ContainerExport mocks base method.

func (*MockAPIClient) ContainerInspect added in v0.40.0

ContainerInspect mocks base method.

func (*MockAPIClient) ContainerKill added in v0.40.0

ContainerKill mocks base method.

func (*MockAPIClient) ContainerList added in v0.40.0

ContainerList mocks base method.

func (*MockAPIClient) ContainerLogs added in v0.40.0

ContainerLogs mocks base method.

func (*MockAPIClient) ContainerPause added in v0.40.0

ContainerPause mocks base method.

func (*MockAPIClient) ContainerPrune added in v0.40.0

ContainerPrune mocks base method.

func (*MockAPIClient) ContainerRemove added in v0.40.0

ContainerRemove mocks base method.

func (*MockAPIClient) ContainerRename added in v0.40.0

ContainerRename mocks base method.

func (*MockAPIClient) ContainerResize added in v0.40.0

ContainerResize mocks base method.

func (*MockAPIClient) ContainerRestart added in v0.40.0

ContainerRestart mocks base method.

func (*MockAPIClient) ContainerStart added in v0.40.0

ContainerStart mocks base method.

func (*MockAPIClient) ContainerStatPath added in v0.40.0

ContainerStatPath mocks base method.

func (*MockAPIClient) ContainerStats added in v0.40.0

ContainerStats mocks base method.

func (*MockAPIClient) ContainerStop added in v0.40.0

ContainerStop mocks base method.

func (*MockAPIClient) ContainerTop added in v0.40.0

ContainerTop mocks base method.

func (*MockAPIClient) ContainerUnpause added in v0.40.0

ContainerUnpause mocks base method.

func (*MockAPIClient) ContainerUpdate added in v0.40.0

ContainerUpdate mocks base method.

func (*MockAPIClient) ContainerWait added in v0.40.0

ContainerWait mocks base method.

func (*MockAPIClient) CopyFromContainer added in v0.40.0

CopyFromContainer mocks base method.

func (*MockAPIClient) CopyToContainer added in v0.40.0

CopyToContainer mocks base method.

func (*MockAPIClient) DaemonHost added in v0.40.0

func (m *MockAPIClient) DaemonHost() string

DaemonHost mocks base method.

func (*MockAPIClient) DialHijack added in v0.40.0

func (m *MockAPIClient) DialHijack(arg0 context.Context, arg1, arg2 string, arg3 map[string][]string) (net.Conn, error)

DialHijack mocks base method.

func (*MockAPIClient) Dialer added in v0.40.0

func (m *MockAPIClient) Dialer() func(context.Context) (net.Conn, error)

Dialer mocks base method.

func (*MockAPIClient) DiskUsage added in v0.40.0

DiskUsage mocks base method.

func (*MockAPIClient) DistributionInspect added in v0.40.0

DistributionInspect mocks base method.

func (*MockAPIClient) EXPECT added in v0.40.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAPIClient) Events added in v0.40.0

Events mocks base method.

func (*MockAPIClient) ExecAttach added in v0.40.0

ExecAttach mocks base method.

func (*MockAPIClient) ExecCreate added in v0.40.0

ExecCreate mocks base method.

func (*MockAPIClient) ExecInspect added in v0.40.0

ExecInspect mocks base method.

func (*MockAPIClient) ExecResize added in v0.40.0

ExecResize mocks base method.

func (*MockAPIClient) ExecStart added in v0.40.0

ExecStart mocks base method.

func (*MockAPIClient) ImageBuild added in v0.40.0

ImageBuild mocks base method.

func (*MockAPIClient) ImageHistory added in v0.40.0

ImageHistory mocks base method.

func (*MockAPIClient) ImageImport added in v0.40.0

ImageImport mocks base method.

func (*MockAPIClient) ImageInspect added in v0.40.0

ImageInspect mocks base method.

func (*MockAPIClient) ImageList added in v0.40.0

ImageList mocks base method.

func (*MockAPIClient) ImageLoad added in v0.40.0

func (m *MockAPIClient) ImageLoad(arg0 context.Context, arg1 io.Reader, arg2 ...client.ImageLoadOption) (client.ImageLoadResult, error)

ImageLoad mocks base method.

func (*MockAPIClient) ImagePrune added in v0.40.0

ImagePrune mocks base method.

func (*MockAPIClient) ImagePull added in v0.40.0

ImagePull mocks base method.

func (*MockAPIClient) ImagePush added in v0.40.0

ImagePush mocks base method.

func (*MockAPIClient) ImageRemove added in v0.40.0

ImageRemove mocks base method.

func (*MockAPIClient) ImageSave added in v0.40.0

func (m *MockAPIClient) ImageSave(arg0 context.Context, arg1 []string, arg2 ...client.ImageSaveOption) (client.ImageSaveResult, error)

ImageSave mocks base method.

func (*MockAPIClient) ImageSearch added in v0.40.0

ImageSearch mocks base method.

func (*MockAPIClient) ImageTag added in v0.40.0

ImageTag mocks base method.

func (*MockAPIClient) Info added in v0.40.0

Info mocks base method.

func (*MockAPIClient) NetworkConnect added in v0.40.0

NetworkConnect mocks base method.

func (*MockAPIClient) NetworkCreate added in v0.40.0

NetworkCreate mocks base method.

func (*MockAPIClient) NetworkDisconnect added in v0.40.0

NetworkDisconnect mocks base method.

func (*MockAPIClient) NetworkInspect added in v0.40.0

NetworkInspect mocks base method.

func (*MockAPIClient) NetworkList added in v0.40.0

NetworkList mocks base method.

func (*MockAPIClient) NetworkPrune added in v0.40.0

NetworkPrune mocks base method.

func (*MockAPIClient) NetworkRemove added in v0.40.0

NetworkRemove mocks base method.

func (*MockAPIClient) NodeInspect added in v0.40.0

NodeInspect mocks base method.

func (*MockAPIClient) NodeList added in v0.40.0

NodeList mocks base method.

func (*MockAPIClient) NodeRemove added in v0.40.0

NodeRemove mocks base method.

func (*MockAPIClient) NodeUpdate added in v0.40.0

NodeUpdate mocks base method.

func (*MockAPIClient) Ping added in v0.40.0

Ping mocks base method.

func (*MockAPIClient) PluginCreate added in v0.40.0

PluginCreate mocks base method.

func (*MockAPIClient) PluginDisable added in v0.40.0

PluginDisable mocks base method.

func (*MockAPIClient) PluginEnable added in v0.40.0

PluginEnable mocks base method.

func (*MockAPIClient) PluginInspect added in v0.40.0

PluginInspect mocks base method.

func (*MockAPIClient) PluginInstall added in v0.40.0

PluginInstall mocks base method.

func (*MockAPIClient) PluginList added in v0.40.0

PluginList mocks base method.

func (*MockAPIClient) PluginPush added in v0.40.0

PluginPush mocks base method.

func (*MockAPIClient) PluginRemove added in v0.40.0

PluginRemove mocks base method.

func (*MockAPIClient) PluginSet added in v0.40.0

PluginSet mocks base method.

func (*MockAPIClient) PluginUpgrade added in v0.40.0

PluginUpgrade mocks base method.

func (*MockAPIClient) RegistryLogin added in v0.40.0

RegistryLogin mocks base method.

func (*MockAPIClient) SecretCreate added in v0.40.0

SecretCreate mocks base method.

func (*MockAPIClient) SecretInspect added in v0.40.0

SecretInspect mocks base method.

func (*MockAPIClient) SecretList added in v0.40.0

SecretList mocks base method.

func (*MockAPIClient) SecretRemove added in v0.40.0

SecretRemove mocks base method.

func (*MockAPIClient) SecretUpdate added in v0.40.0

SecretUpdate mocks base method.

func (*MockAPIClient) ServerVersion added in v0.40.0

ServerVersion mocks base method.

func (*MockAPIClient) ServiceCreate added in v0.40.0

ServiceCreate mocks base method.

func (*MockAPIClient) ServiceInspect added in v0.40.0

ServiceInspect mocks base method.

func (*MockAPIClient) ServiceList added in v0.40.0

ServiceList mocks base method.

func (*MockAPIClient) ServiceLogs added in v0.40.0

ServiceLogs mocks base method.

func (*MockAPIClient) ServiceRemove added in v0.40.0

ServiceRemove mocks base method.

func (*MockAPIClient) ServiceUpdate added in v0.40.0

ServiceUpdate mocks base method.

func (*MockAPIClient) SwarmGetUnlockKey added in v0.40.0

func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (client.SwarmGetUnlockKeyResult, error)

SwarmGetUnlockKey mocks base method.

func (*MockAPIClient) SwarmInit added in v0.40.0

SwarmInit mocks base method.

func (*MockAPIClient) SwarmInspect added in v0.40.0

SwarmInspect mocks base method.

func (*MockAPIClient) SwarmJoin added in v0.40.0

SwarmJoin mocks base method.

func (*MockAPIClient) SwarmLeave added in v0.40.0

SwarmLeave mocks base method.

func (*MockAPIClient) SwarmUnlock added in v0.40.0

SwarmUnlock mocks base method.

func (*MockAPIClient) SwarmUpdate added in v0.40.0

SwarmUpdate mocks base method.

func (*MockAPIClient) TaskInspect added in v0.40.0

TaskInspect mocks base method.

func (*MockAPIClient) TaskList added in v0.40.0

TaskList mocks base method.

func (*MockAPIClient) TaskLogs added in v0.40.0

TaskLogs mocks base method.

func (*MockAPIClient) VolumeCreate added in v0.40.0

VolumeCreate mocks base method.

func (*MockAPIClient) VolumeInspect added in v0.40.0

VolumeInspect mocks base method.

func (*MockAPIClient) VolumeList added in v0.40.0

VolumeList mocks base method.

func (*MockAPIClient) VolumePrune added in v0.40.0

VolumePrune mocks base method.

func (*MockAPIClient) VolumeRemove added in v0.40.0

VolumeRemove mocks base method.

func (*MockAPIClient) VolumeUpdate added in v0.40.0

VolumeUpdate mocks base method.

type MockAPIClientMockRecorder added in v0.40.0

type MockAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockAPIClientMockRecorder is the mock recorder for MockAPIClient.

func (*MockAPIClientMockRecorder) BuildCachePrune added in v0.40.0

func (mr *MockAPIClientMockRecorder) BuildCachePrune(arg0, arg1 interface{}) *gomock.Call

BuildCachePrune indicates an expected call of BuildCachePrune.

func (*MockAPIClientMockRecorder) BuildCancel added in v0.40.0

func (mr *MockAPIClientMockRecorder) BuildCancel(arg0, arg1, arg2 interface{}) *gomock.Call

BuildCancel indicates an expected call of BuildCancel.

func (*MockAPIClientMockRecorder) CheckpointCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 interface{}) *gomock.Call

CheckpointCreate indicates an expected call of CheckpointCreate.

func (*MockAPIClientMockRecorder) CheckpointList added in v0.40.0

func (mr *MockAPIClientMockRecorder) CheckpointList(arg0, arg1, arg2 interface{}) *gomock.Call

CheckpointList indicates an expected call of CheckpointList.

func (*MockAPIClientMockRecorder) CheckpointRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) CheckpointRemove(arg0, arg1, arg2 interface{}) *gomock.Call

CheckpointRemove indicates an expected call of CheckpointRemove.

func (*MockAPIClientMockRecorder) ClientVersion added in v0.40.0

func (mr *MockAPIClientMockRecorder) ClientVersion() *gomock.Call

ClientVersion indicates an expected call of ClientVersion.

func (*MockAPIClientMockRecorder) Close added in v0.40.0

func (mr *MockAPIClientMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockAPIClientMockRecorder) ConfigCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 interface{}) *gomock.Call

ConfigCreate indicates an expected call of ConfigCreate.

func (*MockAPIClientMockRecorder) ConfigInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) ConfigInspect(arg0, arg1, arg2 interface{}) *gomock.Call

ConfigInspect indicates an expected call of ConfigInspect.

func (*MockAPIClientMockRecorder) ConfigList added in v0.40.0

func (mr *MockAPIClientMockRecorder) ConfigList(arg0, arg1 interface{}) *gomock.Call

ConfigList indicates an expected call of ConfigList.

func (*MockAPIClientMockRecorder) ConfigRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) ConfigRemove(arg0, arg1, arg2 interface{}) *gomock.Call

ConfigRemove indicates an expected call of ConfigRemove.

func (*MockAPIClientMockRecorder) ConfigUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

ConfigUpdate indicates an expected call of ConfigUpdate.

func (*MockAPIClientMockRecorder) ContainerAttach added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerAttach(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerAttach indicates an expected call of ContainerAttach.

func (*MockAPIClientMockRecorder) ContainerCommit added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerCommit(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerCommit indicates an expected call of ContainerCommit.

func (*MockAPIClientMockRecorder) ContainerCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1 interface{}) *gomock.Call

ContainerCreate indicates an expected call of ContainerCreate.

func (*MockAPIClientMockRecorder) ContainerDiff added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerDiff indicates an expected call of ContainerDiff.

func (*MockAPIClientMockRecorder) ContainerExport added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerExport(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerExport indicates an expected call of ContainerExport.

func (*MockAPIClientMockRecorder) ContainerInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerInspect(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerInspect indicates an expected call of ContainerInspect.

func (*MockAPIClientMockRecorder) ContainerKill added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerKill(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerKill indicates an expected call of ContainerKill.

func (*MockAPIClientMockRecorder) ContainerList added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerList(arg0, arg1 interface{}) *gomock.Call

ContainerList indicates an expected call of ContainerList.

func (*MockAPIClientMockRecorder) ContainerLogs added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerLogs(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerLogs indicates an expected call of ContainerLogs.

func (*MockAPIClientMockRecorder) ContainerPause added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerPause(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerPause indicates an expected call of ContainerPause.

func (*MockAPIClientMockRecorder) ContainerPrune added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerPrune(arg0, arg1 interface{}) *gomock.Call

ContainerPrune indicates an expected call of ContainerPrune.

func (*MockAPIClientMockRecorder) ContainerRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerRemove indicates an expected call of ContainerRemove.

func (*MockAPIClientMockRecorder) ContainerRename added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerRename(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerRename indicates an expected call of ContainerRename.

func (*MockAPIClientMockRecorder) ContainerResize added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerResize(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerResize indicates an expected call of ContainerResize.

func (*MockAPIClientMockRecorder) ContainerRestart added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerRestart(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerRestart indicates an expected call of ContainerRestart.

func (*MockAPIClientMockRecorder) ContainerStart added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerStart(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStart indicates an expected call of ContainerStart.

func (*MockAPIClientMockRecorder) ContainerStatPath added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStatPath indicates an expected call of ContainerStatPath.

func (*MockAPIClientMockRecorder) ContainerStats added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerStats(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStats indicates an expected call of ContainerStats.

func (*MockAPIClientMockRecorder) ContainerStop added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerStop(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerStop indicates an expected call of ContainerStop.

func (*MockAPIClientMockRecorder) ContainerTop added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerTop(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerTop indicates an expected call of ContainerTop.

func (*MockAPIClientMockRecorder) ContainerUnpause added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerUnpause(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerUnpause indicates an expected call of ContainerUnpause.

func (*MockAPIClientMockRecorder) ContainerUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerUpdate indicates an expected call of ContainerUpdate.

func (*MockAPIClientMockRecorder) ContainerWait added in v0.40.0

func (mr *MockAPIClientMockRecorder) ContainerWait(arg0, arg1, arg2 interface{}) *gomock.Call

ContainerWait indicates an expected call of ContainerWait.

func (*MockAPIClientMockRecorder) CopyFromContainer added in v0.40.0

func (mr *MockAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 interface{}) *gomock.Call

CopyFromContainer indicates an expected call of CopyFromContainer.

func (*MockAPIClientMockRecorder) CopyToContainer added in v0.40.0

func (mr *MockAPIClientMockRecorder) CopyToContainer(arg0, arg1, arg2 interface{}) *gomock.Call

CopyToContainer indicates an expected call of CopyToContainer.

func (*MockAPIClientMockRecorder) DaemonHost added in v0.40.0

func (mr *MockAPIClientMockRecorder) DaemonHost() *gomock.Call

DaemonHost indicates an expected call of DaemonHost.

func (*MockAPIClientMockRecorder) DialHijack added in v0.40.0

func (mr *MockAPIClientMockRecorder) DialHijack(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DialHijack indicates an expected call of DialHijack.

func (*MockAPIClientMockRecorder) Dialer added in v0.40.0

func (mr *MockAPIClientMockRecorder) Dialer() *gomock.Call

Dialer indicates an expected call of Dialer.

func (*MockAPIClientMockRecorder) DiskUsage added in v0.40.0

func (mr *MockAPIClientMockRecorder) DiskUsage(arg0, arg1 interface{}) *gomock.Call

DiskUsage indicates an expected call of DiskUsage.

func (*MockAPIClientMockRecorder) DistributionInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) DistributionInspect(arg0, arg1, arg2 interface{}) *gomock.Call

DistributionInspect indicates an expected call of DistributionInspect.

func (*MockAPIClientMockRecorder) Events added in v0.40.0

func (mr *MockAPIClientMockRecorder) Events(arg0, arg1 interface{}) *gomock.Call

Events indicates an expected call of Events.

func (*MockAPIClientMockRecorder) ExecAttach added in v0.40.0

func (mr *MockAPIClientMockRecorder) ExecAttach(arg0, arg1, arg2 interface{}) *gomock.Call

ExecAttach indicates an expected call of ExecAttach.

func (*MockAPIClientMockRecorder) ExecCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ExecCreate(arg0, arg1, arg2 interface{}) *gomock.Call

ExecCreate indicates an expected call of ExecCreate.

func (*MockAPIClientMockRecorder) ExecInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) ExecInspect(arg0, arg1, arg2 interface{}) *gomock.Call

ExecInspect indicates an expected call of ExecInspect.

func (*MockAPIClientMockRecorder) ExecResize added in v0.40.0

func (mr *MockAPIClientMockRecorder) ExecResize(arg0, arg1, arg2 interface{}) *gomock.Call

ExecResize indicates an expected call of ExecResize.

func (*MockAPIClientMockRecorder) ExecStart added in v0.40.0

func (mr *MockAPIClientMockRecorder) ExecStart(arg0, arg1, arg2 interface{}) *gomock.Call

ExecStart indicates an expected call of ExecStart.

func (*MockAPIClientMockRecorder) ImageBuild added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageBuild(arg0, arg1, arg2 interface{}) *gomock.Call

ImageBuild indicates an expected call of ImageBuild.

func (*MockAPIClientMockRecorder) ImageHistory added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageHistory(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImageHistory indicates an expected call of ImageHistory.

func (*MockAPIClientMockRecorder) ImageImport added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageImport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ImageImport indicates an expected call of ImageImport.

func (*MockAPIClientMockRecorder) ImageInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageInspect(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImageInspect indicates an expected call of ImageInspect.

func (*MockAPIClientMockRecorder) ImageList added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageList(arg0, arg1 interface{}) *gomock.Call

ImageList indicates an expected call of ImageList.

func (*MockAPIClientMockRecorder) ImageLoad added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageLoad(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImageLoad indicates an expected call of ImageLoad.

func (*MockAPIClientMockRecorder) ImagePrune added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImagePrune(arg0, arg1 interface{}) *gomock.Call

ImagePrune indicates an expected call of ImagePrune.

func (*MockAPIClientMockRecorder) ImagePull added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImagePull(arg0, arg1, arg2 interface{}) *gomock.Call

ImagePull indicates an expected call of ImagePull.

func (*MockAPIClientMockRecorder) ImagePush added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 interface{}) *gomock.Call

ImagePush indicates an expected call of ImagePush.

func (*MockAPIClientMockRecorder) ImageRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageRemove(arg0, arg1, arg2 interface{}) *gomock.Call

ImageRemove indicates an expected call of ImageRemove.

func (*MockAPIClientMockRecorder) ImageSave added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImageSave indicates an expected call of ImageSave.

func (*MockAPIClientMockRecorder) ImageSearch added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 interface{}) *gomock.Call

ImageSearch indicates an expected call of ImageSearch.

func (*MockAPIClientMockRecorder) ImageTag added in v0.40.0

func (mr *MockAPIClientMockRecorder) ImageTag(arg0, arg1 interface{}) *gomock.Call

ImageTag indicates an expected call of ImageTag.

func (*MockAPIClientMockRecorder) Info added in v0.40.0

func (mr *MockAPIClientMockRecorder) Info(arg0, arg1 interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockAPIClientMockRecorder) NetworkConnect added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkConnect indicates an expected call of NetworkConnect.

func (*MockAPIClientMockRecorder) NetworkCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkCreate indicates an expected call of NetworkCreate.

func (*MockAPIClientMockRecorder) NetworkDisconnect added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkDisconnect indicates an expected call of NetworkDisconnect.

func (*MockAPIClientMockRecorder) NetworkInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkInspect indicates an expected call of NetworkInspect.

func (*MockAPIClientMockRecorder) NetworkList added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 interface{}) *gomock.Call

NetworkList indicates an expected call of NetworkList.

func (*MockAPIClientMockRecorder) NetworkPrune added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkPrune(arg0, arg1 interface{}) *gomock.Call

NetworkPrune indicates an expected call of NetworkPrune.

func (*MockAPIClientMockRecorder) NetworkRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1, arg2 interface{}) *gomock.Call

NetworkRemove indicates an expected call of NetworkRemove.

func (*MockAPIClientMockRecorder) NodeInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) NodeInspect(arg0, arg1, arg2 interface{}) *gomock.Call

NodeInspect indicates an expected call of NodeInspect.

func (*MockAPIClientMockRecorder) NodeList added in v0.40.0

func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 interface{}) *gomock.Call

NodeList indicates an expected call of NodeList.

func (*MockAPIClientMockRecorder) NodeRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 interface{}) *gomock.Call

NodeRemove indicates an expected call of NodeRemove.

func (*MockAPIClientMockRecorder) NodeUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

NodeUpdate indicates an expected call of NodeUpdate.

func (*MockAPIClientMockRecorder) Ping added in v0.40.0

func (mr *MockAPIClientMockRecorder) Ping(arg0, arg1 interface{}) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockAPIClientMockRecorder) PluginCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 interface{}) *gomock.Call

PluginCreate indicates an expected call of PluginCreate.

func (*MockAPIClientMockRecorder) PluginDisable added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 interface{}) *gomock.Call

PluginDisable indicates an expected call of PluginDisable.

func (*MockAPIClientMockRecorder) PluginEnable added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 interface{}) *gomock.Call

PluginEnable indicates an expected call of PluginEnable.

func (*MockAPIClientMockRecorder) PluginInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginInspect(arg0, arg1, arg2 interface{}) *gomock.Call

PluginInspect indicates an expected call of PluginInspect.

func (*MockAPIClientMockRecorder) PluginInstall added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 interface{}) *gomock.Call

PluginInstall indicates an expected call of PluginInstall.

func (*MockAPIClientMockRecorder) PluginList added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 interface{}) *gomock.Call

PluginList indicates an expected call of PluginList.

func (*MockAPIClientMockRecorder) PluginPush added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 interface{}) *gomock.Call

PluginPush indicates an expected call of PluginPush.

func (*MockAPIClientMockRecorder) PluginRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 interface{}) *gomock.Call

PluginRemove indicates an expected call of PluginRemove.

func (*MockAPIClientMockRecorder) PluginSet added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 interface{}) *gomock.Call

PluginSet indicates an expected call of PluginSet.

func (*MockAPIClientMockRecorder) PluginUpgrade added in v0.40.0

func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 interface{}) *gomock.Call

PluginUpgrade indicates an expected call of PluginUpgrade.

func (*MockAPIClientMockRecorder) RegistryLogin added in v0.40.0

func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 interface{}) *gomock.Call

RegistryLogin indicates an expected call of RegistryLogin.

func (*MockAPIClientMockRecorder) SecretCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 interface{}) *gomock.Call

SecretCreate indicates an expected call of SecretCreate.

func (*MockAPIClientMockRecorder) SecretInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) SecretInspect(arg0, arg1, arg2 interface{}) *gomock.Call

SecretInspect indicates an expected call of SecretInspect.

func (*MockAPIClientMockRecorder) SecretList added in v0.40.0

func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 interface{}) *gomock.Call

SecretList indicates an expected call of SecretList.

func (*MockAPIClientMockRecorder) SecretRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1, arg2 interface{}) *gomock.Call

SecretRemove indicates an expected call of SecretRemove.

func (*MockAPIClientMockRecorder) SecretUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

SecretUpdate indicates an expected call of SecretUpdate.

func (*MockAPIClientMockRecorder) ServerVersion added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServerVersion(arg0, arg1 interface{}) *gomock.Call

ServerVersion indicates an expected call of ServerVersion.

func (*MockAPIClientMockRecorder) ServiceCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1 interface{}) *gomock.Call

ServiceCreate indicates an expected call of ServiceCreate.

func (*MockAPIClientMockRecorder) ServiceInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServiceInspect(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceInspect indicates an expected call of ServiceInspect.

func (*MockAPIClientMockRecorder) ServiceList added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 interface{}) *gomock.Call

ServiceList indicates an expected call of ServiceList.

func (*MockAPIClientMockRecorder) ServiceLogs added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceLogs indicates an expected call of ServiceLogs.

func (*MockAPIClientMockRecorder) ServiceRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceRemove indicates an expected call of ServiceRemove.

func (*MockAPIClientMockRecorder) ServiceUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

ServiceUpdate indicates an expected call of ServiceUpdate.

func (*MockAPIClientMockRecorder) SwarmGetUnlockKey added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 interface{}) *gomock.Call

SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey.

func (*MockAPIClientMockRecorder) SwarmInit added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 interface{}) *gomock.Call

SwarmInit indicates an expected call of SwarmInit.

func (*MockAPIClientMockRecorder) SwarmInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0, arg1 interface{}) *gomock.Call

SwarmInspect indicates an expected call of SwarmInspect.

func (*MockAPIClientMockRecorder) SwarmJoin added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 interface{}) *gomock.Call

SwarmJoin indicates an expected call of SwarmJoin.

func (*MockAPIClientMockRecorder) SwarmLeave added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmLeave(arg0, arg1 interface{}) *gomock.Call

SwarmLeave indicates an expected call of SwarmLeave.

func (*MockAPIClientMockRecorder) SwarmUnlock added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 interface{}) *gomock.Call

SwarmUnlock indicates an expected call of SwarmUnlock.

func (*MockAPIClientMockRecorder) SwarmUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1 interface{}) *gomock.Call

SwarmUpdate indicates an expected call of SwarmUpdate.

func (*MockAPIClientMockRecorder) TaskInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) TaskInspect(arg0, arg1, arg2 interface{}) *gomock.Call

TaskInspect indicates an expected call of TaskInspect.

func (*MockAPIClientMockRecorder) TaskList added in v0.40.0

func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 interface{}) *gomock.Call

TaskList indicates an expected call of TaskList.

func (*MockAPIClientMockRecorder) TaskLogs added in v0.40.0

func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 interface{}) *gomock.Call

TaskLogs indicates an expected call of TaskLogs.

func (*MockAPIClientMockRecorder) VolumeCreate added in v0.40.0

func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 interface{}) *gomock.Call

VolumeCreate indicates an expected call of VolumeCreate.

func (*MockAPIClientMockRecorder) VolumeInspect added in v0.40.0

func (mr *MockAPIClientMockRecorder) VolumeInspect(arg0, arg1, arg2 interface{}) *gomock.Call

VolumeInspect indicates an expected call of VolumeInspect.

func (*MockAPIClientMockRecorder) VolumeList added in v0.40.0

func (mr *MockAPIClientMockRecorder) VolumeList(arg0, arg1 interface{}) *gomock.Call

VolumeList indicates an expected call of VolumeList.

func (*MockAPIClientMockRecorder) VolumePrune added in v0.40.0

func (mr *MockAPIClientMockRecorder) VolumePrune(arg0, arg1 interface{}) *gomock.Call

VolumePrune indicates an expected call of VolumePrune.

func (*MockAPIClientMockRecorder) VolumeRemove added in v0.40.0

func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 interface{}) *gomock.Call

VolumeRemove indicates an expected call of VolumeRemove.

func (*MockAPIClientMockRecorder) VolumeUpdate added in v0.40.0

func (mr *MockAPIClientMockRecorder) VolumeUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

VolumeUpdate indicates an expected call of VolumeUpdate.

type MockAccessChecker added in v0.34.0

type MockAccessChecker struct {
	// contains filtered or unexported fields
}

MockAccessChecker is a mock of AccessChecker interface.

func NewMockAccessChecker added in v0.34.0

func NewMockAccessChecker(ctrl *gomock.Controller) *MockAccessChecker

NewMockAccessChecker creates a new mock instance.

func (*MockAccessChecker) Check added in v0.34.0

func (m *MockAccessChecker) Check(arg0 string) bool

Check mocks base method.

func (*MockAccessChecker) EXPECT added in v0.34.0

EXPECT returns an object that allows the caller to indicate expected use.

type MockAccessCheckerMockRecorder added in v0.34.0

type MockAccessCheckerMockRecorder struct {
	// contains filtered or unexported fields
}

MockAccessCheckerMockRecorder is the mock recorder for MockAccessChecker.

func (*MockAccessCheckerMockRecorder) Check added in v0.34.0

func (mr *MockAccessCheckerMockRecorder) Check(arg0 interface{}) *gomock.Call

Check indicates an expected call of Check.

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) Download

func (m *MockBlobDownloader) Download(arg0 context.Context, arg1 string) (blob.Blob, error)

Download mocks base method.

func (*MockBlobDownloader) EXPECT

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 MockBuildModule added in v0.28.0

type MockBuildModule struct {
	// contains filtered or unexported fields
}

MockBuildModule is a mock of BuildModule interface.

func NewMockBuildModule added in v0.28.0

func NewMockBuildModule(ctrl *gomock.Controller) *MockBuildModule

NewMockBuildModule creates a new mock instance.

func (*MockBuildModule) Descriptor added in v0.28.0

func (m *MockBuildModule) Descriptor() buildpack.Descriptor

Descriptor mocks base method.

func (*MockBuildModule) EXPECT added in v0.28.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBuildModule) Open added in v0.28.0

func (m *MockBuildModule) Open() (io.ReadCloser, error)

Open mocks base method.

type MockBuildModuleMockRecorder added in v0.28.0

type MockBuildModuleMockRecorder struct {
	// contains filtered or unexported fields
}

MockBuildModuleMockRecorder is the mock recorder for MockBuildModule.

func (*MockBuildModuleMockRecorder) Descriptor added in v0.28.0

func (mr *MockBuildModuleMockRecorder) Descriptor() *gomock.Call

Descriptor indicates an expected call of Descriptor.

func (*MockBuildModuleMockRecorder) Open added in v0.28.0

Open indicates an expected call of Open.

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

Download mocks base method.

func (*MockBuildpackDownloader) EXPECT

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 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 NewImage

func NewImage(name, topLayerSha string, identifier imgutil.Identifier) *MockImage

func (*MockImage) Entrypoint

func (m *MockImage) Entrypoint() ([]string, error)

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockImageFactory) NewImage

func (m *MockImageFactory) NewImage(arg0 string, arg1 bool, arg2 dist.Target) (imgutil.Image, error)

NewImage mocks base method.

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) CheckReadAccess added in v0.34.0

func (m *MockImageFetcher) CheckReadAccess(arg0 string, arg1 image.FetchOptions) bool

CheckReadAccess mocks base method.

func (*MockImageFetcher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockImageFetcher) Fetch

func (m *MockImageFetcher) Fetch(arg0 context.Context, arg1 string, arg2 image.FetchOptions) (imgutil.Image, error)

Fetch mocks base method.

func (*MockImageFetcher) FetchForPlatform added in v0.39.0

func (m *MockImageFetcher) FetchForPlatform(arg0 context.Context, arg1 string, arg2 image.FetchOptions) (imgutil.Image, error)

FetchForPlatform mocks base method.

type MockImageFetcherMockRecorder

type MockImageFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockImageFetcherMockRecorder is the mock recorder for MockImageFetcher.

func (*MockImageFetcherMockRecorder) CheckReadAccess added in v0.38.2

func (mr *MockImageFetcherMockRecorder) CheckReadAccess(arg0, arg1 interface{}) *gomock.Call

CheckReadAccess indicates an expected call of CheckReadAccess.

func (*MockImageFetcherMockRecorder) Fetch

func (mr *MockImageFetcherMockRecorder) Fetch(arg0, arg1, arg2 interface{}) *gomock.Call

Fetch indicates an expected call of Fetch.

func (*MockImageFetcherMockRecorder) FetchForPlatform added in v0.39.0

func (mr *MockImageFetcherMockRecorder) FetchForPlatform(arg0, arg1, arg2 interface{}) *gomock.Call

FetchForPlatform indicates an expected call of FetchForPlatform.

type MockIndexFactory added in v0.34.0

type MockIndexFactory struct {
	// contains filtered or unexported fields
}

MockIndexFactory is a mock of IndexFactory interface.

func NewMockIndexFactory added in v0.34.0

func NewMockIndexFactory(ctrl *gomock.Controller) *MockIndexFactory

NewMockIndexFactory creates a new mock instance.

func (*MockIndexFactory) CreateIndex added in v0.34.0

func (m *MockIndexFactory) CreateIndex(arg0 string, arg1 ...imgutil.IndexOption) (imgutil.ImageIndex, error)

CreateIndex mocks base method.

func (*MockIndexFactory) EXPECT added in v0.34.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIndexFactory) Exists added in v0.34.0

func (m *MockIndexFactory) Exists(arg0 string) bool

Exists mocks base method.

func (*MockIndexFactory) FetchIndex added in v0.34.0

func (m *MockIndexFactory) FetchIndex(arg0 string, arg1 ...imgutil.IndexOption) (imgutil.ImageIndex, error)

FetchIndex mocks base method.

func (*MockIndexFactory) FindIndex added in v0.34.0

func (m *MockIndexFactory) FindIndex(arg0 string, arg1 ...imgutil.IndexOption) (imgutil.ImageIndex, error)

FindIndex mocks base method.

func (*MockIndexFactory) LoadIndex added in v0.34.0

func (m *MockIndexFactory) LoadIndex(arg0 string, arg1 ...imgutil.IndexOption) (imgutil.ImageIndex, error)

LoadIndex mocks base method.

type MockIndexFactoryMockRecorder added in v0.34.0

type MockIndexFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockIndexFactoryMockRecorder is the mock recorder for MockIndexFactory.

func (*MockIndexFactoryMockRecorder) CreateIndex added in v0.34.0

func (mr *MockIndexFactoryMockRecorder) CreateIndex(arg0 interface{}, arg1 ...interface{}) *gomock.Call

CreateIndex indicates an expected call of CreateIndex.

func (*MockIndexFactoryMockRecorder) Exists added in v0.34.0

func (mr *MockIndexFactoryMockRecorder) Exists(arg0 interface{}) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockIndexFactoryMockRecorder) FetchIndex added in v0.34.0

func (mr *MockIndexFactoryMockRecorder) FetchIndex(arg0 interface{}, arg1 ...interface{}) *gomock.Call

FetchIndex indicates an expected call of FetchIndex.

func (*MockIndexFactoryMockRecorder) FindIndex added in v0.34.0

func (mr *MockIndexFactoryMockRecorder) FindIndex(arg0 interface{}, arg1 ...interface{}) *gomock.Call

FindIndex indicates an expected call of FindIndex.

func (*MockIndexFactoryMockRecorder) LoadIndex added in v0.34.0

func (mr *MockIndexFactoryMockRecorder) LoadIndex(arg0 interface{}, arg1 ...interface{}) *gomock.Call

LoadIndex indicates an expected call of LoadIndex.

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRegistryResolver) Resolve

func (m *MockRegistryResolver) Resolve(arg0, arg1 string) (string, error)

Resolve mocks base method.

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.

Jump to

Keyboard shortcuts

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