mock_controller

package
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_controller is a generated GoMock package.

Package mock_controller is a generated GoMock package.

Package mock_controller is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGatewayClassDeletionReconciler added in v0.2.2

type MockGatewayClassDeletionReconciler struct {
	// contains filtered or unexported fields
}

MockGatewayClassDeletionReconciler is a mock of GatewayClassDeletionReconciler interface.

func NewMockGatewayClassDeletionReconciler added in v0.2.2

func NewMockGatewayClassDeletionReconciler(ctrl *gomock.Controller) *MockGatewayClassDeletionReconciler

NewMockGatewayClassDeletionReconciler creates a new mock instance.

func (*MockGatewayClassDeletionReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayClassDeletionReconciler) ReconcileGatewayClassDeletion added in v0.2.2

func (m *MockGatewayClassDeletionReconciler) ReconcileGatewayClassDeletion(req reconcile.Request) error

ReconcileGatewayClassDeletion mocks base method.

type MockGatewayClassDeletionReconcilerMockRecorder added in v0.2.2

type MockGatewayClassDeletionReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayClassDeletionReconcilerMockRecorder is the mock recorder for MockGatewayClassDeletionReconciler.

func (*MockGatewayClassDeletionReconcilerMockRecorder) ReconcileGatewayClassDeletion added in v0.2.2

func (mr *MockGatewayClassDeletionReconcilerMockRecorder) ReconcileGatewayClassDeletion(req interface{}) *gomock.Call

ReconcileGatewayClassDeletion indicates an expected call of ReconcileGatewayClassDeletion.

type MockGatewayClassEventHandler added in v0.2.2

type MockGatewayClassEventHandler struct {
	// contains filtered or unexported fields
}

MockGatewayClassEventHandler is a mock of GatewayClassEventHandler interface.

func NewMockGatewayClassEventHandler added in v0.2.2

func NewMockGatewayClassEventHandler(ctrl *gomock.Controller) *MockGatewayClassEventHandler

NewMockGatewayClassEventHandler creates a new mock instance.

func (*MockGatewayClassEventHandler) CreateGatewayClass added in v0.2.2

func (m *MockGatewayClassEventHandler) CreateGatewayClass(obj *v1beta1.GatewayClass) error

CreateGatewayClass mocks base method.

func (*MockGatewayClassEventHandler) DeleteGatewayClass added in v0.2.2

func (m *MockGatewayClassEventHandler) DeleteGatewayClass(obj *v1beta1.GatewayClass) error

DeleteGatewayClass mocks base method.

func (*MockGatewayClassEventHandler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayClassEventHandler) GenericGatewayClass added in v0.2.2

func (m *MockGatewayClassEventHandler) GenericGatewayClass(obj *v1beta1.GatewayClass) error

GenericGatewayClass mocks base method.

func (*MockGatewayClassEventHandler) UpdateGatewayClass added in v0.2.2

func (m *MockGatewayClassEventHandler) UpdateGatewayClass(old, new *v1beta1.GatewayClass) error

UpdateGatewayClass mocks base method.

type MockGatewayClassEventHandlerMockRecorder added in v0.2.2

type MockGatewayClassEventHandlerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayClassEventHandlerMockRecorder is the mock recorder for MockGatewayClassEventHandler.

func (*MockGatewayClassEventHandlerMockRecorder) CreateGatewayClass added in v0.2.2

func (mr *MockGatewayClassEventHandlerMockRecorder) CreateGatewayClass(obj interface{}) *gomock.Call

CreateGatewayClass indicates an expected call of CreateGatewayClass.

func (*MockGatewayClassEventHandlerMockRecorder) DeleteGatewayClass added in v0.2.2

func (mr *MockGatewayClassEventHandlerMockRecorder) DeleteGatewayClass(obj interface{}) *gomock.Call

DeleteGatewayClass indicates an expected call of DeleteGatewayClass.

func (*MockGatewayClassEventHandlerMockRecorder) GenericGatewayClass added in v0.2.2

func (mr *MockGatewayClassEventHandlerMockRecorder) GenericGatewayClass(obj interface{}) *gomock.Call

GenericGatewayClass indicates an expected call of GenericGatewayClass.

func (*MockGatewayClassEventHandlerMockRecorder) UpdateGatewayClass added in v0.2.2

func (mr *MockGatewayClassEventHandlerMockRecorder) UpdateGatewayClass(old, new interface{}) *gomock.Call

UpdateGatewayClass indicates an expected call of UpdateGatewayClass.

type MockGatewayClassEventWatcher added in v0.2.2

type MockGatewayClassEventWatcher struct {
	// contains filtered or unexported fields
}

MockGatewayClassEventWatcher is a mock of GatewayClassEventWatcher interface.

func NewMockGatewayClassEventWatcher added in v0.2.2

func NewMockGatewayClassEventWatcher(ctrl *gomock.Controller) *MockGatewayClassEventWatcher

NewMockGatewayClassEventWatcher creates a new mock instance.

func (*MockGatewayClassEventWatcher) AddEventHandler added in v0.2.2

AddEventHandler mocks base method.

func (*MockGatewayClassEventWatcher) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

type MockGatewayClassEventWatcherMockRecorder added in v0.2.2

type MockGatewayClassEventWatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayClassEventWatcherMockRecorder is the mock recorder for MockGatewayClassEventWatcher.

func (*MockGatewayClassEventWatcherMockRecorder) AddEventHandler added in v0.2.2

