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 MockIstioOperatorDeletionReconciler

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

MockIstioOperatorDeletionReconciler is a mock of IstioOperatorDeletionReconciler interface.

func NewMockIstioOperatorDeletionReconciler

func NewMockIstioOperatorDeletionReconciler(ctrl *gomock.Controller) *MockIstioOperatorDeletionReconciler

NewMockIstioOperatorDeletionReconciler creates a new mock instance.

func (*MockIstioOperatorDeletionReconciler) EXPECT

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

func (*MockIstioOperatorDeletionReconciler) ReconcileIstioOperatorDeletion

func (m *MockIstioOperatorDeletionReconciler) ReconcileIstioOperatorDeletion(req reconcile.Request) error

ReconcileIstioOperatorDeletion mocks base method.

type MockIstioOperatorDeletionReconcilerMockRecorder

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

MockIstioOperatorDeletionReconcilerMockRecorder is the mock recorder for MockIstioOperatorDeletionReconciler.

func (*MockIstioOperatorDeletionReconcilerMockRecorder) ReconcileIstioOperatorDeletion

func (mr *MockIstioOperatorDeletionReconcilerMockRecorder) ReconcileIstioOperatorDeletion(req interface{}) *gomock.Call

ReconcileIstioOperatorDeletion indicates an expected call of ReconcileIstioOperatorDeletion.

type MockIstioOperatorEventHandler

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

MockIstioOperatorEventHandler is a mock of IstioOperatorEventHandler interface.

func NewMockIstioOperatorEventHandler

func NewMockIstioOperatorEventHandler(ctrl *gomock.Controller) *MockIstioOperatorEventHandler

NewMockIstioOperatorEventHandler creates a new mock instance.

func (*MockIstioOperatorEventHandler) CreateIstioOperator

func (m *MockIstioOperatorEventHandler) CreateIstioOperator(obj *v1alpha1.IstioOperator) error

CreateIstioOperator mocks base method.

func (*MockIstioOperatorEventHandler) DeleteIstioOperator

func (m *MockIstioOperatorEventHandler) DeleteIstioOperator(obj *v1alpha1.IstioOperator) error

DeleteIstioOperator mocks base method.

func (*MockIstioOperatorEventHandler) EXPECT

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

func (*MockIstioOperatorEventHandler) GenericIstioOperator

func (m *MockIstioOperatorEventHandler) GenericIstioOperator(obj *v1alpha1.IstioOperator) error

GenericIstioOperator mocks base method.

func (*MockIstioOperatorEventHandler) UpdateIstioOperator

func (m *MockIstioOperatorEventHandler) UpdateIstioOperator(old, new *v1alpha1.IstioOperator) error

UpdateIstioOperator mocks base method.

type MockIstioOperatorEventHandlerMockRecorder

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

MockIstioOperatorEventHandlerMockRecorder is the mock recorder for MockIstioOperatorEventHandler.

func (*MockIstioOperatorEventHandlerMockRecorder) CreateIstioOperator

func (mr *MockIstioOperatorEventHandlerMockRecorder) CreateIstioOperator(obj interface{}) *gomock.Call

CreateIstioOperator indicates an expected call of CreateIstioOperator.

func (*MockIstioOperatorEventHandlerMockRecorder) DeleteIstioOperator

func (mr *MockIstioOperatorEventHandlerMockRecorder) DeleteIstioOperator(obj interface{}) *gomock.Call

DeleteIstioOperator indicates an expected call of DeleteIstioOperator.

func (*MockIstioOperatorEventHandlerMockRecorder) GenericIstioOperator

func (mr *MockIstioOperatorEventHandlerMockRecorder) GenericIstioOperator(obj interface{}) *gomock.Call

GenericIstioOperator indicates an expected call of GenericIstioOperator.

func (*MockIstioOperatorEventHandlerMockRecorder) UpdateIstioOperator

func (mr *MockIstioOperatorEventHandlerMockRecorder) UpdateIstioOperator(old, new interface{}) *gomock.Call

UpdateIstioOperator indicates an expected call of UpdateIstioOperator.

type MockIstioOperatorEventWatcher

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

MockIstioOperatorEventWatcher is a mock of IstioOperatorEventWatcher interface.

func NewMockIstioOperatorEventWatcher

func NewMockIstioOperatorEventWatcher(ctrl *gomock.Controller) *MockIstioOperatorEventWatcher

NewMockIstioOperatorEventWatcher creates a new mock instance.

func (*MockIstioOperatorEventWatcher) AddEventHandler

AddEventHandler mocks base method.

func (*MockIstioOperatorEventWatcher) EXPECT

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

type MockIstioOperatorEventWatcherMockRecorder

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

