mock_controller

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 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 MockIstioInstallationDeletionReconciler

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

MockIstioInstallationDeletionReconciler is a mock of IstioInstallationDeletionReconciler interface.

func NewMockIstioInstallationDeletionReconciler

func NewMockIstioInstallationDeletionReconciler(ctrl *gomock.Controller) *MockIstioInstallationDeletionReconciler

NewMockIstioInstallationDeletionReconciler creates a new mock instance.

func (*MockIstioInstallationDeletionReconciler) EXPECT

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

func (*MockIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion

func (m *MockIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion(req reconcile.Request) error

ReconcileIstioInstallationDeletion mocks base method.

type MockIstioInstallationDeletionReconcilerMockRecorder

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

MockIstioInstallationDeletionReconcilerMockRecorder is the mock recorder for MockIstioInstallationDeletionReconciler.

func (*MockIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion

func (mr *MockIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion(req interface{}) *gomock.Call

ReconcileIstioInstallationDeletion indicates an expected call of ReconcileIstioInstallationDeletion.

type MockIstioInstallationEventHandler

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

MockIstioInstallationEventHandler is a mock of IstioInstallationEventHandler interface.

func NewMockIstioInstallationEventHandler

func NewMockIstioInstallationEventHandler(ctrl *gomock.Controller) *MockIstioInstallationEventHandler

NewMockIstioInstallationEventHandler creates a new mock instance.

func (*MockIstioInstallationEventHandler) CreateIstioInstallation

func (m *MockIstioInstallationEventHandler) CreateIstioInstallation(obj *v1alpha1.IstioInstallation) error

CreateIstioInstallation mocks base method.

func (*MockIstioInstallationEventHandler) DeleteIstioInstallation

func (m *MockIstioInstallationEventHandler) DeleteIstioInstallation(obj *v1alpha1.IstioInstallation) error

DeleteIstioInstallation mocks base method.

func (*MockIstioInstallationEventHandler) EXPECT

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

func (*MockIstioInstallationEventHandler) GenericIstioInstallation

func (m *MockIstioInstallationEventHandler) GenericIstioInstallation(obj *v1alpha1.IstioInstallation) error

GenericIstioInstallation mocks base method.

func (*MockIstioInstallationEventHandler) UpdateIstioInstallation

func (m *MockIstioInstallationEventHandler) UpdateIstioInstallation(old, new *v1alpha1.IstioInstallation) error

UpdateIstioInstallation mocks base method.

type MockIstioInstallationEventHandlerMockRecorder

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

MockIstioInstallationEventHandlerMockRecorder is the mock recorder for MockIstioInstallationEventHandler.

func (*MockIstioInstallationEventHandlerMockRecorder) CreateIstioInstallation

func (mr *MockIstioInstallationEventHandlerMockRecorder) CreateIstioInstallation(obj interface{}) *gomock.Call

CreateIstioInstallation indicates an expected call of CreateIstioInstallation.

func (*MockIstioInstallationEventHandlerMockRecorder) DeleteIstioInstallation

func (mr *MockIstioInstallationEventHandlerMockRecorder) DeleteIstioInstallation(obj interface{}) *gomock.Call

DeleteIstioInstallation indicates an expected call of DeleteIstioInstallation.

func (*MockIstioInstallationEventHandlerMockRecorder) GenericIstioInstallation

func (mr *MockIstioInstallationEventHandlerMockRecorder) GenericIstioInstallation(obj interface{}) *gomock.Call

GenericIstioInstallation indicates an expected call of GenericIstioInstallation.

func (*MockIstioInstallationEventHandlerMockRecorder) UpdateIstioInstallation

func (mr *MockIstioInstallationEventHandlerMockRecorder) UpdateIstioInstallation(old, new interface{}) *gomock.Call

UpdateIstioInstallation indicates an expected call of UpdateIstioInstallation.

type MockIstioInstallationEventWatcher

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

MockIstioInstallationEventWatcher is a mock of IstioInstallationEventWatcher interface.

func NewMockIstioInstallationEventWatcher

func NewMockIstioInstallationEventWatcher(ctrl *gomock.Controller) *MockIstioInstallationEventWatcher

NewMockIstioInstallationEventWatcher creates a new mock instance.

func (*MockIstioInstallationEventWatcher) AddEventHandler

AddEventHandler mocks base method.

func (*MockIstioInstallationEventWatcher) EXPECT

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

type MockIstioInstallationEventWatcherMockRecorder

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

MockIstioInstallationEventWatcherMockRecorder is the mock recorder for MockIstioInstallationEventWatcher.

func (*MockIstioInstallationEventWatcherMockRecorder) AddEventHandler

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

AddEventHandler indicates an expected call of AddEventHandler.

type MockIstioInstallationFinalizer

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

MockIstioInstallationFinalizer is a mock of IstioInstallationFinalizer interface.

func NewMockIstioInstallationFinalizer

func NewMockIstioInstallationFinalizer(ctrl *gomock.Controller) *MockIstioInstallationFinalizer

NewMockIstioInstallationFinalizer creates a new mock instance.

func (*MockIstioInstallationFinalizer) EXPECT

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

func (*MockIstioInstallationFinalizer) FinalizeIstioInstallation

func (m *MockIstioInstallationFinalizer) FinalizeIstioInstallation(obj *v1alpha1.IstioInstallation) error

FinalizeIstioInstallation mocks base method.

func (*MockIstioInstallationFinalizer) IstioInstallationFinalizerName

func (m *MockIstioInstallationFinalizer) IstioInstallationFinalizerName() string

IstioInstallationFinalizerName mocks base method.

func (*MockIstioInstallationFinalizer) ReconcileIstioInstallation

func (m *MockIstioInstallationFinalizer) ReconcileIstioInstallation(obj *v1alpha1.IstioInstallation) (reconcile.Result, error)

ReconcileIstioInstallation mocks base method.

type MockIstioInstallationFinalizerMockRecorder

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

MockIstioInstallationFinalizerMockRecorder is the mock recorder for MockIstioInstallationFinalizer.

func (*MockIstioInstallationFinalizerMockRecorder) FinalizeIstioInstallation

func (mr *MockIstioInstallationFinalizerMockRecorder) FinalizeIstioInstallation(obj interface{}) *gomock.Call

FinalizeIstioInstallation indicates an expected call of FinalizeIstioInstallation.

func (*MockIstioInstallationFinalizerMockRecorder) IstioInstallationFinalizerName

func (mr *MockIstioInstallationFinalizerMockRecorder) IstioInstallationFinalizerName() *gomock.Call

IstioInstallationFinalizerName indicates an expected call of IstioInstallationFinalizerName.

func (*MockIstioInstallationFinalizerMockRecorder) ReconcileIstioInstallation

func (mr *MockIstioInstallationFinalizerMockRecorder) ReconcileIstioInstallation(obj interface{}) *gomock.Call

ReconcileIstioInstallation indicates an expected call of ReconcileIstioInstallation.

type MockIstioInstallationReconcileLoop

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

MockIstioInstallationReconcileLoop is a mock of IstioInstallationReconcileLoop interface.

func NewMockIstioInstallationReconcileLoop

func NewMockIstioInstallationReconcileLoop(ctrl *gomock.Controller) *MockIstioInstallationReconcileLoop

NewMockIstioInstallationReconcileLoop creates a new mock instance.

func (*MockIstioInstallationReconcileLoop) EXPECT

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

func (*MockIstioInstallationReconcileLoop) RunIstioInstallationReconciler

func (m *MockIstioInstallationReconcileLoop) RunIstioInstallationReconciler(ctx context.Context, rec controller.IstioInstallationReconciler, predicates ...predicate.Predicate) error

RunIstioInstallationReconciler mocks base method.

type MockIstioInstallationReconcileLoopMockRecorder

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

MockIstioInstallationReconcileLoopMockRecorder is the mock recorder for MockIstioInstallationReconcileLoop.

func (*MockIstioInstallationReconcileLoopMockRecorder) RunIstioInstallationReconciler

func (mr *MockIstioInstallationReconcileLoopMockRecorder) RunIstioInstallationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunIstioInstallationReconciler indicates an expected call of RunIstioInstallationReconciler.

type MockIstioInstallationReconciler

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

MockIstioInstallationReconciler is a mock of IstioInstallationReconciler interface.

func NewMockIstioInstallationReconciler

func NewMockIstioInstallationReconciler(ctrl *gomock.Controller) *MockIstioInstallationReconciler

NewMockIstioInstallationReconciler creates a new mock instance.

func (*MockIstioInstallationReconciler) EXPECT

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

func (*MockIstioInstallationReconciler) ReconcileIstioInstallation

func (m *MockIstioInstallationReconciler) ReconcileIstioInstallation(obj *v1alpha1.IstioInstallation) (reconcile.Result, error)

ReconcileIstioInstallation mocks base method.

type MockIstioInstallationReconcilerMockRecorder

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

MockIstioInstallationReconcilerMockRecorder is the mock recorder for MockIstioInstallationReconciler.

func (*MockIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation

func (mr *MockIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation(obj interface{}) *gomock.Call

ReconcileIstioInstallation indicates an expected call of ReconcileIstioInstallation.

type MockMulticlusterIstioInstallationDeletionReconciler

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

MockMulticlusterIstioInstallationDeletionReconciler is a mock of MulticlusterIstioInstallationDeletionReconciler interface.

func NewMockMulticlusterIstioInstallationDeletionReconciler

func NewMockMulticlusterIstioInstallationDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterIstioInstallationDeletionReconciler

NewMockMulticlusterIstioInstallationDeletionReconciler creates a new mock instance.

func (*MockMulticlusterIstioInstallationDeletionReconciler) EXPECT

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

func (*MockMulticlusterIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion

func (m *MockMulticlusterIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion(clusterName string, req reconcile.Request) error

ReconcileIstioInstallationDeletion mocks base method.

type MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder

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

MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterIstioInstallationDeletionReconciler.

func (*MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion

func (mr *MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion(clusterName, req interface{}) *gomock.Call

ReconcileIstioInstallationDeletion indicates an expected call of ReconcileIstioInstallationDeletion.

type MockMulticlusterIstioInstallationReconcileLoop

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

MockMulticlusterIstioInstallationReconcileLoop is a mock of MulticlusterIstioInstallationReconcileLoop interface.

func NewMockMulticlusterIstioInstallationReconcileLoop

func NewMockMulticlusterIstioInstallationReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterIstioInstallationReconcileLoop

NewMockMulticlusterIstioInstallationReconcileLoop creates a new mock instance.

func (*MockMulticlusterIstioInstallationReconcileLoop) AddMulticlusterIstioInstallationReconciler

func (m *MockMulticlusterIstioInstallationReconcileLoop) AddMulticlusterIstioInstallationReconciler(ctx context.Context, rec controller.MulticlusterIstioInstallationReconciler, predicates ...predicate.Predicate)

AddMulticlusterIstioInstallationReconciler mocks base method.

func (*MockMulticlusterIstioInstallationReconcileLoop) EXPECT

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

type MockMulticlusterIstioInstallationReconcileLoopMockRecorder

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

MockMulticlusterIstioInstallationReconcileLoopMockRecorder is the mock recorder for MockMulticlusterIstioInstallationReconcileLoop.

func (*MockMulticlusterIstioInstallationReconcileLoopMockRecorder) AddMulticlusterIstioInstallationReconciler

func (mr *MockMulticlusterIstioInstallationReconcileLoopMockRecorder) AddMulticlusterIstioInstallationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterIstioInstallationReconciler indicates an expected call of AddMulticlusterIstioInstallationReconciler.

type MockMulticlusterIstioInstallationReconciler

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

MockMulticlusterIstioInstallationReconciler is a mock of MulticlusterIstioInstallationReconciler interface.

func NewMockMulticlusterIstioInstallationReconciler

func NewMockMulticlusterIstioInstallationReconciler(ctrl *gomock.Controller) *MockMulticlusterIstioInstallationReconciler

NewMockMulticlusterIstioInstallationReconciler creates a new mock instance.

func (*MockMulticlusterIstioInstallationReconciler) EXPECT

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

func (*MockMulticlusterIstioInstallationReconciler) ReconcileIstioInstallation

func (m *MockMulticlusterIstioInstallationReconciler) ReconcileIstioInstallation(clusterName string, obj *v1alpha1.IstioInstallation) (reconcile.Result, error)

ReconcileIstioInstallation mocks base method.

type MockMulticlusterIstioInstallationReconcilerMockRecorder

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

MockMulticlusterIstioInstallationReconcilerMockRecorder is the mock recorder for MockMulticlusterIstioInstallationReconciler.

func (*MockMulticlusterIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation

func (mr *MockMulticlusterIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation(clusterName, obj interface{}) *gomock.Call

ReconcileIstioInstallation indicates an expected call of ReconcileIstioInstallation.

Jump to

Keyboard shortcuts

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