func (mr *MockGatewayClassEventWatcherMockRecorder) AddEventHandler(ctx, h interface{}, predicates ...interface{}) *gomock.Call

AddEventHandler indicates an expected call of AddEventHandler.

type MockGatewayClassFinalizer added in v0.2.2

type MockGatewayClassFinalizer struct {
	// contains filtered or unexported fields
}

MockGatewayClassFinalizer is a mock of GatewayClassFinalizer interface.

func NewMockGatewayClassFinalizer added in v0.2.2

func NewMockGatewayClassFinalizer(ctrl *gomock.Controller) *MockGatewayClassFinalizer

NewMockGatewayClassFinalizer creates a new mock instance.

func (*MockGatewayClassFinalizer) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayClassFinalizer) FinalizeGatewayClass added in v0.2.2

func (m *MockGatewayClassFinalizer) FinalizeGatewayClass(obj *v1beta1.GatewayClass) error

FinalizeGatewayClass mocks base method.

func (*MockGatewayClassFinalizer) GatewayClassFinalizerName added in v0.2.2

func (m *MockGatewayClassFinalizer) GatewayClassFinalizerName() string

GatewayClassFinalizerName mocks base method.

func (*MockGatewayClassFinalizer) ReconcileGatewayClass added in v0.2.2

func (m *MockGatewayClassFinalizer) ReconcileGatewayClass(obj *v1beta1.GatewayClass) (reconcile.Result, error)

ReconcileGatewayClass mocks base method.

type MockGatewayClassFinalizerMockRecorder added in v0.2.2

type MockGatewayClassFinalizerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayClassFinalizerMockRecorder is the mock recorder for MockGatewayClassFinalizer.

func (*MockGatewayClassFinalizerMockRecorder) FinalizeGatewayClass added in v0.2.2

func (mr *MockGatewayClassFinalizerMockRecorder) FinalizeGatewayClass(obj interface{}) *gomock.Call

FinalizeGatewayClass indicates an expected call of FinalizeGatewayClass.

func (*MockGatewayClassFinalizerMockRecorder) GatewayClassFinalizerName added in v0.2.2

func (mr *MockGatewayClassFinalizerMockRecorder) GatewayClassFinalizerName() *gomock.Call

GatewayClassFinalizerName indicates an expected call of GatewayClassFinalizerName.

func (*MockGatewayClassFinalizerMockRecorder) ReconcileGatewayClass added in v0.2.2

func (mr *MockGatewayClassFinalizerMockRecorder) ReconcileGatewayClass(obj interface{}) *gomock.Call

ReconcileGatewayClass indicates an expected call of ReconcileGatewayClass.

type MockGatewayClassReconcileLoop added in v0.2.2

type MockGatewayClassReconcileLoop struct {
	// contains filtered or unexported fields
}

MockGatewayClassReconcileLoop is a mock of GatewayClassReconcileLoop interface.

func NewMockGatewayClassReconcileLoop added in v0.2.2

func NewMockGatewayClassReconcileLoop(ctrl *gomock.Controller) *MockGatewayClassReconcileLoop

NewMockGatewayClassReconcileLoop creates a new mock instance.

func (*MockGatewayClassReconcileLoop) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayClassReconcileLoop) RunGatewayClassReconciler added in v0.2.2

func (m *MockGatewayClassReconcileLoop) RunGatewayClassReconciler(ctx context.Context, rec controller.GatewayClassReconciler, predicates ...predicate.Predicate) error

RunGatewayClassReconciler mocks base method.

type MockGatewayClassReconcileLoopMockRecorder added in v0.2.2

type MockGatewayClassReconcileLoopMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayClassReconcileLoopMockRecorder is the mock recorder for MockGatewayClassReconcileLoop.

func (*MockGatewayClassReconcileLoopMockRecorder) RunGatewayClassReconciler added in v0.2.2

func (mr *MockGatewayClassReconcileLoopMockRecorder) RunGatewayClassReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunGatewayClassReconciler indicates an expected call of RunGatewayClassReconciler.

type MockGatewayClassReconciler added in v0.2.2

type MockGatewayClassReconciler struct {
	// contains filtered or unexported fields
}

MockGatewayClassReconciler is a mock of GatewayClassReconciler interface.

func NewMockGatewayClassReconciler added in v0.2.2

func NewMockGatewayClassReconciler(ctrl *gomock.Controller) *MockGatewayClassReconciler

NewMockGatewayClassReconciler creates a new mock instance.

func (*MockGatewayClassReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayClassReconciler) ReconcileGatewayClass added in v0.2.2

func (m *MockGatewayClassReconciler) ReconcileGatewayClass(obj *v1beta1.GatewayClass) (reconcile.Result, error)

ReconcileGatewayClass mocks base method.

type MockGatewayClassReconcilerMockRecorder added in v0.2.2

type MockGatewayClassReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayClassReconcilerMockRecorder is the mock recorder for MockGatewayClassReconciler.

func (*MockGatewayClassReconcilerMockRecorder) ReconcileGatewayClass added in v0.2.2

func (mr *MockGatewayClassReconcilerMockRecorder) ReconcileGatewayClass(obj interface{}) *gomock.Call

ReconcileGatewayClass indicates an expected call of ReconcileGatewayClass.

type MockGatewayDeletionReconciler

type MockGatewayDeletionReconciler struct {
	// contains filtered or unexported fields
}

MockGatewayDeletionReconciler is a mock of GatewayDeletionReconciler interface.

func NewMockGatewayDeletionReconciler

