Documentation ¶
Overview ¶
Package ipam_mocks is a generated GoMock package.
Package ipam_mocks is a generated GoMock package.
Index ¶
- type MockIPPoolManagerInterface
- func (m *MockIPPoolManagerInterface) EXPECT() *MockIPPoolManagerInterfaceMockRecorder
- func (m *MockIPPoolManagerInterface) SetClusterOwnerRef(arg0 *v1beta1.Cluster) error
- func (m *MockIPPoolManagerInterface) SetFinalizer()
- func (m *MockIPPoolManagerInterface) UnsetFinalizer()
- func (m *MockIPPoolManagerInterface) UpdateAddresses(arg0 context.Context) (int, error)
- type MockIPPoolManagerInterfaceMockRecorder
- func (mr *MockIPPoolManagerInterfaceMockRecorder) SetClusterOwnerRef(arg0 interface{}) *gomock.Call
- func (mr *MockIPPoolManagerInterfaceMockRecorder) SetFinalizer() *gomock.Call
- func (mr *MockIPPoolManagerInterfaceMockRecorder) UnsetFinalizer() *gomock.Call
- func (mr *MockIPPoolManagerInterfaceMockRecorder) UpdateAddresses(arg0 interface{}) *gomock.Call
- type MockManagerFactoryInterface
- type MockManagerFactoryInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIPPoolManagerInterface ¶
type MockIPPoolManagerInterface struct {
// contains filtered or unexported fields
}
MockIPPoolManagerInterface is a mock of IPPoolManagerInterface interface.
func NewMockIPPoolManagerInterface ¶
func NewMockIPPoolManagerInterface(ctrl *gomock.Controller) *MockIPPoolManagerInterface
NewMockIPPoolManagerInterface creates a new mock instance.
func (*MockIPPoolManagerInterface) EXPECT ¶
func (m *MockIPPoolManagerInterface) EXPECT() *MockIPPoolManagerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIPPoolManagerInterface) SetClusterOwnerRef ¶
func (m *MockIPPoolManagerInterface) SetClusterOwnerRef(arg0 *v1beta1.Cluster) error
SetClusterOwnerRef mocks base method.
func (*MockIPPoolManagerInterface) SetFinalizer ¶
func (m *MockIPPoolManagerInterface) SetFinalizer()
SetFinalizer mocks base method.
func (*MockIPPoolManagerInterface) UnsetFinalizer ¶
func (m *MockIPPoolManagerInterface) UnsetFinalizer()
UnsetFinalizer mocks base method.
func (*MockIPPoolManagerInterface) UpdateAddresses ¶
func (m *MockIPPoolManagerInterface) UpdateAddresses(arg0 context.Context) (int, error)
UpdateAddresses mocks base method.
type MockIPPoolManagerInterfaceMockRecorder ¶
type MockIPPoolManagerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockIPPoolManagerInterfaceMockRecorder is the mock recorder for MockIPPoolManagerInterface.
func (*MockIPPoolManagerInterfaceMockRecorder) SetClusterOwnerRef ¶
func (mr *MockIPPoolManagerInterfaceMockRecorder) SetClusterOwnerRef(arg0 interface{}) *gomock.Call
SetClusterOwnerRef indicates an expected call of SetClusterOwnerRef.
func (*MockIPPoolManagerInterfaceMockRecorder) SetFinalizer ¶
func (mr *MockIPPoolManagerInterfaceMockRecorder) SetFinalizer() *gomock.Call
SetFinalizer indicates an expected call of SetFinalizer.
func (*MockIPPoolManagerInterfaceMockRecorder) UnsetFinalizer ¶
func (mr *MockIPPoolManagerInterfaceMockRecorder) UnsetFinalizer() *gomock.Call
UnsetFinalizer indicates an expected call of UnsetFinalizer.
func (*MockIPPoolManagerInterfaceMockRecorder) UpdateAddresses ¶
func (mr *MockIPPoolManagerInterfaceMockRecorder) UpdateAddresses(arg0 interface{}) *gomock.Call
UpdateAddresses indicates an expected call of UpdateAddresses.
type MockManagerFactoryInterface ¶
type MockManagerFactoryInterface struct {
// contains filtered or unexported fields
}
MockManagerFactoryInterface is a mock of ManagerFactoryInterface interface.
func NewMockManagerFactoryInterface ¶
func NewMockManagerFactoryInterface(ctrl *gomock.Controller) *MockManagerFactoryInterface
NewMockManagerFactoryInterface creates a new mock instance.
func (*MockManagerFactoryInterface) EXPECT ¶
func (m *MockManagerFactoryInterface) EXPECT() *MockManagerFactoryInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagerFactoryInterface) NewIPPoolManager ¶
func (m *MockManagerFactoryInterface) NewIPPoolManager(arg0 *v1alpha1.IPPool, arg1 logr.Logger) (ipam.IPPoolManagerInterface, error)
NewIPPoolManager mocks base method.
type MockManagerFactoryInterfaceMockRecorder ¶
type MockManagerFactoryInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerFactoryInterfaceMockRecorder is the mock recorder for MockManagerFactoryInterface.
func (*MockManagerFactoryInterfaceMockRecorder) NewIPPoolManager ¶
func (mr *MockManagerFactoryInterfaceMockRecorder) NewIPPoolManager(arg0, arg1 interface{}) *gomock.Call
NewIPPoolManager indicates an expected call of NewIPPoolManager.