Documentation ¶
Overview ¶
Package mock_cniipamwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIPAM ¶
type MockIPAM struct {
// contains filtered or unexported fields
}
MockIPAM is a mock of IPAM interface.
func NewMockIPAM ¶
func NewMockIPAM(ctrl *gomock.Controller) *MockIPAM
NewMockIPAM creates a new mock instance.
func (*MockIPAM) ConfigureIface ¶
ConfigureIface mocks base method.
func (*MockIPAM) EXPECT ¶
func (m *MockIPAM) EXPECT() *MockIPAMMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIPAMMockRecorder ¶
type MockIPAMMockRecorder struct {
// contains filtered or unexported fields
}
MockIPAMMockRecorder is the mock recorder for MockIPAM.
func (*MockIPAMMockRecorder) ConfigureIface ¶
func (mr *MockIPAMMockRecorder) ConfigureIface(arg0, arg1 interface{}) *gomock.Call
ConfigureIface indicates an expected call of ConfigureIface.
func (*MockIPAMMockRecorder) ExecAdd ¶
func (mr *MockIPAMMockRecorder) ExecAdd(arg0, arg1 interface{}) *gomock.Call
ExecAdd indicates an expected call of ExecAdd.
func (*MockIPAMMockRecorder) ExecDel ¶
func (mr *MockIPAMMockRecorder) ExecDel(arg0, arg1 interface{}) *gomock.Call
ExecDel indicates an expected call of ExecDel.
Click to show internal directories.
Click to hide internal directories.