mock_controller

package
v0.1.19 Latest Latest
Warning

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

Go to latest
Published: May 26, 2023 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 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 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.

Jump to

Keyboard shortcuts

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