Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: antrea.io/antrea/pkg/agent/secondarynetwork/ipam (interfaces: IPAMDelegator)
Generated by this command:
mockgen -copyright_file hack/boilerplate/license_header.raw.txt -destination pkg/agent/secondarynetwork/ipam/testing/mock_ipam.go -package testing antrea.io/antrea/pkg/agent/secondarynetwork/ipam IPAMDelegator
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 MockIPAMDelegator ¶
type MockIPAMDelegator struct {
// contains filtered or unexported fields
}
MockIPAMDelegator is a mock of IPAMDelegator interface.
func NewMockIPAMDelegator ¶
func NewMockIPAMDelegator(ctrl *gomock.Controller) *MockIPAMDelegator
NewMockIPAMDelegator creates a new mock instance.
func (*MockIPAMDelegator) DelIPAMSubnetAddress ¶
func (m *MockIPAMDelegator) DelIPAMSubnetAddress(arg0 []byte, arg1 *invoke.Args) error
DelIPAMSubnetAddress mocks base method.
func (*MockIPAMDelegator) EXPECT ¶
func (m *MockIPAMDelegator) EXPECT() *MockIPAMDelegatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIPAMDelegator) GetIPAMSubnetAddress ¶
func (m *MockIPAMDelegator) GetIPAMSubnetAddress(arg0 []byte, arg1 *invoke.Args) (*types100.Result, error)
GetIPAMSubnetAddress mocks base method.
type MockIPAMDelegatorMockRecorder ¶
type MockIPAMDelegatorMockRecorder struct {
// contains filtered or unexported fields
}
MockIPAMDelegatorMockRecorder is the mock recorder for MockIPAMDelegator.
func (*MockIPAMDelegatorMockRecorder) DelIPAMSubnetAddress ¶
func (mr *MockIPAMDelegatorMockRecorder) DelIPAMSubnetAddress(arg0, arg1 any) *gomock.Call
DelIPAMSubnetAddress indicates an expected call of DelIPAMSubnetAddress.
func (*MockIPAMDelegatorMockRecorder) GetIPAMSubnetAddress ¶
func (mr *MockIPAMDelegatorMockRecorder) GetIPAMSubnetAddress(arg0, arg1 any) *gomock.Call
GetIPAMSubnetAddress indicates an expected call of GetIPAMSubnetAddress.