mocks

package
v2.27.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: github.com/docker/docker/client (interfaces: APIClient)

Generated by this command:

mockgen -destination pkg/mocks/mock_docker_api.go -package mocks github.com/docker/docker/client APIClient

Package mocks is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: github.com/docker/cli/cli/command (interfaces: Cli)

Generated by this command:

mockgen -destination pkg/mocks/mock_docker_cli.go -package mocks github.com/docker/cli/cli/command Cli

Package mocks is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: ./pkg/api/api.go

Generated by this command:

mockgen -destination pkg/mocks/mock_docker_compose_api.go -package mocks -source=./pkg/api/api.go Service

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIClient

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

MockAPIClient is a mock of APIClient interface.

func NewMockAPIClient

func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient

NewMockAPIClient creates a new mock instance.

func (*MockAPIClient) BuildCachePrune

BuildCachePrune mocks base method.

func (*MockAPIClient) BuildCancel

func (m *MockAPIClient) BuildCancel(arg0 context.Context, arg1 string) error

BuildCancel mocks base method.

func (*MockAPIClient) CheckpointCreate

func (m *MockAPIClient) CheckpointCreate(arg0 context.Context, arg1 string, arg2 checkpoint.CreateOptions) error

CheckpointCreate mocks base method.

func (*MockAPIClient) CheckpointDelete

func (m *MockAPIClient) CheckpointDelete(arg0 context.Context, arg1 string, arg2 checkpoint.DeleteOptions) error

CheckpointDelete mocks base method.

func (*MockAPIClient) CheckpointList

func (m *MockAPIClient) CheckpointList(arg0 context.Context, arg1 string, arg2 checkpoint.ListOptions) ([]checkpoint.Summary, error)

CheckpointList mocks base method.

func (*MockAPIClient) ClientVersion

func (m *MockAPIClient) ClientVersion() string

ClientVersion mocks base method.

func (*MockAPIClient) Close

func (m *MockAPIClient) Close() error

Close mocks base method.

func (*MockAPIClient) ConfigCreate

ConfigCreate mocks base method.

func (*MockAPIClient) ConfigInspectWithRaw

func (m *MockAPIClient) ConfigInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Config, []byte, error)

ConfigInspectWithRaw mocks base method.

func (*MockAPIClient) ConfigList

func (m *MockAPIClient) ConfigList(arg0 context.Context, arg1 types.ConfigListOptions) ([]swarm.Config, error)

ConfigList mocks base method.

func (*MockAPIClient) ConfigRemove

func (m *MockAPIClient) ConfigRemove(arg0 context.Context, arg1 string) error

ConfigRemove mocks base method.

func (*MockAPIClient) ConfigUpdate

func (m *MockAPIClient) ConfigUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.ConfigSpec) error

ConfigUpdate mocks base method.

func (*MockAPIClient) ContainerAttach

func (m *MockAPIClient) ContainerAttach(arg0 context.Context, arg1 string, arg2 container.AttachOptions) (types.HijackedResponse, error)

ContainerAttach mocks base method.

func (*MockAPIClient) ContainerCommit

func (m *MockAPIClient) ContainerCommit(arg0 context.Context, arg1 string, arg2 container.CommitOptions) (types.IDResponse, error)

ContainerCommit mocks base method.

func (*MockAPIClient) ContainerCreate

ContainerCreate mocks base method.

func (*MockAPIClient) ContainerDiff

func (m *MockAPIClient) ContainerDiff(arg0 context.Context, arg1 string) ([]container.FilesystemChange, error)

ContainerDiff mocks base method.

func (*MockAPIClient) ContainerExecAttach

func (m *MockAPIClient) ContainerExecAttach(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) (types.HijackedResponse, error)

ContainerExecAttach mocks base method.

func (*MockAPIClient) ContainerExecCreate

func (m *MockAPIClient) ContainerExecCreate(arg0 context.Context, arg1 string, arg2 types.ExecConfig) (types.IDResponse, error)

ContainerExecCreate mocks base method.

func (*MockAPIClient) ContainerExecInspect

func (m *MockAPIClient) ContainerExecInspect(arg0 context.Context, arg1 string) (types.ContainerExecInspect, error)

ContainerExecInspect mocks base method.

func (*MockAPIClient) ContainerExecResize

func (m *MockAPIClient) ContainerExecResize(arg0 context.Context, arg1 string, arg2 container.ResizeOptions) error

ContainerExecResize mocks base method.

func (*MockAPIClient) ContainerExecStart

func (m *MockAPIClient) ContainerExecStart(arg0 context.Context, arg1 string, arg2 types.ExecStartCheck) error

ContainerExecStart mocks base method.

func (*MockAPIClient) ContainerExport

func (m *MockAPIClient) ContainerExport(arg0 context.Context, arg1 string) (io.ReadCloser, error)

ContainerExport mocks base method.

func (*MockAPIClient) ContainerInspect

func (m *MockAPIClient) ContainerInspect(arg0 context.Context, arg1 string) (types.ContainerJSON, error)

ContainerInspect mocks base method.

func (*MockAPIClient) ContainerInspectWithRaw

func (m *MockAPIClient) ContainerInspectWithRaw(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerJSON, []byte, error)

ContainerInspectWithRaw mocks base method.

func (*MockAPIClient) ContainerKill

func (m *MockAPIClient) ContainerKill(arg0 context.Context, arg1, arg2 string) error

ContainerKill mocks base method.

func (*MockAPIClient) ContainerList

func (m *MockAPIClient) ContainerList(arg0 context.Context, arg1 container.ListOptions) ([]types.Container, error)

ContainerList mocks base method.

func (*MockAPIClient) ContainerLogs

func (m *MockAPIClient) ContainerLogs(arg0 context.Context, arg1 string, arg2 container.LogsOptions) (io.ReadCloser, error)

ContainerLogs mocks base method.

func (*MockAPIClient) ContainerPause

func (m *MockAPIClient) ContainerPause(arg0 context.Context, arg1 string) error

ContainerPause mocks base method.

func (*MockAPIClient) ContainerRemove

func (m *MockAPIClient) ContainerRemove(arg0 context.Context, arg1 string, arg2 container.RemoveOptions) error

ContainerRemove mocks base method.

func (*MockAPIClient) ContainerRename

func (m *MockAPIClient) ContainerRename(arg0 context.Context, arg1, arg2 string) error

ContainerRename mocks base method.

func (*MockAPIClient) ContainerResize

func (m *MockAPIClient) ContainerResize(arg0 context.Context, arg1 string, arg2 container.ResizeOptions) error

ContainerResize mocks base method.

func (*MockAPIClient) ContainerRestart

func (m *MockAPIClient) ContainerRestart(arg0 context.Context, arg1 string, arg2 container.StopOptions) error

ContainerRestart mocks base method.

func (*MockAPIClient) ContainerStart

func (m *MockAPIClient) ContainerStart(arg0 context.Context, arg1 string, arg2 container.StartOptions) error

ContainerStart mocks base method.

func (*MockAPIClient) ContainerStatPath

func (m *MockAPIClient) ContainerStatPath(arg0 context.Context, arg1, arg2 string) (types.ContainerPathStat, error)

ContainerStatPath mocks base method.

func (*MockAPIClient) ContainerStats

func (m *MockAPIClient) ContainerStats(arg0 context.Context, arg1 string, arg2 bool) (types.ContainerStats, error)

ContainerStats mocks base method.

func (*MockAPIClient) ContainerStatsOneShot

func (m *MockAPIClient) ContainerStatsOneShot(arg0 context.Context, arg1 string) (types.ContainerStats, error)

ContainerStatsOneShot mocks base method.

func (*MockAPIClient) ContainerStop

func (m *MockAPIClient) ContainerStop(arg0 context.Context, arg1 string, arg2 container.StopOptions) error

ContainerStop mocks base method.

func (*MockAPIClient) ContainerTop

func (m *MockAPIClient) ContainerTop(arg0 context.Context, arg1 string, arg2 []string) (container.ContainerTopOKBody, error)

ContainerTop mocks base method.

func (*MockAPIClient) ContainerUnpause

func (m *MockAPIClient) ContainerUnpause(arg0 context.Context, arg1 string) error

ContainerUnpause mocks base method.

func (*MockAPIClient) ContainerUpdate

ContainerUpdate mocks base method.

func (*MockAPIClient) ContainerWait

func (m *MockAPIClient) ContainerWait(arg0 context.Context, arg1 string, arg2 container.WaitCondition) (<-chan container.WaitResponse, <-chan error)

ContainerWait mocks base method.