MockIstioOperatorEventWatcherMockRecorder is the mock recorder for MockIstioOperatorEventWatcher.

func (*MockIstioOperatorEventWatcherMockRecorder) AddEventHandler

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

AddEventHandler indicates an expected call of AddEventHandler.

type MockIstioOperatorFinalizer

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

MockIstioOperatorFinalizer is a mock of IstioOperatorFinalizer interface.

func NewMockIstioOperatorFinalizer

func NewMockIstioOperatorFinalizer(ctrl *gomock.Controller) *MockIstioOperatorFinalizer

NewMockIstioOperatorFinalizer creates a new mock instance.

func (*MockIstioOperatorFinalizer) EXPECT

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

func (*MockIstioOperatorFinalizer) FinalizeIstioOperator

func (m *MockIstioOperatorFinalizer) FinalizeIstioOperator(obj *v1alpha1.IstioOperator) error

FinalizeIstioOperator mocks base method.

func (*MockIstioOperatorFinalizer) IstioOperatorFinalizerName

func (m *MockIstioOperatorFinalizer) IstioOperatorFinalizerName() string

IstioOperatorFinalizerName mocks base method.

func (*MockIstioOperatorFinalizer) ReconcileIstioOperator

func (m *MockIstioOperatorFinalizer) ReconcileIstioOperator(obj *v1alpha1.IstioOperator) (reconcile.Result, error)

ReconcileIstioOperator mocks base method.

type MockIstioOperatorFinalizerMockRecorder

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

MockIstioOperatorFinalizerMockRecorder is the mock recorder for MockIstioOperatorFinalizer.

func (*MockIstioOperatorFinalizerMockRecorder) FinalizeIstioOperator

func (mr *MockIstioOperatorFinalizerMockRecorder) FinalizeIstioOperator(obj interface{}) *gomock.Call

FinalizeIstioOperator indicates an expected call of FinalizeIstioOperator.

func (*MockIstioOperatorFinalizerMockRecorder) IstioOperatorFinalizerName

func (mr *MockIstioOperatorFinalizerMockRecorder) IstioOperatorFinalizerName() *gomock.Call

IstioOperatorFinalizerName indicates an expected call of IstioOperatorFinalizerName.

func (*MockIstioOperatorFinalizerMockRecorder) ReconcileIstioOperator

func (mr *MockIstioOperatorFinalizerMockRecorder) ReconcileIstioOperator(obj interface{}) *gomock.Call

ReconcileIstioOperator indicates an expected call of ReconcileIstioOperator.

type MockIstioOperatorReconcileLoop

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

MockIstioOperatorReconcileLoop is a mock of IstioOperatorReconcileLoop interface.

func NewMockIstioOperatorReconcileLoop

func NewMockIstioOperatorReconcileLoop(ctrl *gomock.Controller) *MockIstioOperatorReconcileLoop

NewMockIstioOperatorReconcileLoop creates a new mock instance.

func (*MockIstioOperatorReconcileLoop) EXPECT

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

func (*MockIstioOperatorReconcileLoop) RunIstioOperatorReconciler

func (m *MockIstioOperatorReconcileLoop) RunIstioOperatorReconciler(ctx context.Context, rec controller.IstioOperatorReconciler, predicates ...predicate.Predicate) error

RunIstioOperatorReconciler mocks base method.

type MockIstioOperatorReconcileLoopMockRecorder

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

MockIstioOperatorReconcileLoopMockRecorder is the mock recorder for MockIstioOperatorReconcileLoop.

func (*MockIstioOperatorReconcileLoopMockRecorder) RunIstioOperatorReconciler

func (mr *MockIstioOperatorReconcileLoopMockRecorder) RunIstioOperatorReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunIstioOperatorReconciler indicates an expected call of RunIstioOperatorReconciler.

type MockIstioOperatorReconciler

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

MockIstioOperatorReconciler is a mock of IstioOperatorReconciler interface.

func NewMockIstioOperatorReconciler

func NewMockIstioOperatorReconciler(ctrl *gomock.Controller) *MockIstioOperatorReconciler

NewMockIstioOperatorReconciler creates a new mock instance.

func (*MockIstioOperatorReconciler) EXPECT

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

func (*MockIstioOperatorReconciler) ReconcileIstioOperator

func (m *MockIstioOperatorReconciler) ReconcileIstioOperator(obj *v1alpha1.IstioOperator) (reconcile.Result, error)

ReconcileIstioOperator mocks base method.

type MockIstioOperatorReconcilerMockRecorder

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

MockIstioOperatorReconcilerMockRecorder is the mock recorder for MockIstioOperatorReconciler.

func (*MockIstioOperatorReconcilerMockRecorder) ReconcileIstioOperator