func NewMockGatewayDeletionReconciler(ctrl *gomock.Controller) *MockGatewayDeletionReconciler

NewMockGatewayDeletionReconciler creates a new mock instance.

func (*MockGatewayDeletionReconciler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayDeletionReconciler) ReconcileGatewayDeletion

func (m *MockGatewayDeletionReconciler) ReconcileGatewayDeletion(req reconcile.Request) error

ReconcileGatewayDeletion mocks base method.

type MockGatewayDeletionReconcilerMockRecorder

type MockGatewayDeletionReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayDeletionReconcilerMockRecorder is the mock recorder for MockGatewayDeletionReconciler.

func (*MockGatewayDeletionReconcilerMockRecorder) ReconcileGatewayDeletion

func (mr *MockGatewayDeletionReconcilerMockRecorder) ReconcileGatewayDeletion(req interface{}) *gomock.Call

ReconcileGatewayDeletion indicates an expected call of ReconcileGatewayDeletion.

type MockGatewayEventHandler

type MockGatewayEventHandler struct {
	// contains filtered or unexported fields
}

MockGatewayEventHandler is a mock of GatewayEventHandler interface.

func NewMockGatewayEventHandler

func NewMockGatewayEventHandler(ctrl *gomock.Controller) *MockGatewayEventHandler

NewMockGatewayEventHandler creates a new mock instance.

func (*MockGatewayEventHandler) CreateGateway

func (m *MockGatewayEventHandler) CreateGateway(obj *v1beta1.Gateway) error

CreateGateway mocks base method.

func (*MockGatewayEventHandler) DeleteGateway

func (m *MockGatewayEventHandler) DeleteGateway(obj *v1beta1.Gateway) error

DeleteGateway mocks base method.

func (*MockGatewayEventHandler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayEventHandler) GenericGateway

func (m *MockGatewayEventHandler) GenericGateway(obj *v1beta1.Gateway) error

GenericGateway mocks base method.

func (*MockGatewayEventHandler) UpdateGateway

func (m *MockGatewayEventHandler) UpdateGateway(old, new *v1beta1.Gateway) error

UpdateGateway mocks base method.

type MockGatewayEventHandlerMockRecorder

type MockGatewayEventHandlerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayEventHandlerMockRecorder is the mock recorder for MockGatewayEventHandler.

func (*MockGatewayEventHandlerMockRecorder) CreateGateway

func (mr *MockGatewayEventHandlerMockRecorder) CreateGateway(obj interface{}) *gomock.Call

CreateGateway indicates an expected call of CreateGateway.

func (*MockGatewayEventHandlerMockRecorder) DeleteGateway

func (mr *MockGatewayEventHandlerMockRecorder) DeleteGateway(obj interface{}) *gomock.Call

DeleteGateway indicates an expected call of DeleteGateway.

func (*MockGatewayEventHandlerMockRecorder) GenericGateway

func (mr *MockGatewayEventHandlerMockRecorder) GenericGateway(obj interface{}) *gomock.Call

GenericGateway indicates an expected call of GenericGateway.

func (*MockGatewayEventHandlerMockRecorder) UpdateGateway

func (mr *MockGatewayEventHandlerMockRecorder) UpdateGateway(old, new interface{}) *gomock.Call

UpdateGateway indicates an expected call of UpdateGateway.

type MockGatewayEventWatcher

type MockGatewayEventWatcher struct {
	// contains filtered or unexported fields
}

MockGatewayEventWatcher is a mock of GatewayEventWatcher interface.

func NewMockGatewayEventWatcher

func NewMockGatewayEventWatcher(ctrl *gomock.Controller) *MockGatewayEventWatcher

NewMockGatewayEventWatcher creates a new mock instance.

func (*MockGatewayEventWatcher) AddEventHandler

AddEventHandler mocks base method.

func (*MockGatewayEventWatcher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockGatewayEventWatcherMockRecorder

type MockGatewayEventWatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayEventWatcherMockRecorder is the mock recorder for MockGatewayEventWatcher.

func (*MockGatewayEventWatcherMockRecorder) AddEventHandler

func (mr *MockGatewayEventWatcherMockRecorder) AddEventHandler(ctx, h interface{}, predicates ...interface{}) *gomock.Call

AddEventHandler indicates an expected call of AddEventHandler.

type MockGatewayFinalizer

type MockGatewayFinalizer struct {
	// contains filtered or unexported fields
}

MockGatewayFinalizer is a mock of GatewayFinalizer interface.

func NewMockGatewayFinalizer

func NewMockGatewayFinalizer(ctrl *gomock.Controller) *MockGatewayFinalizer

NewMockGatewayFinalizer creates a new mock instance.

func (*MockGatewayFinalizer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayFinalizer) FinalizeGateway

func (m *MockGatewayFinalizer) FinalizeGateway(obj *v1beta1.Gateway) error

FinalizeGateway mocks base method.

func (*MockGatewayFinalizer) GatewayFinalizerName

func (m *MockGatewayFinalizer) GatewayFinalizerName() string

GatewayFinalizerName mocks base method.

func (*MockGatewayFinalizer) ReconcileGateway

func (m *MockGatewayFinalizer) ReconcileGateway(obj *v1beta1.Gateway) (reconcile.Result, error)

ReconcileGateway mocks base method.

type MockGatewayFinalizerMockRecorder

type MockGatewayFinalizerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayFinalizerMockRecorder is the mock recorder for MockGatewayFinalizer.

func (*MockGatewayFinalizerMockRecorder) FinalizeGateway

func (mr *MockGatewayFinalizerMockRecorder) FinalizeGateway(obj interface{}) *gomock.Call

FinalizeGateway indicates an expected call of FinalizeGateway.

func (*MockGatewayFinalizerMockRecorder) GatewayFinalizerName

func (mr *MockGatewayFinalizerMockRecorder) GatewayFinalizerName() *gomock.Call

GatewayFinalizerName indicates an expected call of GatewayFinalizerName.

func (*MockGatewayFinalizerMockRecorder) ReconcileGateway

func (mr *MockGatewayFinalizerMockRecorder) ReconcileGateway(obj interface{}) *gomock.Call

ReconcileGateway indicates an expected call of ReconcileGateway.

type MockGatewayReconcileLoop

type MockGatewayReconcileLoop struct {
	// contains filtered or unexported fields
}

MockGatewayReconcileLoop is a mock of GatewayReconcileLoop interface.

func NewMockGatewayReconcileLoop

func NewMockGatewayReconcileLoop(ctrl *gomock.Controller) *MockGatewayReconcileLoop

NewMockGatewayReconcileLoop creates a new mock instance.

func (*MockGatewayReconcileLoop) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayReconcileLoop) RunGatewayReconciler