func (*MockAPIClient) ContainersPrune

func (m *MockAPIClient) ContainersPrune(arg0 context.Context, arg1 filters.Args) (types.ContainersPruneReport, error)

ContainersPrune mocks base method.

func (*MockAPIClient) CopyFromContainer

func (m *MockAPIClient) CopyFromContainer(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, types.ContainerPathStat, error)

CopyFromContainer mocks base method.

func (*MockAPIClient) CopyToContainer

func (m *MockAPIClient) CopyToContainer(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 types.CopyToContainerOptions) error

CopyToContainer mocks base method.

func (*MockAPIClient) DaemonHost

func (m *MockAPIClient) DaemonHost() string

DaemonHost mocks base method.

func (*MockAPIClient) DialHijack

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

DialHijack mocks base method.

func (*MockAPIClient) Dialer

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

Dialer mocks base method.

func (*MockAPIClient) DiskUsage

DiskUsage mocks base method.

func (*MockAPIClient) DistributionInspect

func (m *MockAPIClient) DistributionInspect(arg0 context.Context, arg1, arg2 string) (registry.DistributionInspect, error)

DistributionInspect mocks base method.

func (*MockAPIClient) EXPECT

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

func (*MockAPIClient) Events

func (m *MockAPIClient) Events(arg0 context.Context, arg1 types.EventsOptions) (<-chan events.Message, <-chan error)

Events mocks base method.

func (*MockAPIClient) HTTPClient

func (m *MockAPIClient) HTTPClient() *http.Client

HTTPClient mocks base method.

func (*MockAPIClient) ImageBuild

ImageBuild mocks base method.

func (*MockAPIClient) ImageCreate

func (m *MockAPIClient) ImageCreate(arg0 context.Context, arg1 string, arg2 image.CreateOptions) (io.ReadCloser, error)

ImageCreate mocks base method.

func (*MockAPIClient) ImageHistory

func (m *MockAPIClient) ImageHistory(arg0 context.Context, arg1 string) ([]image.HistoryResponseItem, error)

ImageHistory mocks base method.

func (*MockAPIClient) ImageImport

func (m *MockAPIClient) ImageImport(arg0 context.Context, arg1 types.ImageImportSource, arg2 string, arg3 image.ImportOptions) (io.ReadCloser, error)

ImageImport mocks base method.

func (*MockAPIClient) ImageInspectWithRaw

func (m *MockAPIClient) ImageInspectWithRaw(arg0 context.Context, arg1 string) (types.ImageInspect, []byte, error)

ImageInspectWithRaw mocks base method.

func (*MockAPIClient) ImageList

func (m *MockAPIClient) ImageList(arg0 context.Context, arg1 image.ListOptions) ([]image.Summary, error)

ImageList mocks base method.

func (*MockAPIClient) ImageLoad

func (m *MockAPIClient) ImageLoad(arg0 context.Context, arg1 io.Reader, arg2 bool) (types.ImageLoadResponse, error)

ImageLoad mocks base method.

func (*MockAPIClient) ImagePull

func (m *MockAPIClient) ImagePull(arg0 context.Context, arg1 string, arg2 image.PullOptions) (io.ReadCloser, error)

ImagePull mocks base method.

func (*MockAPIClient) ImagePush

func (m *MockAPIClient) ImagePush(arg0 context.Context, arg1 string, arg2 image.PushOptions) (io.ReadCloser, error)

ImagePush mocks base method.

func (*MockAPIClient) ImageRemove

func (m *MockAPIClient) ImageRemove(arg0 context.Context, arg1 string, arg2 image.RemoveOptions) ([]image.DeleteResponse, error)

ImageRemove mocks base method.

func (*MockAPIClient) ImageSave

func (m *MockAPIClient) ImageSave(arg0 context.Context, arg1 []string) (io.ReadCloser, error)

ImageSave mocks base method.

func (*MockAPIClient) ImageSearch

func (m *MockAPIClient) ImageSearch(arg0 context.Context, arg1 string, arg2 types.ImageSearchOptions) ([]registry.SearchResult, error)

ImageSearch mocks base method.

func (*MockAPIClient) ImageTag

func (m *MockAPIClient) ImageTag(arg0 context.Context, arg1, arg2 string) error

ImageTag mocks base method.

func (*MockAPIClient) ImagesPrune

func (m *MockAPIClient) ImagesPrune(arg0 context.Context, arg1 filters.Args) (types.ImagesPruneReport, error)

ImagesPrune mocks base method.

func (*MockAPIClient) Info

func (m *MockAPIClient) Info(arg0 context.Context) (system.Info, error)

Info mocks base method.

func (*MockAPIClient) NegotiateAPIVersion

func (m *MockAPIClient) NegotiateAPIVersion(arg0 context.Context)

NegotiateAPIVersion mocks base method.

func (*MockAPIClient) NegotiateAPIVersionPing

func (m *MockAPIClient) NegotiateAPIVersionPing(arg0 types.Ping)

NegotiateAPIVersionPing mocks base method.

func (*MockAPIClient) NetworkConnect

func (m *MockAPIClient) NetworkConnect(arg0 context.Context, arg1, arg2 string, arg3 *network.EndpointSettings) error

NetworkConnect mocks base method.

func (*MockAPIClient) NetworkCreate

func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 types.NetworkCreate) (types.NetworkCreateResponse, error)

NetworkCreate mocks base method.

func (*MockAPIClient) NetworkDisconnect

func (m *MockAPIClient) NetworkDisconnect(arg0 context.Context, arg1, arg2 string, arg3 bool) error

NetworkDisconnect mocks base method.

func (*MockAPIClient) NetworkInspect

func (m *MockAPIClient) NetworkInspect(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, error)

NetworkInspect mocks base method.

func (*MockAPIClient) NetworkInspectWithRaw

func (m *MockAPIClient) NetworkInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.NetworkInspectOptions) (types.NetworkResource, []byte, error)

NetworkInspectWithRaw mocks base method.

func (*MockAPIClient) NetworkList

NetworkList mocks base method.

func (*MockAPIClient) NetworkRemove

func (m *MockAPIClient) NetworkRemove(arg0 context.Context, arg1 string) error

NetworkRemove mocks base method.

func (*MockAPIClient) NetworksPrune

func (m *MockAPIClient) NetworksPrune(arg0 context.Context, arg1 filters.Args) (types.NetworksPruneReport, error)

NetworksPrune mocks base method.

func (*MockAPIClient) NodeInspectWithRaw

func (m *MockAPIClient) NodeInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Node, []byte, error)

NodeInspectWithRaw mocks base method.

func (*MockAPIClient) NodeList

func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 types.NodeListOptions) ([]swarm.Node, error)

NodeList mocks base method.

func (*MockAPIClient) NodeRemove

func (m *MockAPIClient) NodeRemove(arg0 context.Context, arg1 string, arg2 types.NodeRemoveOptions) error

NodeRemove mocks base method.

func (*MockAPIClient) NodeUpdate

func (m *MockAPIClient) NodeUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.NodeSpec) error

NodeUpdate mocks base method.

func (*MockAPIClient) Ping

func (m *MockAPIClient) Ping(arg0 context.Context) (types.Ping, error)

Ping mocks base method.

func (*MockAPIClient) PluginCreate

func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 types.PluginCreateOptions) error

PluginCreate mocks base method.

func (*MockAPIClient) PluginDisable

func (m *MockAPIClient) PluginDisable(arg0 context.Context, arg1 string, arg2 types.PluginDisableOptions) error

PluginDisable mocks base method.

func (*MockAPIClient) PluginEnable

func (m *MockAPIClient) PluginEnable(arg0 context.Context, arg1 string, arg2 types.PluginEnableOptions) error

PluginEnable mocks base method.

func (*MockAPIClient) PluginInspectWithRaw

func (m *MockAPIClient) PluginInspectWithRaw(arg0 context.Context, arg1 string) (*types.Plugin, []byte, error)

PluginInspectWithRaw mocks base method.

func (*MockAPIClient) PluginInstall

func (m *MockAPIClient) PluginInstall(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)

PluginInstall mocks base method.

func (*MockAPIClient) PluginList

func (m *MockAPIClient) PluginList(arg0 context.Context, arg1 filters.Args) (types.PluginsListResponse, error)

PluginList mocks base method.

func (*MockAPIClient) PluginPush

func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1, arg2 string) (io.ReadCloser, error)

PluginPush mocks base method.

func (*MockAPIClient) PluginRemove

func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 types.PluginRemoveOptions) error

PluginRemove mocks base method.

func (*MockAPIClient) PluginSet

func (m *MockAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 []string) error

