Documentation ¶
Overview ¶
Package mock_dns is a generated GoMock package.
Index ¶
- type MockManager
- func (m *MockManager) Create(arg0 context.Context, arg1 *api.OpenShiftCluster) error
- func (m *MockManager) CreateOrUpdateRouter(arg0 context.Context, arg1 *api.OpenShiftCluster, arg2 string) error
- func (m *MockManager) Delete(arg0 context.Context, arg1 *api.OpenShiftCluster) error
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) Update(arg0 context.Context, arg1 *api.OpenShiftCluster, arg2 string) error
- type MockManagerMockRecorder
- func (mr *MockManagerMockRecorder) Create(arg0, arg1 any) *gomock.Call
- func (mr *MockManagerMockRecorder) CreateOrUpdateRouter(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockManagerMockRecorder) Delete(arg0, arg1 any) *gomock.Call
- func (mr *MockManagerMockRecorder) Update(arg0, arg1, arg2 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface.
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance.
func (*MockManager) Create ¶
func (m *MockManager) Create(arg0 context.Context, arg1 *api.OpenShiftCluster) error
Create mocks base method.
func (*MockManager) CreateOrUpdateRouter ¶
func (m *MockManager) CreateOrUpdateRouter(arg0 context.Context, arg1 *api.OpenShiftCluster, arg2 string) error
CreateOrUpdateRouter mocks base method.
func (*MockManager) Delete ¶
func (m *MockManager) Delete(arg0 context.Context, arg1 *api.OpenShiftCluster) error
Delete mocks base method.
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManager) Update ¶
func (m *MockManager) Update(arg0 context.Context, arg1 *api.OpenShiftCluster, arg2 string) error
Update mocks base method.
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager.
func (*MockManagerMockRecorder) Create ¶
func (mr *MockManagerMockRecorder) Create(arg0, arg1 any) *gomock.Call
Create indicates an expected call of Create.
func (*MockManagerMockRecorder) CreateOrUpdateRouter ¶
func (mr *MockManagerMockRecorder) CreateOrUpdateRouter(arg0, arg1, arg2 any) *gomock.Call
CreateOrUpdateRouter indicates an expected call of CreateOrUpdateRouter.
Click to show internal directories.
Click to hide internal directories.