mock_podmanager

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_podmanager is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPodManager

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

MockPodManager is a mock of PodManager interface

func NewMockPodManager

func NewMockPodManager(ctrl *gomock.Controller) *MockPodManager

NewMockPodManager creates a new mock instance

func (*MockPodManager) AddPod

func (m *MockPodManager) AddPod(arg0 *v1.Pod)

AddPod mocks base method

func (*MockPodManager) DeletePod

func (m *MockPodManager) DeletePod(arg0 *v1.Pod)

DeletePod mocks base method

func (*MockPodManager) DeletePodByName

func (m *MockPodManager) DeletePodByName(arg0, arg1 string)

DeletePodByName mocks base method

func (*MockPodManager) EXPECT

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

func (*MockPodManager) GetAllPods

func (m *MockPodManager) GetAllPods() []*v1.Pod

GetAllPods mocks base method

func (*MockPodManager) GetPodByName

func (m *MockPodManager) GetPodByName(arg0, arg1 string) (*v1.Pod, bool)

GetPodByName mocks base method

func (*MockPodManager) GetPodByUID

func (m *MockPodManager) GetPodByUID(arg0 types.UID) (*v1.Pod, bool)

GetPodByUID mocks base method

type MockPodManagerMockRecorder

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

MockPodManagerMockRecorder is the mock recorder for MockPodManager

func (*MockPodManagerMockRecorder) AddPod

func (mr *MockPodManagerMockRecorder) AddPod(arg0 interface{}) *gomock.Call

AddPod indicates an expected call of AddPod

func (*MockPodManagerMockRecorder) DeletePod

func (mr *MockPodManagerMockRecorder) DeletePod(arg0 interface{}) *gomock.Call

DeletePod indicates an expected call of DeletePod

func (*MockPodManagerMockRecorder) DeletePodByName

func (mr *MockPodManagerMockRecorder) DeletePodByName(arg0, arg1 interface{}) *gomock.Call

DeletePodByName indicates an expected call of DeletePodByName

func (*MockPodManagerMockRecorder) GetAllPods

func (mr *MockPodManagerMockRecorder) GetAllPods() *gomock.Call

GetAllPods indicates an expected call of GetAllPods

func (*MockPodManagerMockRecorder) GetPodByName

func (mr *MockPodManagerMockRecorder) GetPodByName(arg0, arg1 interface{}) *gomock.Call

GetPodByName indicates an expected call of GetPodByName

func (*MockPodManagerMockRecorder) GetPodByUID

func (mr *MockPodManagerMockRecorder) GetPodByUID(arg0 interface{}) *gomock.Call

GetPodByUID indicates an expected call of GetPodByUID

Jump to

Keyboard shortcuts

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