PluginSet mocks base method.

func (*MockAPIClient) PluginUpgrade

func (m *MockAPIClient) PluginUpgrade(arg0 context.Context, arg1 string, arg2 types.PluginInstallOptions) (io.ReadCloser, error)

PluginUpgrade mocks base method.

func (*MockAPIClient) RegistryLogin

RegistryLogin mocks base method.

func (*MockAPIClient) SecretCreate

SecretCreate mocks base method.

func (*MockAPIClient) SecretInspectWithRaw

func (m *MockAPIClient) SecretInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Secret, []byte, error)

SecretInspectWithRaw mocks base method.

func (*MockAPIClient) SecretList

func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 types.SecretListOptions) ([]swarm.Secret, error)

SecretList mocks base method.

func (*MockAPIClient) SecretRemove

func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string) error

SecretRemove mocks base method.

func (*MockAPIClient) SecretUpdate

func (m *MockAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 swarm.SecretSpec) error

SecretUpdate mocks base method.

func (*MockAPIClient) ServerVersion

func (m *MockAPIClient) ServerVersion(arg0 context.Context) (types.Version, error)

ServerVersion mocks base method.

func (*MockAPIClient) ServiceCreate

ServiceCreate mocks base method.

func (*MockAPIClient) ServiceInspectWithRaw

func (m *MockAPIClient) ServiceInspectWithRaw(arg0 context.Context, arg1 string, arg2 types.ServiceInspectOptions) (swarm.Service, []byte, error)

ServiceInspectWithRaw mocks base method.

func (*MockAPIClient) ServiceList

func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 types.ServiceListOptions) ([]swarm.Service, error)

ServiceList mocks base method.

func (*MockAPIClient) ServiceLogs

func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 container.LogsOptions) (io.ReadCloser, error)

ServiceLogs mocks base method.

func (*MockAPIClient) ServiceRemove

func (m *MockAPIClient) ServiceRemove(arg0 context.Context, arg1 string) error

ServiceRemove mocks base method.

func (*MockAPIClient) ServiceUpdate

ServiceUpdate mocks base method.

func (*MockAPIClient) SwarmGetUnlockKey

func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (types.SwarmUnlockKeyResponse, error)

SwarmGetUnlockKey mocks base method.

func (*MockAPIClient) SwarmInit

func (m *MockAPIClient) SwarmInit(arg0 context.Context, arg1 swarm.InitRequest) (string, error)

SwarmInit mocks base method.

func (*MockAPIClient) SwarmInspect

func (m *MockAPIClient) SwarmInspect(arg0 context.Context) (swarm.Swarm, error)

SwarmInspect mocks base method.

func (*MockAPIClient) SwarmJoin

func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 swarm.JoinRequest) error

SwarmJoin mocks base method.

func (*MockAPIClient) SwarmLeave

func (m *MockAPIClient) SwarmLeave(arg0 context.Context, arg1 bool) error

SwarmLeave mocks base method.

func (*MockAPIClient) SwarmUnlock

func (m *MockAPIClient) SwarmUnlock(arg0 context.Context, arg1 swarm.UnlockRequest) error

SwarmUnlock mocks base method.

func (*MockAPIClient) SwarmUpdate

func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 swarm.Version, arg2 swarm.Spec, arg3 swarm.UpdateFlags) error

SwarmUpdate mocks base method.

func (*MockAPIClient) TaskInspectWithRaw

func (m *MockAPIClient) TaskInspectWithRaw(arg0 context.Context, arg1 string) (swarm.Task, []byte, error)

TaskInspectWithRaw mocks base method.

func (*MockAPIClient) TaskList

func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 types.TaskListOptions) ([]swarm.Task, error)

TaskList mocks base method.

func (*MockAPIClient) TaskLogs

func (m *MockAPIClient) TaskLogs(arg0 context.Context, arg1 string, arg2 container.LogsOptions) (io.ReadCloser, error)

TaskLogs mocks base method.

func (*MockAPIClient) VolumeCreate

func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 volume.CreateOptions) (volume.Volume, error)

VolumeCreate mocks base method.

func (*MockAPIClient) VolumeInspect

func (m *MockAPIClient) VolumeInspect(arg0 context.Context, arg1 string) (volume.Volume, error)

VolumeInspect mocks base method.

func (*MockAPIClient) VolumeInspectWithRaw

func (m *MockAPIClient) VolumeInspectWithRaw(arg0 context.Context, arg1 string) (volume.Volume, []byte, error)

VolumeInspectWithRaw mocks base method.

func (*MockAPIClient) VolumeList

func (m *MockAPIClient) VolumeList(arg0 context.Context, arg1 volume.ListOptions) (volume.ListResponse, error)

VolumeList mocks base method.

func (*MockAPIClient) VolumeRemove

func (m *MockAPIClient) VolumeRemove(arg0 context.Context, arg1 string, arg2 bool) error

VolumeRemove mocks base method.

func (*MockAPIClient) VolumeUpdate added in v2.12.0

func (m *MockAPIClient) VolumeUpdate(arg0 context.Context, arg1 string, arg2 swarm.Version, arg3 volume.UpdateOptions) error

VolumeUpdate mocks base method.

func (*MockAPIClient) VolumesPrune

func (m *MockAPIClient) VolumesPrune(arg0 context.Context, arg1 filters.Args) (types.VolumesPruneReport, error)

VolumesPrune mocks base method.

type MockAPIClientMockRecorder

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

MockAPIClientMockRecorder is the mock recorder for MockAPIClient.

func (*MockAPIClientMockRecorder) BuildCachePrune

func (mr *MockAPIClientMockRecorder) BuildCachePrune(arg0, arg1 any) *gomock.Call

BuildCachePrune indicates an expected call of BuildCachePrune.

func (*MockAPIClientMockRecorder) BuildCancel

func (mr *MockAPIClientMockRecorder) BuildCancel(arg0, arg1 any) *gomock.Call

BuildCancel indicates an expected call of BuildCancel.

func (*MockAPIClientMockRecorder) CheckpointCreate

func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 any) *gomock.Call

CheckpointCreate indicates an expected call of CheckpointCreate.

func (*MockAPIClientMockRecorder) CheckpointDelete

func (mr *MockAPIClientMockRecorder) CheckpointDelete(arg0, arg1, arg2 any) *gomock.Call

CheckpointDelete indicates an expected call of CheckpointDelete.

func (*MockAPIClientMockRecorder) CheckpointList

func (mr *MockAPIClientMockRecorder) CheckpointList(arg0, arg1, arg2 any) *gomock.Call

CheckpointList indicates an expected call of CheckpointList.

func (*MockAPIClientMockRecorder) ClientVersion

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

ClientVersion indicates an expected call of ClientVersion.

func (*MockAPIClientMockRecorder) Close

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

Close indicates an expected call of Close.

func (*MockAPIClientMockRecorder) ConfigCreate

func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 any) *gomock.Call

ConfigCreate indicates an expected call of ConfigCreate.

func (*MockAPIClientMockRecorder) ConfigInspectWithRaw

func (mr *MockAPIClientMockRecorder) ConfigInspectWithRaw(arg0, arg1 any) *gomock.Call

ConfigInspectWithRaw indicates an expected call of ConfigInspectWithRaw.

func (*MockAPIClientMockRecorder) ConfigList

func (mr *MockAPIClientMockRecorder) ConfigList(arg0, arg1 any) *gomock.Call

ConfigList indicates an expected call of ConfigList.

func (*MockAPIClientMockRecorder) ConfigRemove

func (mr *MockAPIClientMockRecorder) ConfigRemove(arg0, arg1 any) *gomock.Call

ConfigRemove indicates an expected call of ConfigRemove.

func (*MockAPIClientMockRecorder) ConfigUpdate

func (mr *MockAPIClientMockRecorder) ConfigUpdate(arg0, arg1, arg2, arg3 any) *gomock.Call

ConfigUpdate indicates an expected call of ConfigUpdate.

func (*MockAPIClientMockRecorder) ContainerAttach

func (mr *MockAPIClientMockRecorder) ContainerAttach(arg0, arg1, arg2 any) *gomock.Call

ContainerAttach indicates an expected call of ContainerAttach.

func (*MockAPIClientMockRecorder) ContainerCommit

func (mr *MockAPIClientMockRecorder) ContainerCommit(arg0, arg1, arg2 any) *gomock.Call

ContainerCommit indicates an expected call of ContainerCommit.

func (*MockAPIClientMockRecorder) ContainerCreate

func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

ContainerCreate indicates an expected call of ContainerCreate.