func (m *MockGatewayReconcileLoop) RunGatewayReconciler(ctx context.Context, rec controller.GatewayReconciler, predicates ...predicate.Predicate) error

RunGatewayReconciler mocks base method.

type MockGatewayReconcileLoopMockRecorder

type MockGatewayReconcileLoopMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayReconcileLoopMockRecorder is the mock recorder for MockGatewayReconcileLoop.

func (*MockGatewayReconcileLoopMockRecorder) RunGatewayReconciler

func (mr *MockGatewayReconcileLoopMockRecorder) RunGatewayReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunGatewayReconciler indicates an expected call of RunGatewayReconciler.

type MockGatewayReconciler

type MockGatewayReconciler struct {
	// contains filtered or unexported fields
}

MockGatewayReconciler is a mock of GatewayReconciler interface.

func NewMockGatewayReconciler

func NewMockGatewayReconciler(ctrl *gomock.Controller) *MockGatewayReconciler

NewMockGatewayReconciler creates a new mock instance.

func (*MockGatewayReconciler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewayReconciler) ReconcileGateway

func (m *MockGatewayReconciler) ReconcileGateway(obj *v1beta1.Gateway) (reconcile.Result, error)

ReconcileGateway mocks base method.

type MockGatewayReconcilerMockRecorder

type MockGatewayReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewayReconcilerMockRecorder is the mock recorder for MockGatewayReconciler.

func (*MockGatewayReconcilerMockRecorder) ReconcileGateway

func (mr *MockGatewayReconcilerMockRecorder) ReconcileGateway(obj interface{}) *gomock.Call

ReconcileGateway indicates an expected call of ReconcileGateway.

type MockHTTPRouteDeletionReconciler added in v0.2.2

type MockHTTPRouteDeletionReconciler struct {
	// contains filtered or unexported fields
}

MockHTTPRouteDeletionReconciler is a mock of HTTPRouteDeletionReconciler interface.

func NewMockHTTPRouteDeletionReconciler added in v0.2.2

func NewMockHTTPRouteDeletionReconciler(ctrl *gomock.Controller) *MockHTTPRouteDeletionReconciler

NewMockHTTPRouteDeletionReconciler creates a new mock instance.

func (*MockHTTPRouteDeletionReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHTTPRouteDeletionReconciler) ReconcileHTTPRouteDeletion added in v0.2.2

func (m *MockHTTPRouteDeletionReconciler) ReconcileHTTPRouteDeletion(req reconcile.Request) error

ReconcileHTTPRouteDeletion mocks base method.

type MockHTTPRouteDeletionReconcilerMockRecorder added in v0.2.2

type MockHTTPRouteDeletionReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockHTTPRouteDeletionReconcilerMockRecorder is the mock recorder for MockHTTPRouteDeletionReconciler.

func (*MockHTTPRouteDeletionReconcilerMockRecorder) ReconcileHTTPRouteDeletion added in v0.2.2

func (mr *MockHTTPRouteDeletionReconcilerMockRecorder) ReconcileHTTPRouteDeletion(req interface{}) *gomock.Call

ReconcileHTTPRouteDeletion indicates an expected call of ReconcileHTTPRouteDeletion.

type MockHTTPRouteEventHandler added in v0.2.2

type MockHTTPRouteEventHandler struct {
	// contains filtered or unexported fields
}

MockHTTPRouteEventHandler is a mock of HTTPRouteEventHandler interface.

func NewMockHTTPRouteEventHandler added in v0.2.2

func NewMockHTTPRouteEventHandler(ctrl *gomock.Controller) *MockHTTPRouteEventHandler

NewMockHTTPRouteEventHandler creates a new mock instance.

func (*MockHTTPRouteEventHandler) CreateHTTPRoute added in v0.2.2

func (m *MockHTTPRouteEventHandler) CreateHTTPRoute(obj *v1beta1.HTTPRoute) error

CreateHTTPRoute mocks base method.

func (*MockHTTPRouteEventHandler) DeleteHTTPRoute added in v0.2.2

func (m *MockHTTPRouteEventHandler) DeleteHTTPRoute(obj *v1beta1.HTTPRoute) error

DeleteHTTPRoute mocks base method.

