Documentation ¶
Index ¶
- type Reconciler
- func (_m *Reconciler) EXPECT() *Reconciler_Expecter
- func (_m *Reconciler) ReconcileAPIUrl(ctx context.Context, dk *dynakube.DynaKube) error
- func (_m *Reconciler) ReconcileActiveGateCommunicationHosts(ctx context.Context, dk *dynakube.DynaKube) error
- func (_m *Reconciler) ReconcileCodeModuleCommunicationHosts(ctx context.Context, dk *dynakube.DynaKube) error
- type Reconciler_Expecter
- func (_e *Reconciler_Expecter) ReconcileAPIUrl(ctx interface{}, dk interface{}) *Reconciler_ReconcileAPIUrl_Call
- func (_e *Reconciler_Expecter) ReconcileActiveGateCommunicationHosts(ctx interface{}, dk interface{}) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
- func (_e *Reconciler_Expecter) ReconcileCodeModuleCommunicationHosts(ctx interface{}, dk interface{}) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call
- type Reconciler_ReconcileAPIUrl_Call
- func (_c *Reconciler_ReconcileAPIUrl_Call) Return(_a0 error) *Reconciler_ReconcileAPIUrl_Call
- func (_c *Reconciler_ReconcileAPIUrl_Call) Run(run func(ctx context.Context, dk *dynakube.DynaKube)) *Reconciler_ReconcileAPIUrl_Call
- func (_c *Reconciler_ReconcileAPIUrl_Call) RunAndReturn(run func(context.Context, *dynakube.DynaKube) error) *Reconciler_ReconcileAPIUrl_Call
- type Reconciler_ReconcileActiveGateCommunicationHosts_Call
- func (_c *Reconciler_ReconcileActiveGateCommunicationHosts_Call) Return(_a0 error) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
- func (_c *Reconciler_ReconcileActiveGateCommunicationHosts_Call) Run(run func(ctx context.Context, dk *dynakube.DynaKube)) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
- func (_c *Reconciler_ReconcileActiveGateCommunicationHosts_Call) RunAndReturn(run func(context.Context, *dynakube.DynaKube) error) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
- type Reconciler_ReconcileCodeModuleCommunicationHosts_Call
- func (_c *Reconciler_ReconcileCodeModuleCommunicationHosts_Call) Return(_a0 error) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call
- func (_c *Reconciler_ReconcileCodeModuleCommunicationHosts_Call) Run(run func(ctx context.Context, dk *dynakube.DynaKube)) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call
- func (_c *Reconciler_ReconcileCodeModuleCommunicationHosts_Call) RunAndReturn(run func(context.Context, *dynakube.DynaKube) error) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call
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
func (*Reconciler) ReconcileAPIUrl ¶
ReconcileAPIUrl provides a mock function with given fields: ctx, dk
func (*Reconciler) ReconcileActiveGateCommunicationHosts ¶
func (_m *Reconciler) ReconcileActiveGateCommunicationHosts(ctx context.Context, dk *dynakube.DynaKube) error
ReconcileActiveGateCommunicationHosts provides a mock function with given fields: ctx, dk
func (*Reconciler) ReconcileCodeModuleCommunicationHosts ¶
func (_m *Reconciler) ReconcileCodeModuleCommunicationHosts(ctx context.Context, dk *dynakube.DynaKube) error
ReconcileCodeModuleCommunicationHosts provides a mock function with given fields: ctx, dk
type Reconciler_Expecter ¶
type Reconciler_Expecter struct {
// contains filtered or unexported fields
}
func (*Reconciler_Expecter) ReconcileAPIUrl ¶
func (_e *Reconciler_Expecter) ReconcileAPIUrl(ctx interface{}, dk interface{}) *Reconciler_ReconcileAPIUrl_Call
ReconcileAPIUrl is a helper method to define mock.On call
- ctx context.Context
- dk *dynakube.DynaKube
func (*Reconciler_Expecter) ReconcileActiveGateCommunicationHosts ¶
func (_e *Reconciler_Expecter) ReconcileActiveGateCommunicationHosts(ctx interface{}, dk interface{}) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
ReconcileActiveGateCommunicationHosts is a helper method to define mock.On call
- ctx context.Context
- dk *dynakube.DynaKube
func (*Reconciler_Expecter) ReconcileCodeModuleCommunicationHosts ¶
func (_e *Reconciler_Expecter) ReconcileCodeModuleCommunicationHosts(ctx interface{}, dk interface{}) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call
ReconcileCodeModuleCommunicationHosts is a helper method to define mock.On call
- ctx context.Context
- dk *dynakube.DynaKube
type Reconciler_ReconcileAPIUrl_Call ¶
Reconciler_ReconcileAPIUrl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReconcileAPIUrl'
func (*Reconciler_ReconcileAPIUrl_Call) Return ¶
func (_c *Reconciler_ReconcileAPIUrl_Call) Return(_a0 error) *Reconciler_ReconcileAPIUrl_Call
func (*Reconciler_ReconcileAPIUrl_Call) Run ¶
func (_c *Reconciler_ReconcileAPIUrl_Call) Run(run func(ctx context.Context, dk *dynakube.DynaKube)) *Reconciler_ReconcileAPIUrl_Call
func (*Reconciler_ReconcileAPIUrl_Call) RunAndReturn ¶
func (_c *Reconciler_ReconcileAPIUrl_Call) RunAndReturn(run func(context.Context, *dynakube.DynaKube) error) *Reconciler_ReconcileAPIUrl_Call
type Reconciler_ReconcileActiveGateCommunicationHosts_Call ¶
Reconciler_ReconcileActiveGateCommunicationHosts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReconcileActiveGateCommunicationHosts'
func (*Reconciler_ReconcileActiveGateCommunicationHosts_Call) Run ¶
func (_c *Reconciler_ReconcileActiveGateCommunicationHosts_Call) Run(run func(ctx context.Context, dk *dynakube.DynaKube)) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
func (*Reconciler_ReconcileActiveGateCommunicationHosts_Call) RunAndReturn ¶
func (_c *Reconciler_ReconcileActiveGateCommunicationHosts_Call) RunAndReturn(run func(context.Context, *dynakube.DynaKube) error) *Reconciler_ReconcileActiveGateCommunicationHosts_Call
type Reconciler_ReconcileCodeModuleCommunicationHosts_Call ¶
Reconciler_ReconcileCodeModuleCommunicationHosts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReconcileCodeModuleCommunicationHosts'
func (*Reconciler_ReconcileCodeModuleCommunicationHosts_Call) Run ¶
func (_c *Reconciler_ReconcileCodeModuleCommunicationHosts_Call) Run(run func(ctx context.Context, dk *dynakube.DynaKube)) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call
func (*Reconciler_ReconcileCodeModuleCommunicationHosts_Call) RunAndReturn ¶
func (_c *Reconciler_ReconcileCodeModuleCommunicationHosts_Call) RunAndReturn(run func(context.Context, *dynakube.DynaKube) error) *Reconciler_ReconcileCodeModuleCommunicationHosts_Call