Documentation
¶
Overview ¶
Package mock_openshiftcluster is a generated GoMock package.
Index ¶
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) AdminUpdate ¶
func (m *MockManager) AdminUpdate(arg0 context.Context) error
AdminUpdate mocks base method
func (*MockManager) Create ¶
func (m *MockManager) Create(arg0 context.Context) error
Create mocks base method
func (*MockManager) Delete ¶
func (m *MockManager) Delete(arg0 context.Context) 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
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager
func (*MockManagerMockRecorder) AdminUpdate ¶
func (mr *MockManagerMockRecorder) AdminUpdate(arg0 interface{}) *gomock.Call
AdminUpdate indicates an expected call of AdminUpdate
func (*MockManagerMockRecorder) Create ¶
func (mr *MockManagerMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockManagerMockRecorder) Delete ¶
func (mr *MockManagerMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockManagerMockRecorder) Update ¶
func (mr *MockManagerMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update
Click to show internal directories.
Click to hide internal directories.