func (*MockHTTPRouteEventHandler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHTTPRouteEventHandler) GenericHTTPRoute added in v0.2.2

func (m *MockHTTPRouteEventHandler) GenericHTTPRoute(obj *v1beta1.HTTPRoute) error

GenericHTTPRoute mocks base method.

func (*MockHTTPRouteEventHandler) UpdateHTTPRoute added in v0.2.2

func (m *MockHTTPRouteEventHandler) UpdateHTTPRoute(old, new *v1beta1.HTTPRoute) error

UpdateHTTPRoute mocks base method.

type MockHTTPRouteEventHandlerMockRecorder added in v0.2.2

type MockHTTPRouteEventHandlerMockRecorder struct {
	// contains filtered or unexported fields
}

MockHTTPRouteEventHandlerMockRecorder is the mock recorder for MockHTTPRouteEventHandler.

func (*MockHTTPRouteEventHandlerMockRecorder) CreateHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteEventHandlerMockRecorder) CreateHTTPRoute(obj interface{}) *gomock.Call

CreateHTTPRoute indicates an expected call of CreateHTTPRoute.

func (*MockHTTPRouteEventHandlerMockRecorder) DeleteHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteEventHandlerMockRecorder) DeleteHTTPRoute(obj interface{}) *gomock.Call

DeleteHTTPRoute indicates an expected call of DeleteHTTPRoute.

func (*MockHTTPRouteEventHandlerMockRecorder) GenericHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteEventHandlerMockRecorder) GenericHTTPRoute(obj interface{}) *gomock.Call

GenericHTTPRoute indicates an expected call of GenericHTTPRoute.

func (*MockHTTPRouteEventHandlerMockRecorder) UpdateHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteEventHandlerMockRecorder) UpdateHTTPRoute(old, new interface{}) *gomock.Call

UpdateHTTPRoute indicates an expected call of UpdateHTTPRoute.

type MockHTTPRouteEventWatcher added in v0.2.2

type MockHTTPRouteEventWatcher struct {
	// contains filtered or unexported fields
}

MockHTTPRouteEventWatcher is a mock of HTTPRouteEventWatcher interface.

func NewMockHTTPRouteEventWatcher added in v0.2.2

func NewMockHTTPRouteEventWatcher(ctrl *gomock.Controller) *MockHTTPRouteEventWatcher

NewMockHTTPRouteEventWatcher creates a new mock instance.

func (*MockHTTPRouteEventWatcher) AddEventHandler added in v0.2.2

AddEventHandler mocks base method.

func (*MockHTTPRouteEventWatcher) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

type MockHTTPRouteEventWatcherMockRecorder added in v0.2.2

type MockHTTPRouteEventWatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockHTTPRouteEventWatcherMockRecorder is the mock recorder for MockHTTPRouteEventWatcher.

func (*MockHTTPRouteEventWatcherMockRecorder) AddEventHandler added in v0.2.2

func (mr *MockHTTPRouteEventWatcherMockRecorder) AddEventHandler(ctx, h interface{}, predicates ...interface{}) *gomock.Call

AddEventHandler indicates an expected call of AddEventHandler.

type MockHTTPRouteFinalizer added in v0.2.2

type MockHTTPRouteFinalizer struct {
	// contains filtered or unexported fields
}

MockHTTPRouteFinalizer is a mock of HTTPRouteFinalizer interface.

func NewMockHTTPRouteFinalizer added in v0.2.2

func NewMockHTTPRouteFinalizer(ctrl *gomock.Controller) *MockHTTPRouteFinalizer

NewMockHTTPRouteFinalizer creates a new mock instance.

func (*MockHTTPRouteFinalizer) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHTTPRouteFinalizer) FinalizeHTTPRoute added in v0.2.2

func (m *MockHTTPRouteFinalizer) FinalizeHTTPRoute(obj *v1beta1.HTTPRoute) error

FinalizeHTTPRoute mocks base method.

func (*MockHTTPRouteFinalizer) HTTPRouteFinalizerName added in v0.2.2

func (m *MockHTTPRouteFinalizer) HTTPRouteFinalizerName() string

HTTPRouteFinalizerName mocks base method.

func (*MockHTTPRouteFinalizer) ReconcileHTTPRoute added in v0.2.2

func (m *MockHTTPRouteFinalizer) ReconcileHTTPRoute(obj *v1beta1.HTTPRoute) (reconcile.Result, error)

ReconcileHTTPRoute mocks base method.

type MockHTTPRouteFinalizerMockRecorder added in v0.2.2

type MockHTTPRouteFinalizerMockRecorder struct {
	// contains filtered or unexported fields
}

MockHTTPRouteFinalizerMockRecorder is the mock recorder for MockHTTPRouteFinalizer.

func (*MockHTTPRouteFinalizerMockRecorder) FinalizeHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteFinalizerMockRecorder) FinalizeHTTPRoute(obj interface{}) *gomock.Call

FinalizeHTTPRoute indicates an expected call of FinalizeHTTPRoute.

func (*MockHTTPRouteFinalizerMockRecorder) HTTPRouteFinalizerName added in v0.2.2

func (mr *MockHTTPRouteFinalizerMockRecorder) HTTPRouteFinalizerName() *gomock.Call

HTTPRouteFinalizerName indicates an expected call of HTTPRouteFinalizerName.

func (*MockHTTPRouteFinalizerMockRecorder) ReconcileHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteFinalizerMockRecorder) ReconcileHTTPRoute(obj interface{}) *gomock.Call

