Documentation ¶
Overview ¶
Package mock_eni is a generated GoMock package.
Index ¶
- type MockENIManager
- func (m *MockENIManager) CreateIPV4Address(arg0 int, arg1 api.EC2APIHelper, arg2 logr.Logger) ([]string, error)
- func (m *MockENIManager) DeleteIPV4Address(arg0 []string, arg1 api.EC2APIHelper, arg2 logr.Logger) ([]string, error)
- func (m *MockENIManager) EXPECT() *MockENIManagerMockRecorder
- func (m *MockENIManager) InitResources(arg0 api.EC2APIHelper) ([]string, error)
- type MockENIManagerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockENIManager ¶
type MockENIManager struct {
// contains filtered or unexported fields
}
MockENIManager is a mock of ENIManager interface
func NewMockENIManager ¶
func NewMockENIManager(ctrl *gomock.Controller) *MockENIManager
NewMockENIManager creates a new mock instance
func (*MockENIManager) CreateIPV4Address ¶
func (m *MockENIManager) CreateIPV4Address(arg0 int, arg1 api.EC2APIHelper, arg2 logr.Logger) ([]string, error)
CreateIPV4Address mocks base method
func (*MockENIManager) DeleteIPV4Address ¶
func (m *MockENIManager) DeleteIPV4Address(arg0 []string, arg1 api.EC2APIHelper, arg2 logr.Logger) ([]string, error)
DeleteIPV4Address mocks base method
func (*MockENIManager) EXPECT ¶
func (m *MockENIManager) EXPECT() *MockENIManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockENIManager) InitResources ¶
func (m *MockENIManager) InitResources(arg0 api.EC2APIHelper) ([]string, error)
InitResources mocks base method
type MockENIManagerMockRecorder ¶
type MockENIManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockENIManagerMockRecorder is the mock recorder for MockENIManager
func (*MockENIManagerMockRecorder) CreateIPV4Address ¶
func (mr *MockENIManagerMockRecorder) CreateIPV4Address(arg0, arg1, arg2 interface{}) *gomock.Call
CreateIPV4Address indicates an expected call of CreateIPV4Address
func (*MockENIManagerMockRecorder) DeleteIPV4Address ¶
func (mr *MockENIManagerMockRecorder) DeleteIPV4Address(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteIPV4Address indicates an expected call of DeleteIPV4Address
func (*MockENIManagerMockRecorder) InitResources ¶
func (mr *MockENIManagerMockRecorder) InitResources(arg0 interface{}) *gomock.Call
InitResources indicates an expected call of InitResources
Click to show internal directories.
Click to hide internal directories.