mocks

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockContainerRuntime

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

MockContainerRuntime is a mock of ContainerRuntime interface.

func NewMockContainerRuntime

func NewMockContainerRuntime(ctrl *gomock.Controller) *MockContainerRuntime

NewMockContainerRuntime creates a new mock instance.

func (*MockContainerRuntime) Config

Config mocks base method.

func (*MockContainerRuntime) CreateContainer

func (m *MockContainerRuntime) CreateContainer(arg0 context.Context, arg1 *types.NodeConfig) (string, error)

CreateContainer mocks base method.

func (*MockContainerRuntime) CreateNet

func (m *MockContainerRuntime) CreateNet(arg0 context.Context) error

CreateNet mocks base method.

func (*MockContainerRuntime) DeleteContainer

func (m *MockContainerRuntime) DeleteContainer(arg0 context.Context, arg1 string) error

DeleteContainer mocks base method.

func (*MockContainerRuntime) DeleteNet

func (m *MockContainerRuntime) DeleteNet(arg0 context.Context) error

DeleteNet mocks base method.

func (*MockContainerRuntime) EXPECT

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

func (*MockContainerRuntime) Exec

func (m *MockContainerRuntime) Exec(arg0 context.Context, arg1 string, arg2 []string) ([]byte, []byte, error)

Exec mocks base method.

func (*MockContainerRuntime) ExecNotWait

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

ExecNotWait mocks base method.

func (*MockContainerRuntime) GetContainerStatus

func (m *MockContainerRuntime) GetContainerStatus(ctx context.Context, cID string) runtime.ContainerStatus

GetContainerStatus mocks base method.

func (*MockContainerRuntime) GetHostsPath

func (m *MockContainerRuntime) GetHostsPath(arg0 context.Context, arg1 string) (string, error)

GetHostsPath mocks base method.

func (*MockContainerRuntime) GetNSPath

func (m *MockContainerRuntime) GetNSPath(arg0 context.Context, arg1 string) (string, error)

GetNSPath mocks base method.

func (*MockContainerRuntime) GetName

func (m *MockContainerRuntime) GetName() string

GetName mocks base method.

func (*MockContainerRuntime) Init

Init mocks base method.

func (*MockContainerRuntime) ListContainers

func (m *MockContainerRuntime) ListContainers(arg0 context.Context, arg1 []*types.GenericFilter) ([]types.GenericContainer, error)

ListContainers mocks base method.

func (*MockContainerRuntime) Mgmt

func (m *MockContainerRuntime) Mgmt() *types.MgmtNet

Mgmt mocks base method.

func (*MockContainerRuntime) PauseContainer

func (m *MockContainerRuntime) PauseContainer(arg0 context.Context, arg1 string) error

PauseContainer mocks base method.

func (*MockContainerRuntime) PullImageIfRequired

func (m *MockContainerRuntime) PullImageIfRequired(arg0 context.Context, arg1 string) error

PullImageIfRequired mocks base method.

func (*MockContainerRuntime) StartContainer

func (m *MockContainerRuntime) StartContainer(arg0 context.Context, arg1 string, arg2 *types.NodeConfig) (interface{}, error)

StartContainer mocks base method.

func (*MockContainerRuntime) StopContainer

func (m *MockContainerRuntime) StopContainer(arg0 context.Context, arg1 string) error

StopContainer mocks base method.

func (*MockContainerRuntime) UnpauseContainer

func (m *MockContainerRuntime) UnpauseContainer(arg0 context.Context, arg1 string) error

UnpauseContainer mocks base method.

func (*MockContainerRuntime) WithConfig

func (m *MockContainerRuntime) WithConfig(arg0 *runtime.RuntimeConfig)

WithConfig mocks base method.

func (*MockContainerRuntime) WithKeepMgmtNet

func (m *MockContainerRuntime) WithKeepMgmtNet()

WithKeepMgmtNet mocks base method.

func (*MockContainerRuntime) WithMgmtNet