ReconcileHTTPRoute indicates an expected call of ReconcileHTTPRoute.

type MockHTTPRouteReconcileLoop added in v0.2.2

type MockHTTPRouteReconcileLoop struct {
	// contains filtered or unexported fields
}

MockHTTPRouteReconcileLoop is a mock of HTTPRouteReconcileLoop interface.

func NewMockHTTPRouteReconcileLoop added in v0.2.2

func NewMockHTTPRouteReconcileLoop(ctrl *gomock.Controller) *MockHTTPRouteReconcileLoop

NewMockHTTPRouteReconcileLoop creates a new mock instance.

func (*MockHTTPRouteReconcileLoop) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHTTPRouteReconcileLoop) RunHTTPRouteReconciler added in v0.2.2

func (m *MockHTTPRouteReconcileLoop) RunHTTPRouteReconciler(ctx context.Context, rec controller.HTTPRouteReconciler, predicates ...predicate.Predicate) error

RunHTTPRouteReconciler mocks base method.

type MockHTTPRouteReconcileLoopMockRecorder added in v0.2.2

type MockHTTPRouteReconcileLoopMockRecorder struct {
	// contains filtered or unexported fields
}

MockHTTPRouteReconcileLoopMockRecorder is the mock recorder for MockHTTPRouteReconcileLoop.

func (*MockHTTPRouteReconcileLoopMockRecorder) RunHTTPRouteReconciler added in v0.2.2

func (mr *MockHTTPRouteReconcileLoopMockRecorder) RunHTTPRouteReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunHTTPRouteReconciler indicates an expected call of RunHTTPRouteReconciler.

type MockHTTPRouteReconciler added in v0.2.2

type MockHTTPRouteReconciler struct {
	// contains filtered or unexported fields
}

MockHTTPRouteReconciler is a mock of HTTPRouteReconciler interface.

func NewMockHTTPRouteReconciler added in v0.2.2

func NewMockHTTPRouteReconciler(ctrl *gomock.Controller) *MockHTTPRouteReconciler

NewMockHTTPRouteReconciler creates a new mock instance.

func (*MockHTTPRouteReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHTTPRouteReconciler) ReconcileHTTPRoute added in v0.2.2

func (m *MockHTTPRouteReconciler) ReconcileHTTPRoute(obj *v1beta1.HTTPRoute) (reconcile.Result, error)

ReconcileHTTPRoute mocks base method.

type MockHTTPRouteReconcilerMockRecorder added in v0.2.2

type MockHTTPRouteReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockHTTPRouteReconcilerMockRecorder is the mock recorder for MockHTTPRouteReconciler.

func (*MockHTTPRouteReconcilerMockRecorder) ReconcileHTTPRoute added in v0.2.2

func (mr *MockHTTPRouteReconcilerMockRecorder) ReconcileHTTPRoute(obj interface{}) *gomock.Call

ReconcileHTTPRoute indicates an expected call of ReconcileHTTPRoute.

type MockMulticlusterGatewayClassDeletionReconciler added in v0.2.2

type MockMulticlusterGatewayClassDeletionReconciler struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayClassDeletionReconciler is a mock of MulticlusterGatewayClassDeletionReconciler interface.

func NewMockMulticlusterGatewayClassDeletionReconciler added in v0.2.2

func NewMockMulticlusterGatewayClassDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterGatewayClassDeletionReconciler

NewMockMulticlusterGatewayClassDeletionReconciler creates a new mock instance.

func (*MockMulticlusterGatewayClassDeletionReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMulticlusterGatewayClassDeletionReconciler) ReconcileGatewayClassDeletion added in v0.2.2

func (m *MockMulticlusterGatewayClassDeletionReconciler) ReconcileGatewayClassDeletion(clusterName string, req reconcile.Request) error

ReconcileGatewayClassDeletion mocks base method.

type MockMulticlusterGatewayClassDeletionReconcilerMockRecorder added in v0.2.2

type MockMulticlusterGatewayClassDeletionReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayClassDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterGatewayClassDeletionReconciler.

func (*MockMulticlusterGatewayClassDeletionReconcilerMockRecorder) ReconcileGatewayClassDeletion added in v0.2.2

func (mr *MockMulticlusterGatewayClassDeletionReconcilerMockRecorder) ReconcileGatewayClassDeletion(clusterName, req interface{}) *gomock.Call

ReconcileGatewayClassDeletion indicates an expected call of ReconcileGatewayClassDeletion.

type MockMulticlusterGatewayClassReconcileLoop added in v0.2.2

type MockMulticlusterGatewayClassReconcileLoop struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayClassReconcileLoop is a mock of MulticlusterGatewayClassReconcileLoop interface.

func NewMockMulticlusterGatewayClassReconcileLoop added in v0.2.2

func NewMockMulticlusterGatewayClassReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterGatewayClassReconcileLoop

NewMockMulticlusterGatewayClassReconcileLoop creates a new mock instance.

func (*MockMulticlusterGatewayClassReconcileLoop) AddMulticlusterGatewayClassReconciler added in v0.2.2

func (m *MockMulticlusterGatewayClassReconcileLoop) AddMulticlusterGatewayClassReconciler(ctx context.Context, rec controller.MulticlusterGatewayClassReconciler, predicates ...predicate.Predicate)

AddMulticlusterGatewayClassReconciler mocks base method.

func (*MockMulticlusterGatewayClassReconcileLoop) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

type MockMulticlusterGatewayClassReconcileLoopMockRecorder added in v0.2.2

