mock_handler

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_handler is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHandler

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

MockHandler is a mock of Handler interface

func NewMockHandler

func NewMockHandler(ctrl *gomock.Controller) *MockHandler

NewMockHandler creates a new mock instance

func (*MockHandler) CanHandle

func (m *MockHandler) CanHandle(arg0 string) bool

CanHandle mocks base method

func (*MockHandler) EXPECT

func (m *MockHandler) EXPECT() *MockHandlerMockRecorder

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

func (*MockHandler) HandleCreate

func (m *MockHandler) HandleCreate(arg0 string, arg1 int, arg2 *v1.Pod) (reconcile.Result, error)

HandleCreate mocks base method

func (*MockHandler) HandleDelete

func (m *MockHandler) HandleDelete(arg0 string, arg1 *v1.Pod) (reconcile.Result, error)

HandleDelete mocks base method

type MockHandlerMockRecorder

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

MockHandlerMockRecorder is the mock recorder for MockHandler

func (*MockHandlerMockRecorder) CanHandle

func (mr *MockHandlerMockRecorder) CanHandle(arg0 interface{}) *gomock.Call

CanHandle indicates an expected call of CanHandle

func (*MockHandlerMockRecorder) HandleCreate

func (mr *MockHandlerMockRecorder) HandleCreate(arg0, arg1, arg2 interface{}) *gomock.Call

HandleCreate indicates an expected call of HandleCreate

func (*MockHandlerMockRecorder) HandleDelete

func (mr *MockHandlerMockRecorder) HandleDelete(arg0, arg1 interface{}) *gomock.Call

HandleDelete indicates an expected call of HandleDelete

Jump to

Keyboard shortcuts

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