func (*MockAPIClientMockRecorder) ContainerDiff

func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1 any) *gomock.Call

ContainerDiff indicates an expected call of ContainerDiff.

func (*MockAPIClientMockRecorder) ContainerExecAttach

func (mr *MockAPIClientMockRecorder) ContainerExecAttach(arg0, arg1, arg2 any) *gomock.Call

ContainerExecAttach indicates an expected call of ContainerExecAttach.

func (*MockAPIClientMockRecorder) ContainerExecCreate

func (mr *MockAPIClientMockRecorder) ContainerExecCreate(arg0, arg1, arg2 any) *gomock.Call

ContainerExecCreate indicates an expected call of ContainerExecCreate.

func (*MockAPIClientMockRecorder) ContainerExecInspect

func (mr *MockAPIClientMockRecorder) ContainerExecInspect(arg0, arg1 any) *gomock.Call

ContainerExecInspect indicates an expected call of ContainerExecInspect.

func (*MockAPIClientMockRecorder) ContainerExecResize

func (mr *MockAPIClientMockRecorder) ContainerExecResize(arg0, arg1, arg2 any) *gomock.Call

ContainerExecResize indicates an expected call of ContainerExecResize.

func (*MockAPIClientMockRecorder) ContainerExecStart

func (mr *MockAPIClientMockRecorder) ContainerExecStart(arg0, arg1, arg2 any) *gomock.Call

ContainerExecStart indicates an expected call of ContainerExecStart.

func (*MockAPIClientMockRecorder) ContainerExport

func (mr *MockAPIClientMockRecorder) ContainerExport(arg0, arg1 any) *gomock.Call

ContainerExport indicates an expected call of ContainerExport.

func (*MockAPIClientMockRecorder) ContainerInspect

func (mr *MockAPIClientMockRecorder) ContainerInspect(arg0, arg1 any) *gomock.Call

ContainerInspect indicates an expected call of ContainerInspect.

func (*MockAPIClientMockRecorder) ContainerInspectWithRaw

func (mr *MockAPIClientMockRecorder) ContainerInspectWithRaw(arg0, arg1, arg2 any) *gomock.Call

ContainerInspectWithRaw indicates an expected call of ContainerInspectWithRaw.

func (*MockAPIClientMockRecorder) ContainerKill

func (mr *MockAPIClientMockRecorder) ContainerKill(arg0, arg1, arg2 any) *gomock.Call

ContainerKill indicates an expected call of ContainerKill.

func (*MockAPIClientMockRecorder) ContainerList

func (mr *MockAPIClientMockRecorder) ContainerList(arg0, arg1 any) *gomock.Call

ContainerList indicates an expected call of ContainerList.

func (*MockAPIClientMockRecorder) ContainerLogs

func (mr *MockAPIClientMockRecorder) ContainerLogs(arg0, arg1, arg2 any) *gomock.Call

ContainerLogs indicates an expected call of ContainerLogs.

func (*MockAPIClientMockRecorder) ContainerPause

func (mr *MockAPIClientMockRecorder) ContainerPause(arg0, arg1 any) *gomock.Call

ContainerPause indicates an expected call of ContainerPause.

func (*MockAPIClientMockRecorder) ContainerRemove

func (mr *MockAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 any) *gomock.Call

ContainerRemove indicates an expected call of ContainerRemove.

func (*MockAPIClientMockRecorder) ContainerRename

func (mr *MockAPIClientMockRecorder) ContainerRename(arg0, arg1, arg2 any) *gomock.Call

ContainerRename indicates an expected call of ContainerRename.

func (*MockAPIClientMockRecorder) ContainerResize

func (mr *MockAPIClientMockRecorder) ContainerResize(arg0, arg1, arg2 any) *gomock.Call

ContainerResize indicates an expected call of ContainerResize.

func (*MockAPIClientMockRecorder) ContainerRestart

func (mr *MockAPIClientMockRecorder) ContainerRestart(arg0, arg1, arg2 any) *gomock.Call

ContainerRestart indicates an expected call of ContainerRestart.

func (*MockAPIClientMockRecorder) ContainerStart

func (mr *MockAPIClientMockRecorder) ContainerStart(arg0, arg1, arg2 any) *gomock.Call

ContainerStart indicates an expected call of ContainerStart.

func (*MockAPIClientMockRecorder) ContainerStatPath

func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 any) *gomock.Call

ContainerStatPath indicates an expected call of ContainerStatPath.

func (*MockAPIClientMockRecorder) ContainerStats

func (mr *MockAPIClientMockRecorder) ContainerStats(arg0, arg1, arg2 any) *gomock.Call

ContainerStats indicates an expected call of ContainerStats.

func (*MockAPIClientMockRecorder) ContainerStatsOneShot

func (mr *MockAPIClientMockRecorder) ContainerStatsOneShot(arg0, arg1 any) *gomock.Call

ContainerStatsOneShot indicates an expected call of ContainerStatsOneShot.

func (*MockAPIClientMockRecorder) ContainerStop

func (mr *MockAPIClientMockRecorder) ContainerStop(arg0, arg1, arg2 any) *gomock.Call

ContainerStop indicates an expected call of ContainerStop.

func (*MockAPIClientMockRecorder) ContainerTop

func (mr *MockAPIClientMockRecorder) ContainerTop(arg0, arg1, arg2 any) *gomock.Call

ContainerTop indicates an expected call of ContainerTop.

func (*MockAPIClientMockRecorder) ContainerUnpause

func (mr *MockAPIClientMockRecorder) ContainerUnpause(arg0, arg1 any) *gomock.Call

ContainerUnpause indicates an expected call of ContainerUnpause.

func (*MockAPIClientMockRecorder) ContainerUpdate

func (mr *MockAPIClientMockRecorder) ContainerUpdate(arg0, arg1, arg2 any) *gomock.Call

ContainerUpdate indicates an expected call of ContainerUpdate.

func (*MockAPIClientMockRecorder) ContainerWait

func (mr *MockAPIClientMockRecorder) ContainerWait(arg0, arg1, arg2 any) *gomock.Call

ContainerWait indicates an expected call of ContainerWait.

func (*MockAPIClientMockRecorder) ContainersPrune

func (mr *MockAPIClientMockRecorder) ContainersPrune(arg0, arg1 any) *gomock.Call

ContainersPrune indicates an expected call of ContainersPrune.

func (*MockAPIClientMockRecorder) CopyFromContainer

func (mr *MockAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 any) *gomock.Call

CopyFromContainer indicates an expected call of CopyFromContainer.

func (*MockAPIClientMockRecorder) CopyToContainer

func (mr *MockAPIClientMockRecorder) CopyToContainer(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

CopyToContainer indicates an expected call of CopyToContainer.

func (*MockAPIClientMockRecorder) DaemonHost

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

DaemonHost indicates an expected call of DaemonHost.

func (*MockAPIClientMockRecorder) DialHijack

func (mr *MockAPIClientMockRecorder) DialHijack(arg0, arg1, arg2, arg3 any) *gomock.Call

DialHijack indicates an expected call of DialHijack.

func (*MockAPIClientMockRecorder) Dialer

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

Dialer indicates an expected call of Dialer.

func (*MockAPIClientMockRecorder) DiskUsage

func (mr *MockAPIClientMockRecorder) DiskUsage(arg0, arg1 any) *gomock.Call

DiskUsage indicates an expected call of DiskUsage.

func (*MockAPIClientMockRecorder) DistributionInspect

func (mr *MockAPIClientMockRecorder) DistributionInspect(arg0, arg1, arg2 any) *gomock.Call

DistributionInspect indicates an expected call of DistributionInspect.

func (*MockAPIClientMockRecorder) Events

func (mr *MockAPIClientMockRecorder) Events(arg0, arg1 any) *gomock.Call

Events indicates an expected call of Events.

func (*MockAPIClientMockRecorder) HTTPClient

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

HTTPClient indicates an expected call of HTTPClient.

func (*MockAPIClientMockRecorder) ImageBuild

func (mr *MockAPIClientMockRecorder) ImageBuild(arg0, arg1, arg2 any) *gomock.Call

ImageBuild indicates an expected call of ImageBuild.

func (*MockAPIClientMockRecorder) ImageCreate

func (mr *MockAPIClientMockRecorder) ImageCreate(arg0, arg1, arg2 any) *gomock.Call

ImageCreate indicates an expected call of ImageCreate.

func (*MockAPIClientMockRecorder) ImageHistory

func (mr *MockAPIClientMockRecorder) ImageHistory(arg0, arg1 any) *gomock.Call

ImageHistory indicates an expected call of ImageHistory.

func (*MockAPIClientMockRecorder) ImageImport

func (mr *MockAPIClientMockRecorder) ImageImport(arg0, arg1, arg2, arg3 any) *gomock.Call

ImageImport indicates an expected call of ImageImport.

func (*MockAPIClientMockRecorder) ImageInspectWithRaw

func (mr *MockAPIClientMockRecorder) ImageInspectWithRaw(arg0, arg1 any) *gomock.Call

ImageInspectWithRaw indicates an expected call of ImageInspectWithRaw.

func (*MockAPIClientMockRecorder) ImageList

func (mr *MockAPIClientMockRecorder) ImageList(arg0, arg1 any) *gomock.Call

ImageList indicates an expected call of ImageList.

func (*MockAPIClientMockRecorder) ImageLoad

func (mr *MockAPIClientMockRecorder) ImageLoad(arg0, arg1, arg2 any) *gomock.Call

ImageLoad indicates an expected call of ImageLoad.

func (*MockAPIClientMockRecorder) ImagePull

func (mr *MockAPIClientMockRecorder) ImagePull(arg0, arg1, arg2 any) *gomock.Call

ImagePull indicates an expected call of ImagePull.

func (*MockAPIClientMockRecorder) ImagePush

func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 any) *gomock.Call