type MockMulticlusterGatewayClassReconcileLoopMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayClassReconcileLoopMockRecorder is the mock recorder for MockMulticlusterGatewayClassReconcileLoop.

func (*MockMulticlusterGatewayClassReconcileLoopMockRecorder) AddMulticlusterGatewayClassReconciler added in v0.2.2

func (mr *MockMulticlusterGatewayClassReconcileLoopMockRecorder) AddMulticlusterGatewayClassReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterGatewayClassReconciler indicates an expected call of AddMulticlusterGatewayClassReconciler.

type MockMulticlusterGatewayClassReconciler added in v0.2.2

type MockMulticlusterGatewayClassReconciler struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayClassReconciler is a mock of MulticlusterGatewayClassReconciler interface.

func NewMockMulticlusterGatewayClassReconciler added in v0.2.2

func NewMockMulticlusterGatewayClassReconciler(ctrl *gomock.Controller) *MockMulticlusterGatewayClassReconciler

NewMockMulticlusterGatewayClassReconciler creates a new mock instance.

func (*MockMulticlusterGatewayClassReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMulticlusterGatewayClassReconciler) ReconcileGatewayClass added in v0.2.2

func (m *MockMulticlusterGatewayClassReconciler) ReconcileGatewayClass(clusterName string, obj *v1beta1.GatewayClass) (reconcile.Result, error)

ReconcileGatewayClass mocks base method.

type MockMulticlusterGatewayClassReconcilerMockRecorder added in v0.2.2

type MockMulticlusterGatewayClassReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayClassReconcilerMockRecorder is the mock recorder for MockMulticlusterGatewayClassReconciler.

func (*MockMulticlusterGatewayClassReconcilerMockRecorder) ReconcileGatewayClass added in v0.2.2

func (mr *MockMulticlusterGatewayClassReconcilerMockRecorder) ReconcileGatewayClass(clusterName, obj interface{}) *gomock.Call

ReconcileGatewayClass indicates an expected call of ReconcileGatewayClass.

type MockMulticlusterGatewayDeletionReconciler

type MockMulticlusterGatewayDeletionReconciler struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayDeletionReconciler is a mock of MulticlusterGatewayDeletionReconciler interface.

func NewMockMulticlusterGatewayDeletionReconciler

func NewMockMulticlusterGatewayDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterGatewayDeletionReconciler

NewMockMulticlusterGatewayDeletionReconciler creates a new mock instance.

func (*MockMulticlusterGatewayDeletionReconciler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMulticlusterGatewayDeletionReconciler) ReconcileGatewayDeletion

func (m *MockMulticlusterGatewayDeletionReconciler) ReconcileGatewayDeletion(clusterName string, req reconcile.Request) error

ReconcileGatewayDeletion mocks base method.

type MockMulticlusterGatewayDeletionReconcilerMockRecorder

type MockMulticlusterGatewayDeletionReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterGatewayDeletionReconciler.

func (*MockMulticlusterGatewayDeletionReconcilerMockRecorder) ReconcileGatewayDeletion

func (mr *MockMulticlusterGatewayDeletionReconcilerMockRecorder) ReconcileGatewayDeletion(clusterName, req interface{}) *gomock.Call

ReconcileGatewayDeletion indicates an expected call of ReconcileGatewayDeletion.

type MockMulticlusterGatewayReconcileLoop

type MockMulticlusterGatewayReconcileLoop struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayReconcileLoop is a mock of MulticlusterGatewayReconcileLoop interface.

func NewMockMulticlusterGatewayReconcileLoop

func NewMockMulticlusterGatewayReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterGatewayReconcileLoop

NewMockMulticlusterGatewayReconcileLoop creates a new mock instance.

func (*MockMulticlusterGatewayReconcileLoop) AddMulticlusterGatewayReconciler

func (m *MockMulticlusterGatewayReconcileLoop) AddMulticlusterGatewayReconciler(ctx context.Context, rec controller.MulticlusterGatewayReconciler, predicates ...predicate.Predicate)

AddMulticlusterGatewayReconciler mocks base method.

func (*MockMulticlusterGatewayReconcileLoop) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockMulticlusterGatewayReconcileLoopMockRecorder

type MockMulticlusterGatewayReconcileLoopMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayReconcileLoopMockRecorder is the mock recorder for MockMulticlusterGatewayReconcileLoop.

func (*MockMulticlusterGatewayReconcileLoopMockRecorder) AddMulticlusterGatewayReconciler

func (mr *MockMulticlusterGatewayReconcileLoopMockRecorder) AddMulticlusterGatewayReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterGatewayReconciler indicates an expected call of AddMulticlusterGatewayReconciler.

type MockMulticlusterGatewayReconciler

type MockMulticlusterGatewayReconciler struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayReconciler is a mock of MulticlusterGatewayReconciler interface.

func NewMockMulticlusterGatewayReconciler

func NewMockMulticlusterGatewayReconciler(ctrl *gomock.Controller) *MockMulticlusterGatewayReconciler

NewMockMulticlusterGatewayReconciler creates a new mock instance.

func (*MockMulticlusterGatewayReconciler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMulticlusterGatewayReconciler) ReconcileGateway

func (m *MockMulticlusterGatewayReconciler) ReconcileGateway(clusterName string, obj *v1beta1.Gateway) (reconcile.Result, error)

ReconcileGateway mocks base method.

type MockMulticlusterGatewayReconcilerMockRecorder

type MockMulticlusterGatewayReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterGatewayReconcilerMockRecorder is the mock recorder for MockMulticlusterGatewayReconciler.

func (*MockMulticlusterGatewayReconcilerMockRecorder) ReconcileGateway

func (mr *MockMulticlusterGatewayReconcilerMockRecorder) ReconcileGateway(clusterName, obj interface{}) *gomock.Call

ReconcileGateway indicates an expected call of ReconcileGateway.

type MockMulticlusterHTTPRouteDeletionReconciler added in v0.2.2

type MockMulticlusterHTTPRouteDeletionReconciler struct {
	// contains filtered or unexported fields
}

MockMulticlusterHTTPRouteDeletionReconciler is a mock of MulticlusterHTTPRouteDeletionReconciler interface.

func NewMockMulticlusterHTTPRouteDeletionReconciler added in v0.2.2

func NewMockMulticlusterHTTPRouteDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterHTTPRouteDeletionReconciler

NewMockMulticlusterHTTPRouteDeletionReconciler creates a new mock instance.

func (*MockMulticlusterHTTPRouteDeletionReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMulticlusterHTTPRouteDeletionReconciler) ReconcileHTTPRouteDeletion added in v0.2.2

func (m *MockMulticlusterHTTPRouteDeletionReconciler) ReconcileHTTPRouteDeletion(clusterName string, req reconcile.Request) error

ReconcileHTTPRouteDeletion mocks base method.

type MockMulticlusterHTTPRouteDeletionReconcilerMockRecorder added in v0.2.2

type MockMulticlusterHTTPRouteDeletionReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterHTTPRouteDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterHTTPRouteDeletionReconciler.

func (*MockMulticlusterHTTPRouteDeletionReconcilerMockRecorder) ReconcileHTTPRouteDeletion added in v0.2.2

func (mr *MockMulticlusterHTTPRouteDeletionReconcilerMockRecorder) ReconcileHTTPRouteDeletion(clusterName, req interface{}) *gomock.Call

ReconcileHTTPRouteDeletion indicates an expected call of ReconcileHTTPRouteDeletion.

type MockMulticlusterHTTPRouteReconcileLoop added in v0.2.2

type MockMulticlusterHTTPRouteReconcileLoop struct {
	// contains filtered or unexported fields
}

MockMulticlusterHTTPRouteReconcileLoop is a mock of MulticlusterHTTPRouteReconcileLoop interface.

func NewMockMulticlusterHTTPRouteReconcileLoop added in v0.2.2

func NewMockMulticlusterHTTPRouteReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterHTTPRouteReconcileLoop

NewMockMulticlusterHTTPRouteReconcileLoop creates a new mock instance.

func (*MockMulticlusterHTTPRouteReconcileLoop) AddMulticlusterHTTPRouteReconciler added in v0.2.2

func (m *MockMulticlusterHTTPRouteReconcileLoop) AddMulticlusterHTTPRouteReconciler(ctx context.Context, rec controller.MulticlusterHTTPRouteReconciler, predicates ...predicate.Predicate)

AddMulticlusterHTTPRouteReconciler mocks base method.

func (*MockMulticlusterHTTPRouteReconcileLoop) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

type MockMulticlusterHTTPRouteReconcileLoopMockRecorder added in v0.2.2

type MockMulticlusterHTTPRouteReconcileLoopMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterHTTPRouteReconcileLoopMockRecorder is the mock recorder for MockMulticlusterHTTPRouteReconcileLoop.

func (*MockMulticlusterHTTPRouteReconcileLoopMockRecorder) AddMulticlusterHTTPRouteReconciler added in v0.2.2

func (mr *MockMulticlusterHTTPRouteReconcileLoopMockRecorder) AddMulticlusterHTTPRouteReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterHTTPRouteReconciler indicates an expected call of AddMulticlusterHTTPRouteReconciler.

type MockMulticlusterHTTPRouteReconciler added in v0.2.2

type MockMulticlusterHTTPRouteReconciler struct {
	// contains filtered or unexported fields
}

MockMulticlusterHTTPRouteReconciler is a mock of MulticlusterHTTPRouteReconciler interface.

func NewMockMulticlusterHTTPRouteReconciler added in v0.2.2

func NewMockMulticlusterHTTPRouteReconciler(ctrl *gomock.Controller) *MockMulticlusterHTTPRouteReconciler

NewMockMulticlusterHTTPRouteReconciler creates a new mock instance.

func (*MockMulticlusterHTTPRouteReconciler) EXPECT added in v0.2.2

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMulticlusterHTTPRouteReconciler) ReconcileHTTPRoute added in v0.2.2

func (m *MockMulticlusterHTTPRouteReconciler) ReconcileHTTPRoute(clusterName string, obj *v1beta1.HTTPRoute) (reconcile.Result, error)

ReconcileHTTPRoute mocks base method.

type MockMulticlusterHTTPRouteReconcilerMockRecorder added in v0.2.2

type MockMulticlusterHTTPRouteReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterHTTPRouteReconcilerMockRecorder is the mock recorder for MockMulticlusterHTTPRouteReconciler.

func (*MockMulticlusterHTTPRouteReconcilerMockRecorder) ReconcileHTTPRoute added in v0.2.2

func (mr *MockMulticlusterHTTPRouteReconcilerMockRecorder) ReconcileHTTPRoute(clusterName, obj interface{}) *gomock.Call

ReconcileHTTPRoute indicates an expected call of ReconcileHTTPRoute.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL