Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler is an autogenerated mock type for the Reconciler type
func NewReconciler ¶
func NewReconciler(t interface { mock.TestingT Cleanup(func()) }) *Reconciler
NewReconciler creates a new instance of Reconciler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Reconciler) EXPECT ¶
func (_m *Reconciler) EXPECT() *Reconciler_Expecter
type Reconciler_Expecter ¶
type Reconciler_Expecter struct {
// contains filtered or unexported fields
}
func (*Reconciler_Expecter) Reconcile ¶
func (_e *Reconciler_Expecter) Reconcile(ctx interface{}) *Reconciler_Reconcile_Call
Reconcile is a helper method to define mock.On call
- ctx context.Context
type Reconciler_Reconcile_Call ¶
Reconciler_Reconcile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Reconcile'
func (*Reconciler_Reconcile_Call) Return ¶
func (_c *Reconciler_Reconcile_Call) Return(_a0 error) *Reconciler_Reconcile_Call
func (*Reconciler_Reconcile_Call) Run ¶
func (_c *Reconciler_Reconcile_Call) Run(run func(ctx context.Context)) *Reconciler_Reconcile_Call
func (*Reconciler_Reconcile_Call) RunAndReturn ¶
func (_c *Reconciler_Reconcile_Call) RunAndReturn(run func(context.Context) error) *Reconciler_Reconcile_Call
Click to show internal directories.
Click to hide internal directories.