Documentation ¶
Overview ¶
Package testing is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProxier ¶
type MockProxier struct {
// contains filtered or unexported fields
}
MockProxier is a mock of Proxier interface
func NewMockProxier ¶
func NewMockProxier(ctrl *gomock.Controller) *MockProxier
NewMockProxier creates a new mock instance
func (*MockProxier) EXPECT ¶
func (m *MockProxier) EXPECT() *MockProxierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockProxier) GetServiceByIP ¶
func (m *MockProxier) GetServiceByIP(arg0 string) (proxy.ServicePortName, bool)
GetServiceByIP mocks base method
type MockProxierMockRecorder ¶
type MockProxierMockRecorder struct {
// contains filtered or unexported fields
}
MockProxierMockRecorder is the mock recorder for MockProxier
func (*MockProxierMockRecorder) GetServiceByIP ¶
func (mr *MockProxierMockRecorder) GetServiceByIP(arg0 interface{}) *gomock.Call
GetServiceByIP indicates an expected call of GetServiceByIP
func (*MockProxierMockRecorder) Run ¶
func (mr *MockProxierMockRecorder) Run(arg0 interface{}) *gomock.Call
Run indicates an expected call of Run
Click to show internal directories.
Click to hide internal directories.