ImagePush indicates an expected call of ImagePush.

func (*MockAPIClientMockRecorder) ImageRemove

func (mr *MockAPIClientMockRecorder) ImageRemove(arg0, arg1, arg2 any) *gomock.Call

ImageRemove indicates an expected call of ImageRemove.

func (*MockAPIClientMockRecorder) ImageSave

func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 any) *gomock.Call

ImageSave indicates an expected call of ImageSave.

func (*MockAPIClientMockRecorder) ImageSearch

func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 any) *gomock.Call

ImageSearch indicates an expected call of ImageSearch.

func (*MockAPIClientMockRecorder) ImageTag

func (mr *MockAPIClientMockRecorder) ImageTag(arg0, arg1, arg2 any) *gomock.Call

ImageTag indicates an expected call of ImageTag.

func (*MockAPIClientMockRecorder) ImagesPrune

func (mr *MockAPIClientMockRecorder) ImagesPrune(arg0, arg1 any) *gomock.Call

ImagesPrune indicates an expected call of ImagesPrune.

func (*MockAPIClientMockRecorder) Info

func (mr *MockAPIClientMockRecorder) Info(arg0 any) *gomock.Call

Info indicates an expected call of Info.

func (*MockAPIClientMockRecorder) NegotiateAPIVersion

func (mr *MockAPIClientMockRecorder) NegotiateAPIVersion(arg0 any) *gomock.Call

NegotiateAPIVersion indicates an expected call of NegotiateAPIVersion.

func (*MockAPIClientMockRecorder) NegotiateAPIVersionPing

func (mr *MockAPIClientMockRecorder) NegotiateAPIVersionPing(arg0 any) *gomock.Call

NegotiateAPIVersionPing indicates an expected call of NegotiateAPIVersionPing.

func (*MockAPIClientMockRecorder) NetworkConnect

func (mr *MockAPIClientMockRecorder) NetworkConnect(arg0, arg1, arg2, arg3 any) *gomock.Call

NetworkConnect indicates an expected call of NetworkConnect.

func (*MockAPIClientMockRecorder) NetworkCreate

func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 any) *gomock.Call

NetworkCreate indicates an expected call of NetworkCreate.

func (*MockAPIClientMockRecorder) NetworkDisconnect

func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2, arg3 any) *gomock.Call

NetworkDisconnect indicates an expected call of NetworkDisconnect.

func (*MockAPIClientMockRecorder) NetworkInspect

func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 any) *gomock.Call

NetworkInspect indicates an expected call of NetworkInspect.

func (*MockAPIClientMockRecorder) NetworkInspectWithRaw

func (mr *MockAPIClientMockRecorder) NetworkInspectWithRaw(arg0, arg1, arg2 any) *gomock.Call

NetworkInspectWithRaw indicates an expected call of NetworkInspectWithRaw.

func (*MockAPIClientMockRecorder) NetworkList

func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 any) *gomock.Call

NetworkList indicates an expected call of NetworkList.

func (*MockAPIClientMockRecorder) NetworkRemove

func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1 any) *gomock.Call

NetworkRemove indicates an expected call of NetworkRemove.

func (*MockAPIClientMockRecorder) NetworksPrune

func (mr *MockAPIClientMockRecorder) NetworksPrune(arg0, arg1 any) *gomock.Call

NetworksPrune indicates an expected call of NetworksPrune.

func (*MockAPIClientMockRecorder) NodeInspectWithRaw

func (mr *MockAPIClientMockRecorder) NodeInspectWithRaw(arg0, arg1 any) *gomock.Call

NodeInspectWithRaw indicates an expected call of NodeInspectWithRaw.

func (*MockAPIClientMockRecorder) NodeList

func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 any) *gomock.Call

NodeList indicates an expected call of NodeList.

func (*MockAPIClientMockRecorder) NodeRemove

func (mr *MockAPIClientMockRecorder) NodeRemove(arg0, arg1, arg2 any) *gomock.Call

NodeRemove indicates an expected call of NodeRemove.

func (*MockAPIClientMockRecorder) NodeUpdate

func (mr *MockAPIClientMockRecorder) NodeUpdate(arg0, arg1, arg2, arg3 any) *gomock.Call

NodeUpdate indicates an expected call of NodeUpdate.

func (*MockAPIClientMockRecorder) Ping

func (mr *MockAPIClientMockRecorder) Ping(arg0 any) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockAPIClientMockRecorder) PluginCreate

func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 any) *gomock.Call

PluginCreate indicates an expected call of PluginCreate.

func (*MockAPIClientMockRecorder) PluginDisable

func (mr *MockAPIClientMockRecorder) PluginDisable(arg0, arg1, arg2 any) *gomock.Call

PluginDisable indicates an expected call of PluginDisable.

func (*MockAPIClientMockRecorder) PluginEnable

func (mr *MockAPIClientMockRecorder) PluginEnable(arg0, arg1, arg2 any) *gomock.Call

PluginEnable indicates an expected call of PluginEnable.

func (*MockAPIClientMockRecorder) PluginInspectWithRaw

func (mr *MockAPIClientMockRecorder) PluginInspectWithRaw(arg0, arg1 any) *gomock.Call

PluginInspectWithRaw indicates an expected call of PluginInspectWithRaw.

func (*MockAPIClientMockRecorder) PluginInstall

func (mr *MockAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 any) *gomock.Call

PluginInstall indicates an expected call of PluginInstall.

func (*MockAPIClientMockRecorder) PluginList

func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 any) *gomock.Call

PluginList indicates an expected call of PluginList.

func (*MockAPIClientMockRecorder) PluginPush

func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 any) *gomock.Call

PluginPush indicates an expected call of PluginPush.

func (*MockAPIClientMockRecorder) PluginRemove

func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 any) *gomock.Call

PluginRemove indicates an expected call of PluginRemove.

func (*MockAPIClientMockRecorder) PluginSet

func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 any) *gomock.Call

PluginSet indicates an expected call of PluginSet.

func (*MockAPIClientMockRecorder) PluginUpgrade

func (mr *MockAPIClientMockRecorder) PluginUpgrade(arg0, arg1, arg2 any) *gomock.Call

PluginUpgrade indicates an expected call of PluginUpgrade.

func (*MockAPIClientMockRecorder) RegistryLogin

func (mr *MockAPIClientMockRecorder) RegistryLogin(arg0, arg1 any) *gomock.Call

RegistryLogin indicates an expected call of RegistryLogin.

func (*MockAPIClientMockRecorder) SecretCreate

func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 any) *gomock.Call

SecretCreate indicates an expected call of SecretCreate.

func (*MockAPIClientMockRecorder) SecretInspectWithRaw

func (mr *MockAPIClientMockRecorder) SecretInspectWithRaw(arg0, arg1 any) *gomock.Call

SecretInspectWithRaw indicates an expected call of SecretInspectWithRaw.

func (*MockAPIClientMockRecorder) SecretList

func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 any) *gomock.Call

SecretList indicates an expected call of SecretList.

func (*MockAPIClientMockRecorder) SecretRemove

func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1 any) *gomock.Call

SecretRemove indicates an expected call of SecretRemove.

func (*MockAPIClientMockRecorder) SecretUpdate

func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2, arg3 any) *gomock.Call

SecretUpdate indicates an expected call of SecretUpdate.

func (*MockAPIClientMockRecorder) ServerVersion

func (mr *MockAPIClientMockRecorder) ServerVersion(arg0 any) *gomock.Call

ServerVersion indicates an expected call of ServerVersion.

func (*MockAPIClientMockRecorder) ServiceCreate

func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1, arg2 any) *gomock.Call

ServiceCreate indicates an expected call of ServiceCreate.

func (*MockAPIClientMockRecorder) ServiceInspectWithRaw

func (mr *MockAPIClientMockRecorder) ServiceInspectWithRaw(arg0, arg1, arg2 any) *gomock.Call

ServiceInspectWithRaw indicates an expected call of ServiceInspectWithRaw.

func (*MockAPIClientMockRecorder) ServiceList

func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 any) *gomock.Call

ServiceList indicates an expected call of ServiceList.

func (*MockAPIClientMockRecorder) ServiceLogs

func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 any) *gomock.Call

ServiceLogs indicates an expected call of ServiceLogs.

func (*MockAPIClientMockRecorder) ServiceRemove

func (mr *MockAPIClientMockRecorder) ServiceRemove(arg0, arg1 any) *gomock.Call

ServiceRemove indicates an expected call of ServiceRemove.

func (*MockAPIClientMockRecorder) ServiceUpdate

func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

ServiceUpdate indicates an expected call of ServiceUpdate.

func (*MockAPIClientMockRecorder) SwarmGetUnlockKey

func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 any) *gomock.Call

SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey.

func (*MockAPIClientMockRecorder) SwarmInit

func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 any) *gomock.Call

SwarmInit indicates an expected call of SwarmInit.

func (*MockAPIClientMockRecorder) SwarmInspect

func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0 any) *gomock.Call

SwarmInspect indicates an expected call of SwarmInspect.

func (*MockAPIClientMockRecorder) SwarmJoin

func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 any) *gomock.Call

SwarmJoin indicates an expected call of SwarmJoin.

func (*MockAPIClientMockRecorder) SwarmLeave

func (mr *MockAPIClientMockRecorder) SwarmLeave(arg0, arg1 any) *gomock.Call

SwarmLeave indicates an expected call of SwarmLeave.

func (*MockAPIClientMockRecorder) SwarmUnlock

func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 any) *gomock.Call

SwarmUnlock indicates an expected call of SwarmUnlock.

func (*MockAPIClientMockRecorder) SwarmUpdate

func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1, arg2, arg3 any) *gomock.Call

SwarmUpdate indicates an expected call of SwarmUpdate.

func (*MockAPIClientMockRecorder) TaskInspectWithRaw

func (mr *MockAPIClientMockRecorder) TaskInspectWithRaw(arg0, arg1 any) *gomock.Call

TaskInspectWithRaw indicates an expected call of TaskInspectWithRaw.

func (*MockAPIClientMockRecorder) TaskList

func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 any) *gomock.Call

TaskList indicates an expected call of TaskList.

func (*MockAPIClientMockRecorder) TaskLogs

func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 any) *gomock.Call

TaskLogs indicates an expected call of TaskLogs.

func (*MockAPIClientMockRecorder) VolumeCreate

func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 any) *gomock.Call

VolumeCreate indicates an expected call of VolumeCreate.

func (*MockAPIClientMockRecorder) VolumeInspect

func (mr *MockAPIClientMockRecorder) VolumeInspect(arg0, arg1 any) *gomock.Call

VolumeInspect indicates an expected call of VolumeInspect.

func (*MockAPIClientMockRecorder) VolumeInspectWithRaw

func (mr *MockAPIClientMockRecorder) VolumeInspectWithRaw(arg0, arg1 any) *gomock.Call

VolumeInspectWithRaw indicates an expected call of VolumeInspectWithRaw.

func (*MockAPIClientMockRecorder) VolumeList

func (mr *MockAPIClientMockRecorder) VolumeList(arg0, arg1 any) *gomock.Call

VolumeList indicates an expected call of VolumeList.

func (*MockAPIClientMockRecorder) VolumeRemove

func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 any) *gomock.Call

VolumeRemove indicates an expected call of VolumeRemove.

func (*MockAPIClientMockRecorder) VolumeUpdate added in v2.12.0

func (mr *MockAPIClientMockRecorder) VolumeUpdate(arg0, arg1, arg2, arg3 any) *gomock.Call

VolumeUpdate indicates an expected call of VolumeUpdate.

func (*MockAPIClientMockRecorder) VolumesPrune

func (mr *MockAPIClientMockRecorder) VolumesPrune(arg0, arg1 any) *gomock.Call

VolumesPrune indicates an expected call of VolumesPrune.

type MockCli added in v2.3.3

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

MockCli is a mock of Cli interface.

func NewMockCli added in v2.3.3

func NewMockCli(ctrl *gomock.Controller) *MockCli

NewMockCli creates a new mock instance.

func (*MockCli) Apply added in v2.3.3

func (m *MockCli) Apply(arg0 ...command.CLIOption) error

Apply mocks base method.

func (*MockCli) BuildKitEnabled added in v2.3.4

func (m *MockCli) BuildKitEnabled() (bool, error)

BuildKitEnabled mocks base method.

func (*MockCli) Client added in v2.3.3

func (m *MockCli) Client() client0.APIClient

Client mocks base method.

func (*MockCli) ConfigFile added in v2.3.3

func (m *MockCli) ConfigFile() *configfile.ConfigFile

ConfigFile mocks base method.

func (*MockCli) ContentTrustEnabled added in v2.3.3

func (m *MockCli) ContentTrustEnabled() bool

ContentTrustEnabled mocks base method.

func (*MockCli) ContextStore added in v2.3.3

func (m *MockCli) ContextStore() store.Store

ContextStore mocks base method.

func (*MockCli) CurrentContext added in v2.3.3

func (m *MockCli) CurrentContext() string

CurrentContext mocks base method.

func (*MockCli) CurrentVersion added in v2.16.0

func (m *MockCli) CurrentVersion() string

CurrentVersion mocks base method.

func (*MockCli) DefaultVersion added in v2.3.3

func (m *MockCli) DefaultVersion() string

DefaultVersion mocks base method.

func (*MockCli) DockerEndpoint added in v2.3.3

func (m *MockCli) DockerEndpoint() docker.Endpoint

DockerEndpoint mocks base method.

func (*MockCli) EXPECT added in v2.3.3

func (m *MockCli) EXPECT() *MockCliMockRecorder

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

func (*MockCli) Err added in v2.3.3

func (m *MockCli) Err() io.Writer

Err mocks base method.

func (*MockCli) In added in v2.3.3

func (m *MockCli) In() *streams.In

In mocks base method.

func (*MockCli) ManifestStore added in v2.3.3

func (m *MockCli) ManifestStore() store0.Store

ManifestStore mocks base method.

func (*MockCli) MeterProvider added in v2.27.0

func (m *MockCli) MeterProvider(arg0 context.Context, arg1 ...metric.Option) command.MeterProvider

MeterProvider mocks base method.

func (*MockCli) NotaryClient added in v2.3.3

func (m *MockCli) NotaryClient(arg0 trust.ImageRefAndAuth, arg1 []string) (client1.Repository, error)

NotaryClient mocks base method.

func (*MockCli) Out added in v2.3.3

func (m *MockCli) Out() *streams.Out

Out mocks base method.

func (*MockCli) RegistryClient added in v2.3.3

func (m *MockCli) RegistryClient(arg0 bool) client.RegistryClient

RegistryClient mocks base method.

func (*MockCli) Resource added in v2.27.0

func (m *MockCli) Resource() *resource.Resource

Resource mocks base method.

func (*MockCli) ServerInfo added in v2.3.3

func (m *MockCli) ServerInfo() command.ServerInfo

ServerInfo mocks base method.

func (*MockCli) SetIn added in v2.3.3

func (m *MockCli) SetIn(arg0 *streams.In)

SetIn mocks base method.

func (*MockCli) TracerProvider added in v2.27.0

func (m *MockCli) TracerProvider(arg0 context.Context, arg1 ...trace.TracerProviderOption) command.TracerProvider

TracerProvider mocks base method.

type MockCliMockRecorder added in v2.3.3

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

MockCliMockRecorder is the mock recorder for MockCli.

func (*MockCliMockRecorder) Apply added in v2.3.3

func (mr *MockCliMockRecorder) Apply(arg0 ...any) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockCliMockRecorder) BuildKitEnabled added in v2.3.4

func (mr *MockCliMockRecorder) BuildKitEnabled() *gomock.Call

BuildKitEnabled indicates an expected call of BuildKitEnabled.