func (m *MockContainerRuntime) WithMgmtNet(arg0 *types.MgmtNet)

WithMgmtNet mocks base method.

type MockContainerRuntimeMockRecorder

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

MockContainerRuntimeMockRecorder is the mock recorder for MockContainerRuntime.

func (*MockContainerRuntimeMockRecorder) Config

Config indicates an expected call of Config.

func (*MockContainerRuntimeMockRecorder) CreateContainer

func (mr *MockContainerRuntimeMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call

CreateContainer indicates an expected call of CreateContainer.

func (*MockContainerRuntimeMockRecorder) CreateNet

func (mr *MockContainerRuntimeMockRecorder) CreateNet(arg0 interface{}) *gomock.Call

CreateNet indicates an expected call of CreateNet.

func (*MockContainerRuntimeMockRecorder) DeleteContainer

func (mr *MockContainerRuntimeMockRecorder) DeleteContainer(arg0, arg1 interface{}) *gomock.Call

DeleteContainer indicates an expected call of DeleteContainer.

func (*MockContainerRuntimeMockRecorder) DeleteNet

func (mr *MockContainerRuntimeMockRecorder) DeleteNet(arg0 interface{}) *gomock.Call

DeleteNet indicates an expected call of DeleteNet.

func (*MockContainerRuntimeMockRecorder) Exec

func (mr *MockContainerRuntimeMockRecorder) Exec(arg0, arg1, arg2 interface{}) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockContainerRuntimeMockRecorder) ExecNotWait

func (mr *MockContainerRuntimeMockRecorder) ExecNotWait(arg0, arg1, arg2 interface{}) *gomock.Call

ExecNotWait indicates an expected call of ExecNotWait.

func (*MockContainerRuntimeMockRecorder) GetContainerStatus

func (mr *MockContainerRuntimeMockRecorder) GetContainerStatus(ctx, cID interface{}) *gomock.Call

GetContainerStatus indicates an expected call of GetContainerStatus.

func (*MockContainerRuntimeMockRecorder) GetHostsPath

func (mr *MockContainerRuntimeMockRecorder) GetHostsPath(arg0, arg1 interface{}) *gomock.Call

GetHostsPath indicates an expected call of GetHostsPath.

func (*MockContainerRuntimeMockRecorder) GetNSPath

func (mr *MockContainerRuntimeMockRecorder) GetNSPath(arg0, arg1 interface{}) *gomock.Call

GetNSPath indicates an expected call of GetNSPath.

func (*MockContainerRuntimeMockRecorder) GetName

GetName indicates an expected call of GetName.

func (*MockContainerRuntimeMockRecorder) Init

func (mr *MockContainerRuntimeMockRecorder) Init(arg0 ...interface{}) *gomock.Call

Init indicates an expected call of Init.

func (*MockContainerRuntimeMockRecorder) ListContainers

func (mr *MockContainerRuntimeMockRecorder) ListContainers(arg0, arg1 interface{}) *gomock.Call

ListContainers indicates an expected call of ListContainers.

func (*MockContainerRuntimeMockRecorder) Mgmt

Mgmt indicates an expected call of Mgmt.

func (*MockContainerRuntimeMockRecorder) PauseContainer

func (mr *MockContainerRuntimeMockRecorder) PauseContainer(arg0, arg1 interface{}) *gomock.Call

PauseContainer indicates an expected call of PauseContainer.

func (*MockContainerRuntimeMockRecorder) PullImageIfRequired

func (mr *MockContainerRuntimeMockRecorder) PullImageIfRequired(arg0, arg1 interface{}) *gomock.Call

PullImageIfRequired indicates an expected call of PullImageIfRequired.

func (*MockContainerRuntimeMockRecorder) StartContainer

func (mr *MockContainerRuntimeMockRecorder) StartContainer(arg0, arg1, arg2 interface{}) *gomock.Call

StartContainer indicates an expected call of StartContainer.

