Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: ../reconciler.go
Generated by this command:
mockgen -destination coalescing_mock.go -package mock_coalescing -source ../reconciler.go ReconcileCacher
Package mock_coalescing is a generated GoMock package.
Run go generate to regenerate this mock.
Code generated by MockGen. DO NOT EDIT. Source: sigs.k8s.io/controller-runtime/pkg/reconcile (interfaces: Reconciler)
Generated by this command:
mockgen -destination reconciler_mock.go -package mock_coalescing sigs.k8s.io/controller-runtime/pkg/reconcile Reconciler
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 any) *gomock.Call
Reconciled indicates an expected call of Reconciled.
func (*MockReconcileCacherMockRecorder) ShouldProcess ¶
func (mr *MockReconcileCacherMockRecorder) ShouldProcess(key any) *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.