func (*MockCliMockRecorder) Client added in v2.3.3

func (mr *MockCliMockRecorder) Client() *gomock.Call

Client indicates an expected call of Client.

func (*MockCliMockRecorder) ConfigFile added in v2.3.3

func (mr *MockCliMockRecorder) ConfigFile() *gomock.Call

ConfigFile indicates an expected call of ConfigFile.

func (*MockCliMockRecorder) ContentTrustEnabled added in v2.3.3

func (mr *MockCliMockRecorder) ContentTrustEnabled() *gomock.Call

ContentTrustEnabled indicates an expected call of ContentTrustEnabled.

func (*MockCliMockRecorder) ContextStore added in v2.3.3

func (mr *MockCliMockRecorder) ContextStore() *gomock.Call

ContextStore indicates an expected call of ContextStore.

func (*MockCliMockRecorder) CurrentContext added in v2.3.3

func (mr *MockCliMockRecorder) CurrentContext() *gomock.Call

CurrentContext indicates an expected call of CurrentContext.

func (*MockCliMockRecorder) CurrentVersion added in v2.16.0

func (mr *MockCliMockRecorder) CurrentVersion() *gomock.Call

CurrentVersion indicates an expected call of CurrentVersion.

func (*MockCliMockRecorder) DefaultVersion added in v2.3.3

func (mr *MockCliMockRecorder) DefaultVersion() *gomock.Call

DefaultVersion indicates an expected call of DefaultVersion.

func (*MockCliMockRecorder) DockerEndpoint added in v2.3.3

func (mr *MockCliMockRecorder) DockerEndpoint() *gomock.Call

DockerEndpoint indicates an expected call of DockerEndpoint.

func (*MockCliMockRecorder) Err added in v2.3.3

func (mr *MockCliMockRecorder) Err() *gomock.Call

Err indicates an expected call of Err.

func (*MockCliMockRecorder) In added in v2.3.3

func (mr *MockCliMockRecorder) In() *gomock.Call

In indicates an expected call of In.

func (*MockCliMockRecorder) ManifestStore added in v2.3.3

func (mr *MockCliMockRecorder) ManifestStore() *gomock.Call

ManifestStore indicates an expected call of ManifestStore.

func (*MockCliMockRecorder) MeterProvider added in v2.27.0

func (mr *MockCliMockRecorder) MeterProvider(arg0 any, arg1 ...any) *gomock.Call

MeterProvider indicates an expected call of MeterProvider.

func (*MockCliMockRecorder) NotaryClient added in v2.3.3

func (mr *MockCliMockRecorder) NotaryClient(arg0, arg1 any) *gomock.Call

NotaryClient indicates an expected call of NotaryClient.

func (*MockCliMockRecorder) Out added in v2.3.3

func (mr *MockCliMockRecorder) Out() *gomock.Call

Out indicates an expected call of Out.

func (*MockCliMockRecorder) RegistryClient added in v2.3.3

func (mr *MockCliMockRecorder) RegistryClient(arg0 any) *gomock.Call

RegistryClient indicates an expected call of RegistryClient.

func (*MockCliMockRecorder) Resource added in v2.27.0

func (mr *MockCliMockRecorder) Resource() *gomock.Call

Resource indicates an expected call of Resource.

func (*MockCliMockRecorder) ServerInfo added in v2.3.3

func (mr *MockCliMockRecorder) ServerInfo() *gomock.Call

ServerInfo indicates an expected call of ServerInfo.

func (*MockCliMockRecorder) SetIn added in v2.3.3

func (mr *MockCliMockRecorder) SetIn(arg0 any) *gomock.Call

SetIn indicates an expected call of SetIn.

func (*MockCliMockRecorder) TracerProvider added in v2.27.0

func (mr *MockCliMockRecorder) TracerProvider(arg0 any, arg1 ...any) *gomock.Call

TracerProvider indicates an expected call of TracerProvider.

type MockLogConsumer added in v2.6.1

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

MockLogConsumer is a mock of LogConsumer interface.

func NewMockLogConsumer added in v2.6.1

func NewMockLogConsumer(ctrl *gomock.Controller) *MockLogConsumer

NewMockLogConsumer creates a new mock instance.

func (*MockLogConsumer) EXPECT added in v2.6.1

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

func (*MockLogConsumer) Err added in v2.14.1

func (m *MockLogConsumer) Err(containerName, message string)

Err mocks base method.

func (*MockLogConsumer) Log added in v2.6.1

func (m *MockLogConsumer) Log(containerName, message string)

Log mocks base method.

func (*MockLogConsumer) Register added in v2.6.1

func (m *MockLogConsumer) Register(container string)

Register mocks base method.

func (*MockLogConsumer) Status added in v2.6.1

func (m *MockLogConsumer) Status(container, msg string)

Status mocks base method.

type MockLogConsumerMockRecorder added in v2.6.1

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

MockLogConsumerMockRecorder is the mock recorder for MockLogConsumer.

func (*MockLogConsumerMockRecorder) Err added in v2.14.1

func (mr *MockLogConsumerMockRecorder) Err(containerName, message any) *gomock.Call

Err indicates an expected call of Err.

func (*MockLogConsumerMockRecorder) Log added in v2.6.1

func (mr *MockLogConsumerMockRecorder) Log(containerName, message any) *gomock.Call

Log indicates an expected call of Log.

func (*MockLogConsumerMockRecorder) Register added in v2.6.1

func (mr *MockLogConsumerMockRecorder) Register(container any) *gomock.Call

Register indicates an expected call of Register.

func (*MockLogConsumerMockRecorder) Status added in v2.6.1

func (mr *MockLogConsumerMockRecorder) Status(container, msg any) *gomock.Call

Status indicates an expected call of Status.

type MockService added in v2.6.1

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

MockService is a mock of Service interface.

func NewMockService added in v2.6.1

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance.

func (*MockService) Attach added in v2.24.0

func (m *MockService) Attach(ctx context.Context, projectName string, options api.AttachOptions) error

Attach mocks base method.

func (*MockService) Build added in v2.6.1

func (m *MockService) Build(ctx context.Context, project *types.Project, options api.BuildOptions) error

Build mocks base method.

func (*MockService) Copy added in v2.6.1

func (m *MockService) Copy(ctx context.Context, projectName string, options api.CopyOptions) error

Copy mocks base method.

func (*MockService) Create added in v2.6.1

func (m *MockService) Create(ctx context.Context, project *types.Project, options api.CreateOptions) error

Create mocks base method.

func (*MockService) Down added in v2.6.1

func (m *MockService) Down(ctx context.Context, projectName string, options api.DownOptions) error

Down mocks base method.

func (*MockService) DryRunMode added in v2.16.0

func (m *MockService) DryRunMode(ctx context.Context, dryRun bool) (context.Context, error)

DryRunMode mocks base method.

func (*MockService) EXPECT added in v2.6.1

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) Events added in v2.6.1

func (m *MockService) Events(ctx context.Context, projectName string, options api.EventsOptions) error

Events mocks base method.

func (*MockService) Exec added in v2.6.1

func (m *MockService) Exec(ctx context.Context, projectName string, options api.RunOptions) (int, error)

Exec mocks base method.

func (*MockService) Images added in v2.6.1

func (m *MockService) Images(ctx context.Context, projectName string, options api.ImagesOptions) ([]api.ImageSummary, error)

Images mocks base method.

func (*MockService) Kill added in v2.6.1

func (m *MockService) Kill(ctx context.Context, projectName string, options api.KillOptions) error

Kill mocks base method.

func (*MockService) List added in v2.6.1

func (m *MockService) List(ctx context.Context, options api.ListOptions) ([]api.Stack, error)

List mocks base method.

func (*MockService) Logs added in v2.6.1

func (m *MockService) Logs(ctx context.Context, projectName string, consumer api.LogConsumer, options api.LogOptions) error

Logs mocks base method.

func (*MockService) MaxConcurrency added in v2.14.1

func (m *MockService) MaxConcurrency(parallel int)

MaxConcurrency mocks base method.

func (*MockService) Pause added in v2.6.1

func (m *MockService) Pause(ctx context.Context, projectName string, options api.PauseOptions) error

Pause mocks base method.

func (*MockService) Port added in v2.6.1

func (m *MockService) Port(ctx context.Context, projectName, service string, port uint16, options api.PortOptions) (string, int, error)

Port mocks base method.

func (*MockService) Ps added in v2.6.1

func (m *MockService) Ps(ctx context.Context, projectName string, options api.PsOptions) ([]api.ContainerSummary, error)

Ps mocks base method.

