Documentation ¶
Overview ¶
Package mock_coalescing is a generated GoMock package.
Run go generate to regenerate this mock.
Package mock_coalescing is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockReconcileCacher ¶
type MockReconcileCacher struct {
// contains filtered or unexported fields
}
MockReconcileCacher is a mock of ReconcileCacher interface.
func NewMockReconcileCacher ¶
func NewMockReconcileCacher(ctrl *gomock.Controller) *MockReconcileCacher
NewMockReconcileCacher creates a new mock instance.
func (*MockReconcileCacher) EXPECT ¶
func (m *MockReconcileCacher) EXPECT() *MockReconcileCacherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReconcileCacher) Reconciled ¶
func (m *MockReconcileCacher) Reconciled(key string)
Reconciled mocks base method.
func (*MockReconcileCacher) ShouldProcess ¶
func (m *MockReconcileCacher) ShouldProcess(key string) (time.Time, bool)
ShouldProcess mocks base method.
type MockReconcileCacherMockRecorder ¶
type MockReconcileCacherMockRecorder struct {
// contains filtered or unexported fields
}
MockReconcileCacherMockRecorder is the mock recorder for MockReconcileCacher.
func (*MockReconcileCacherMockRecorder) Reconciled ¶
func (mr *MockReconcileCacherMockRecorder) Reconciled(key interface{}) *gomock.Call
Reconciled indicates an expected call of Reconciled.
func (*MockReconcileCacherMockRecorder) ShouldProcess ¶
func (mr *MockReconcileCacherMockRecorder) ShouldProcess(key interface{}) *gomock.Call
ShouldProcess indicates an expected call of ShouldProcess.
type MockReconciler ¶
type MockReconciler struct {
// contains filtered or unexported fields
}
MockReconciler is a mock of Reconciler interface.
func NewMockReconciler ¶
func NewMockReconciler(ctrl *gomock.Controller) *MockReconciler
NewMockReconciler creates a new mock instance.
func (*MockReconciler) EXPECT ¶
func (m *MockReconciler) EXPECT() *MockReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockReconcilerMockRecorder ¶
type MockReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockReconcilerMockRecorder is the mock recorder for MockReconciler.
func (*MockReconcilerMockRecorder) Reconcile ¶
func (mr *MockReconcilerMockRecorder) Reconcile(arg0, arg1 interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile.