Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockContainerEngine
- func (m *MockContainerEngine) ContainerIsExist(arg0 string) (bool, error)
- func (m *MockContainerEngine) EXPECT() *MockContainerEngineMockRecorder
- func (m *MockContainerEngine) PullImage(arg0 string) error
- func (m *MockContainerEngine) PutFileToMount(arg0 string, arg1 []byte) error
- func (m *MockContainerEngine) RunConsoleContainer(arg0, arg1 string, arg2 []string, arg3 []container.EnvVar) error
- func (m *MockContainerEngine) RunMonitorPlugin(arg0, arg1, arg2 string, arg3 []string, arg4 []container.EnvVar) error
- func (m *MockContainerEngine) StopContainer(arg0 string) error
- type MockContainerEngineMockRecorder
- func (mr *MockContainerEngineMockRecorder) ContainerIsExist(arg0 interface{}) *gomock.Call
- func (mr *MockContainerEngineMockRecorder) PullImage(arg0 interface{}) *gomock.Call
- func (mr *MockContainerEngineMockRecorder) PutFileToMount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContainerEngineMockRecorder) RunConsoleContainer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockContainerEngineMockRecorder) RunMonitorPlugin(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockContainerEngineMockRecorder) StopContainer(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockContainerEngine ¶
type MockContainerEngine struct {
// contains filtered or unexported fields
}
MockContainerEngine is a mock of ContainerEngine interface.
func NewMockContainerEngine ¶
func NewMockContainerEngine(ctrl *gomock.Controller) *MockContainerEngine
NewMockContainerEngine creates a new mock instance.
func (*MockContainerEngine) ContainerIsExist ¶
func (m *MockContainerEngine) ContainerIsExist(arg0 string) (bool, error)
ContainerIsExist mocks base method.
func (*MockContainerEngine) EXPECT ¶
func (m *MockContainerEngine) EXPECT() *MockContainerEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockContainerEngine) PullImage ¶
func (m *MockContainerEngine) PullImage(arg0 string) error
PullImage mocks base method.
func (*MockContainerEngine) PutFileToMount ¶
func (m *MockContainerEngine) PutFileToMount(arg0 string, arg1 []byte) error
PutFileToMount mocks base method.
func (*MockContainerEngine) RunConsoleContainer ¶
func (m *MockContainerEngine) RunConsoleContainer(arg0, arg1 string, arg2 []string, arg3 []container.EnvVar) error
RunConsoleContainer mocks base method.
func (*MockContainerEngine) RunMonitorPlugin ¶
func (m *MockContainerEngine) RunMonitorPlugin(arg0, arg1, arg2 string, arg3 []string, arg4 []container.EnvVar) error
RunMonitorPlugin mocks base method.
func (*MockContainerEngine) StopContainer ¶
func (m *MockContainerEngine) StopContainer(arg0 string) error
StopContainer mocks base method.
type MockContainerEngineMockRecorder ¶
type MockContainerEngineMockRecorder struct {
// contains filtered or unexported fields
}
MockContainerEngineMockRecorder is the mock recorder for MockContainerEngine.
func (*MockContainerEngineMockRecorder) ContainerIsExist ¶
func (mr *MockContainerEngineMockRecorder) ContainerIsExist(arg0 interface{}) *gomock.Call
ContainerIsExist indicates an expected call of ContainerIsExist.
func (*MockContainerEngineMockRecorder) PullImage ¶
func (mr *MockContainerEngineMockRecorder) PullImage(arg0 interface{}) *gomock.Call
PullImage indicates an expected call of PullImage.
func (*MockContainerEngineMockRecorder) PutFileToMount ¶
func (mr *MockContainerEngineMockRecorder) PutFileToMount(arg0, arg1 interface{}) *gomock.Call
PutFileToMount indicates an expected call of PutFileToMount.
func (*MockContainerEngineMockRecorder) RunConsoleContainer ¶
func (mr *MockContainerEngineMockRecorder) RunConsoleContainer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RunConsoleContainer indicates an expected call of RunConsoleContainer.
func (*MockContainerEngineMockRecorder) RunMonitorPlugin ¶
func (mr *MockContainerEngineMockRecorder) RunMonitorPlugin(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RunMonitorPlugin indicates an expected call of RunMonitorPlugin.
func (*MockContainerEngineMockRecorder) StopContainer ¶
func (mr *MockContainerEngineMockRecorder) StopContainer(arg0 interface{}) *gomock.Call
StopContainer indicates an expected call of StopContainer.