Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockUpdateManager
- func (m *MockUpdateManager) Apply(ctx context.Context, mf []*unstructured.Unstructured) interface{}
- func (m *MockUpdateManager) Dispose(ctx context.Context) error
- func (m *MockUpdateManager) EXPECT() *MockUpdateManagerMockRecorder
- func (m *MockUpdateManager) Get(ctx context.Context) []*unstructured.Unstructured
- type MockUpdateManagerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUpdateManager ¶
type MockUpdateManager struct {
// contains filtered or unexported fields
}
MockUpdateManager is a mock of UpdateManager interface.
func NewMockUpdateManager ¶
func NewMockUpdateManager(ctrl *gomock.Controller) *MockUpdateManager
NewMockUpdateManager creates a new mock instance.
func (*MockUpdateManager) Apply ¶
func (m *MockUpdateManager) Apply(ctx context.Context, mf []*unstructured.Unstructured) interface{}
Apply mocks base method.
func (*MockUpdateManager) Dispose ¶
func (m *MockUpdateManager) Dispose(ctx context.Context) error
Dispose mocks base method.
func (*MockUpdateManager) EXPECT ¶
func (m *MockUpdateManager) EXPECT() *MockUpdateManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUpdateManager) Get ¶
func (m *MockUpdateManager) Get(ctx context.Context) []*unstructured.Unstructured
Get mocks base method.
type MockUpdateManagerMockRecorder ¶
type MockUpdateManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockUpdateManagerMockRecorder is the mock recorder for MockUpdateManager.
func (*MockUpdateManagerMockRecorder) Apply ¶
func (mr *MockUpdateManagerMockRecorder) Apply(ctx, mf interface{}) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockUpdateManagerMockRecorder) Dispose ¶
func (mr *MockUpdateManagerMockRecorder) Dispose(ctx interface{}) *gomock.Call
Dispose indicates an expected call of Dispose.
func (*MockUpdateManagerMockRecorder) Get ¶
func (mr *MockUpdateManagerMockRecorder) Get(ctx interface{}) *gomock.Call
Get indicates an expected call of Get.
Click to show internal directories.
Click to hide internal directories.