func (*MockService) Publish added in v2.22.0

func (m *MockService) Publish(ctx context.Context, project *types.Project, repository string, options api.PublishOptions) error

Publish mocks base method.

func (*MockService) Pull added in v2.6.1

func (m *MockService) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error

Pull mocks base method.

func (*MockService) Push added in v2.6.1

func (m *MockService) Push(ctx context.Context, project *types.Project, options api.PushOptions) error

Push mocks base method.

func (*MockService) Remove added in v2.6.1

func (m *MockService) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error

Remove mocks base method.

func (*MockService) Restart added in v2.6.1

func (m *MockService) Restart(ctx context.Context, projectName string, options api.RestartOptions) error

Restart mocks base method.

func (*MockService) RunOneOffContainer added in v2.6.1

func (m *MockService) RunOneOffContainer(ctx context.Context, project *types.Project, opts api.RunOptions) (int, error)

RunOneOffContainer mocks base method.

func (*MockService) Scale added in v2.22.0

func (m *MockService) Scale(ctx context.Context, project *types.Project, options api.ScaleOptions) error

Scale mocks base method.

func (*MockService) Start added in v2.6.1

func (m *MockService) Start(ctx context.Context, projectName string, options api.StartOptions) error

Start mocks base method.

func (*MockService) Stop added in v2.6.1

func (m *MockService) Stop(ctx context.Context, projectName string, options api.StopOptions) error

Stop mocks base method.

func (*MockService) Top added in v2.6.1

func (m *MockService) Top(ctx context.Context, projectName string, services []string) ([]api.ContainerProcSummary, error)

Top mocks base method.

func (*MockService) UnPause added in v2.6.1

func (m *MockService) UnPause(ctx context.Context, projectName string, options api.PauseOptions) error

UnPause mocks base method.

func (*MockService) Up added in v2.6.1

func (m *MockService) Up(ctx context.Context, project *types.Project, options api.UpOptions) error

Up mocks base method.

func (*MockService) Viz added in v2.18.0

func (m *MockService) Viz(ctx context.Context, project *types.Project, options api.VizOptions) (string, error)

Viz mocks base method.

func (*MockService) Wait added in v2.20.0

func (m *MockService) Wait(ctx context.Context, projectName string, options api.WaitOptions) (int64, error)

Wait mocks base method.

func (*MockService) Watch added in v2.16.0

func (m *MockService) Watch(ctx context.Context, project *types.Project, services []string, options api.WatchOptions) error

Watch mocks base method.

type MockServiceMockRecorder added in v2.6.1

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

MockServiceMockRecorder is the mock recorder for MockService.

func (*MockServiceMockRecorder) Attach added in v2.24.0

func (mr *MockServiceMockRecorder) Attach(ctx, projectName, options any) *gomock.Call

Attach indicates an expected call of Attach.

func (*MockServiceMockRecorder) Build added in v2.6.1

func (mr *MockServiceMockRecorder) Build(ctx, project, options any) *gomock.Call

Build indicates an expected call of Build.

func (*MockServiceMockRecorder) Copy added in v2.6.1

func (mr *MockServiceMockRecorder) Copy(ctx, projectName, options any) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockServiceMockRecorder) Create added in v2.6.1

func (mr *MockServiceMockRecorder) Create(ctx, project, options any) *gomock.Call

Create indicates an expected call of Create.

func (*MockServiceMockRecorder) Down added in v2.6.1

func (mr *MockServiceMockRecorder) Down(ctx, projectName, options any) *gomock.Call

Down indicates an expected call of Down.

func (*MockServiceMockRecorder) DryRunMode added in v2.16.0

func (mr *MockServiceMockRecorder) DryRunMode(ctx, dryRun any) *gomock.Call

DryRunMode indicates an expected call of DryRunMode.

func (*MockServiceMockRecorder) Events added in v2.6.1

func (mr *MockServiceMockRecorder) Events(ctx, projectName, options any) *gomock.Call

Events indicates an expected call of Events.

func (*MockServiceMockRecorder) Exec added in v2.6.1

func (mr *MockServiceMockRecorder) Exec(ctx, projectName, options any) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockServiceMockRecorder) Images added in v2.6.1

func (mr *MockServiceMockRecorder) Images(ctx, projectName, options any) *gomock.Call

Images indicates an expected call of Images.

func (*MockServiceMockRecorder) Kill added in v2.6.1

func (mr *MockServiceMockRecorder) Kill(ctx, projectName, options any) *gomock.Call

Kill indicates an expected call of Kill.

func (*MockServiceMockRecorder) List added in v2.6.1

func (mr *MockServiceMockRecorder) List(ctx, options any) *gomock.Call

List indicates an expected call of List.

func (*MockServiceMockRecorder) Logs added in v2.6.1

func (mr *MockServiceMockRecorder) Logs(ctx, projectName, consumer, options any) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockServiceMockRecorder) MaxConcurrency added in v2.14.1

func (mr *MockServiceMockRecorder) MaxConcurrency(parallel any) *gomock.Call

MaxConcurrency indicates an expected call of MaxConcurrency.

func (*MockServiceMockRecorder) Pause added in v2.6.1

func (mr *MockServiceMockRecorder) Pause(ctx, projectName, options any) *gomock.Call

Pause indicates an expected call of Pause.

func (*MockServiceMockRecorder) Port added in v2.6.1

func (mr *MockServiceMockRecorder) Port(ctx, projectName, service, port, options any) *gomock.Call

Port indicates an expected call of Port.

func (*MockServiceMockRecorder) Ps added in v2.6.1

func (mr *MockServiceMockRecorder) Ps(ctx, projectName, options any) *gomock.Call

Ps indicates an expected call of Ps.

func (*MockServiceMockRecorder) Publish added in v2.22.0

func (mr *MockServiceMockRecorder) Publish(ctx, project, repository, options any) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockServiceMockRecorder) Pull added in v2.6.1

func (mr *MockServiceMockRecorder) Pull(ctx, project, options any) *gomock.Call

Pull indicates an expected call of Pull.

func (*MockServiceMockRecorder) Push added in v2.6.1

func (mr *MockServiceMockRecorder) Push(ctx, project, options any) *gomock.Call

Push indicates an expected call of Push.

func (*MockServiceMockRecorder) Remove added in v2.6.1

func (mr *MockServiceMockRecorder) Remove(ctx, projectName, options any) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockServiceMockRecorder) Restart added in v2.6.1

func (mr *MockServiceMockRecorder) Restart(ctx, projectName, options any) *gomock.Call

Restart indicates an expected call of Restart.

func (*MockServiceMockRecorder) RunOneOffContainer added in v2.6.1

func (mr *MockServiceMockRecorder) RunOneOffContainer(ctx, project, opts any) *gomock.Call

RunOneOffContainer indicates an expected call of RunOneOffContainer.

func (*MockServiceMockRecorder) Scale added in v2.22.0

func (mr *MockServiceMockRecorder) Scale(ctx, project, options any) *gomock.Call

Scale indicates an expected call of Scale.

func (*MockServiceMockRecorder) Start added in v2.6.1

func (mr *MockServiceMockRecorder) Start(ctx, projectName, options any) *gomock.Call

Start indicates an expected call of Start.

func (*MockServiceMockRecorder) Stop added in v2.6.1

func (mr *MockServiceMockRecorder) Stop(ctx, projectName, options any) *gomock.Call

Stop indicates an expected call of Stop.

func (*MockServiceMockRecorder) Top added in v2.6.1

func (mr *MockServiceMockRecorder) Top(ctx, projectName, services any) *gomock.Call

Top indicates an expected call of Top.

func (*MockServiceMockRecorder) UnPause added in v2.6.1

func (mr *MockServiceMockRecorder) UnPause(ctx, projectName, options any) *gomock.Call

UnPause indicates an expected call of UnPause.

func (*MockServiceMockRecorder) Up added in v2.6.1

func (mr *MockServiceMockRecorder) Up(ctx, project, options any) *gomock.Call

Up indicates an expected call of Up.

func (*MockServiceMockRecorder) Viz added in v2.18.0

func (mr *MockServiceMockRecorder) Viz(ctx, project, options any) *gomock.Call

Viz indicates an expected call of Viz.

func (*MockServiceMockRecorder) Wait added in v2.20.0

func (mr *MockServiceMockRecorder) Wait(ctx, projectName, options any) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockServiceMockRecorder) Watch added in v2.16.0

func (mr *MockServiceMockRecorder) Watch(ctx, project, services, options any) *gomock.Call

Watch indicates an expected call of Watch.

Jump to

Keyboard shortcuts

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