func (mr *MockIstioOperatorReconcilerMockRecorder) ReconcileIstioOperator(obj interface{}) *gomock.Call

ReconcileIstioOperator indicates an expected call of ReconcileIstioOperator.

type MockMulticlusterIstioOperatorDeletionReconciler

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

MockMulticlusterIstioOperatorDeletionReconciler is a mock of MulticlusterIstioOperatorDeletionReconciler interface.

func NewMockMulticlusterIstioOperatorDeletionReconciler

func NewMockMulticlusterIstioOperatorDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterIstioOperatorDeletionReconciler

NewMockMulticlusterIstioOperatorDeletionReconciler creates a new mock instance.

func (*MockMulticlusterIstioOperatorDeletionReconciler) EXPECT

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

func (*MockMulticlusterIstioOperatorDeletionReconciler) ReconcileIstioOperatorDeletion

func (m *MockMulticlusterIstioOperatorDeletionReconciler) ReconcileIstioOperatorDeletion(clusterName string, req reconcile.Request) error

ReconcileIstioOperatorDeletion mocks base method.

type MockMulticlusterIstioOperatorDeletionReconcilerMockRecorder

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

MockMulticlusterIstioOperatorDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterIstioOperatorDeletionReconciler.

func (*MockMulticlusterIstioOperatorDeletionReconcilerMockRecorder) ReconcileIstioOperatorDeletion

func (mr *MockMulticlusterIstioOperatorDeletionReconcilerMockRecorder) ReconcileIstioOperatorDeletion(clusterName, req interface{}) *gomock.Call

ReconcileIstioOperatorDeletion indicates an expected call of ReconcileIstioOperatorDeletion.

type MockMulticlusterIstioOperatorReconcileLoop

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

MockMulticlusterIstioOperatorReconcileLoop is a mock of MulticlusterIstioOperatorReconcileLoop interface.

func NewMockMulticlusterIstioOperatorReconcileLoop

func NewMockMulticlusterIstioOperatorReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterIstioOperatorReconcileLoop

NewMockMulticlusterIstioOperatorReconcileLoop creates a new mock instance.

func (*MockMulticlusterIstioOperatorReconcileLoop) AddMulticlusterIstioOperatorReconciler

func (m *MockMulticlusterIstioOperatorReconcileLoop) AddMulticlusterIstioOperatorReconciler(ctx context.Context, rec controller.MulticlusterIstioOperatorReconciler, predicates ...predicate.Predicate)

AddMulticlusterIstioOperatorReconciler mocks base method.

func (*MockMulticlusterIstioOperatorReconcileLoop) EXPECT

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

type MockMulticlusterIstioOperatorReconcileLoopMockRecorder

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

MockMulticlusterIstioOperatorReconcileLoopMockRecorder is the mock recorder for MockMulticlusterIstioOperatorReconcileLoop.

func (*MockMulticlusterIstioOperatorReconcileLoopMockRecorder) AddMulticlusterIstioOperatorReconciler

func (mr *MockMulticlusterIstioOperatorReconcileLoopMockRecorder) AddMulticlusterIstioOperatorReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterIstioOperatorReconciler indicates an expected call of AddMulticlusterIstioOperatorReconciler.

type MockMulticlusterIstioOperatorReconciler

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

MockMulticlusterIstioOperatorReconciler is a mock of MulticlusterIstioOperatorReconciler interface.

func NewMockMulticlusterIstioOperatorReconciler

func NewMockMulticlusterIstioOperatorReconciler(ctrl *gomock.Controller) *MockMulticlusterIstioOperatorReconciler

NewMockMulticlusterIstioOperatorReconciler creates a new mock instance.

func (*MockMulticlusterIstioOperatorReconciler) EXPECT

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

func (*MockMulticlusterIstioOperatorReconciler) ReconcileIstioOperator

func (m *MockMulticlusterIstioOperatorReconciler) ReconcileIstioOperator(clusterName string, obj *v1alpha1.IstioOperator) (reconcile.Result, error)

ReconcileIstioOperator mocks base method.

type MockMulticlusterIstioOperatorReconcilerMockRecorder

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

MockMulticlusterIstioOperatorReconcilerMockRecorder is the mock recorder for MockMulticlusterIstioOperatorReconciler.

func (*MockMulticlusterIstioOperatorReconcilerMockRecorder) ReconcileIstioOperator

func (mr *MockMulticlusterIstioOperatorReconcilerMockRecorder) ReconcileIstioOperator(clusterName, obj interface{}) *gomock.Call

ReconcileIstioOperator indicates an expected call of ReconcileIstioOperator.

Jump to

Keyboard shortcuts

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