func (*MockContainerRuntimeMockRecorder) StopContainer

func (mr *MockContainerRuntimeMockRecorder) StopContainer(arg0, arg1 interface{}) *gomock.Call

StopContainer indicates an expected call of StopContainer.

func (*MockContainerRuntimeMockRecorder) UnpauseContainer

func (mr *MockContainerRuntimeMockRecorder) UnpauseContainer(arg0, arg1 interface{}) *gomock.Call

UnpauseContainer indicates an expected call of UnpauseContainer.

func (*MockContainerRuntimeMockRecorder) WithConfig

func (mr *MockContainerRuntimeMockRecorder) WithConfig(arg0 interface{}) *gomock.Call

WithConfig indicates an expected call of WithConfig.

func (*MockContainerRuntimeMockRecorder) WithKeepMgmtNet

func (mr *MockContainerRuntimeMockRecorder) WithKeepMgmtNet() *gomock.Call

WithKeepMgmtNet indicates an expected call of WithKeepMgmtNet.

func (*MockContainerRuntimeMockRecorder) WithMgmtNet

func (mr *MockContainerRuntimeMockRecorder) WithMgmtNet(arg0 interface{}) *gomock.Call

WithMgmtNet indicates an expected call of WithMgmtNet.

type MockDependencyManager

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

MockDependencyManager is a mock of DependencyManager interface.

func NewMockDependencyManager

func NewMockDependencyManager(ctrl *gomock.Controller) *MockDependencyManager

NewMockDependencyManager creates a new mock instance.

func (*MockDependencyManager) AddDependency

func (m *MockDependencyManager) AddDependency(dependee, depender string) error

AddDependency mocks base method.

func (*MockDependencyManager) AddNode

func (m *MockDependencyManager) AddNode(name string)

AddNode mocks base method.

func (*MockDependencyManager) CheckAcyclicity

func (m *MockDependencyManager) CheckAcyclicity() error

CheckAcyclicity mocks base method.

func (*MockDependencyManager) EXPECT

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

func (*MockDependencyManager) SignalDone

func (m *MockDependencyManager) SignalDone(nodeName string)

SignalDone mocks base method.

func (*MockDependencyManager) String

func (m *MockDependencyManager) String() string

String mocks base method.

func (*MockDependencyManager) WaitForNodeDependencies

func (m *MockDependencyManager) WaitForNodeDependencies(nodeName string) error

WaitForNodeDependencies mocks base method.

type MockDependencyManagerMockRecorder

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

MockDependencyManagerMockRecorder is the mock recorder for MockDependencyManager.

func (*MockDependencyManagerMockRecorder) AddDependency

func (mr *MockDependencyManagerMockRecorder) AddDependency(dependee, depender interface{}) *gomock.Call

AddDependency indicates an expected call of AddDependency.

func (*MockDependencyManagerMockRecorder) AddNode

func (mr *MockDependencyManagerMockRecorder) AddNode(name interface{}) *gomock.Call

AddNode indicates an expected call of AddNode.

func (*MockDependencyManagerMockRecorder) CheckAcyclicity

func (mr *MockDependencyManagerMockRecorder) CheckAcyclicity() *gomock.Call

CheckAcyclicity indicates an expected call of CheckAcyclicity.

func (*MockDependencyManagerMockRecorder) SignalDone

func (mr *MockDependencyManagerMockRecorder) SignalDone(nodeName interface{}) *gomock.Call

SignalDone indicates an expected call of SignalDone.

func (*MockDependencyManagerMockRecorder) String

String indicates an expected call of String.

func (*MockDependencyManagerMockRecorder) WaitForNodeDependencies

func (mr *MockDependencyManagerMockRecorder) WaitForNodeDependencies(nodeName interface{}) *gomock.Call

WaitForNodeDependencies indicates an expected call of WaitForNodeDependencies.

type MockNode

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

MockNode is a mock of Node interface.

func NewMockNode

func NewMockNode(ctrl *gomock.Controller) *MockNode

NewMockNode creates a new mock instance.

func (*MockNode) Config

func (m *MockNode) Config() *types.NodeConfig

Config mocks base method.

func (*MockNode) Delete

func (m *MockNode) Delete(arg0 context.Context) error

Delete mocks base method.

func (*MockNode) Deploy

func (m *MockNode) Deploy(arg0 context.Context) error

Deploy mocks base method.

func (*MockNode) EXPECT

func (m *MockNode) EXPECT() *MockNodeMockRecorder

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

func (*MockNode) GetImages

func (m *MockNode) GetImages() map[string]string

GetImages mocks base method.

func (*MockNode) GetRuntime

func (m *MockNode) GetRuntime() runtime.ContainerRuntime

GetRuntime mocks base method.

func (*MockNode) Init

func (m *MockNode) Init(arg0 *types.NodeConfig, arg1 ...nodes.NodeOption) error

Init mocks base method.

func (*MockNode) PostDeploy

func (m *MockNode) PostDeploy(arg0 context.Context, arg1 map[string]nodes.Node) error

PostDeploy mocks base method.

func (*MockNode) PreDeploy

func (m *MockNode) PreDeploy(configName, labCADir, labCARoot string) error

PreDeploy mocks base method.

func (*MockNode) SaveConfig

func (m *MockNode) SaveConfig(arg0 context.Context) error

SaveConfig mocks base method.

func (*MockNode) WithMgmtNet

func (m *MockNode) WithMgmtNet(arg0 *types.MgmtNet)

WithMgmtNet mocks base method.

func (*MockNode) WithRuntime

func (m *MockNode) WithRuntime(arg0 runtime.ContainerRuntime)

WithRuntime mocks base method.

type MockNodeMockRecorder

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

MockNodeMockRecorder is the mock recorder for MockNode.

func (*MockNodeMockRecorder) Config

func (mr *MockNodeMockRecorder) Config() *gomock.Call

Config indicates an expected call of Config.

func (*MockNodeMockRecorder) Delete

func (mr *MockNodeMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNodeMockRecorder) Deploy

func (mr *MockNodeMockRecorder) Deploy(arg0 interface{}) *gomock.Call

Deploy indicates an expected call of Deploy.

func (*MockNodeMockRecorder) GetImages

func (mr *MockNodeMockRecorder) GetImages() *gomock.Call

GetImages indicates an expected call of GetImages.

func (*MockNodeMockRecorder) GetRuntime

func (mr *MockNodeMockRecorder) GetRuntime() *gomock.Call

GetRuntime indicates an expected call of GetRuntime.

func (*MockNodeMockRecorder) Init

func (mr *MockNodeMockRecorder) Init(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Init indicates an expected call of Init.

func (*MockNodeMockRecorder) PostDeploy

func (mr *MockNodeMockRecorder) PostDeploy(arg0, arg1 interface{}) *gomock.Call

PostDeploy indicates an expected call of PostDeploy.

func (*MockNodeMockRecorder) PreDeploy

func (mr *MockNodeMockRecorder) PreDeploy(configName, labCADir, labCARoot interface{}) *gomock.Call

PreDeploy indicates an expected call of PreDeploy.

func (*MockNodeMockRecorder) SaveConfig

func (mr *MockNodeMockRecorder) SaveConfig(arg0 interface{}) *gomock.Call

SaveConfig indicates an expected call of SaveConfig.

func (*MockNodeMockRecorder) WithMgmtNet

func (mr *MockNodeMockRecorder) WithMgmtNet(arg0 interface{}) *gomock.Call

WithMgmtNet indicates an expected call of WithMgmtNet.

func (*MockNodeMockRecorder) WithRuntime

func (mr *MockNodeMockRecorder) WithRuntime(arg0 interface{}) *gomock.Call

WithRuntime indicates an expected call of WithRuntime.

Jump to

Keyboard shortcuts

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