mock_controller

package
v0.10.9 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2020 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 MockMulticlusterWasmDeploymentDeletionReconciler

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

MockMulticlusterWasmDeploymentDeletionReconciler is a mock of MulticlusterWasmDeploymentDeletionReconciler interface

func NewMockMulticlusterWasmDeploymentDeletionReconciler

func NewMockMulticlusterWasmDeploymentDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterWasmDeploymentDeletionReconciler

NewMockMulticlusterWasmDeploymentDeletionReconciler creates a new mock instance

func (*MockMulticlusterWasmDeploymentDeletionReconciler) EXPECT

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

func (*MockMulticlusterWasmDeploymentDeletionReconciler) ReconcileWasmDeploymentDeletion

func (m *MockMulticlusterWasmDeploymentDeletionReconciler) ReconcileWasmDeploymentDeletion(clusterName string, req reconcile.Request) error

ReconcileWasmDeploymentDeletion mocks base method

type MockMulticlusterWasmDeploymentDeletionReconcilerMockRecorder

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

MockMulticlusterWasmDeploymentDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterWasmDeploymentDeletionReconciler

func (*MockMulticlusterWasmDeploymentDeletionReconcilerMockRecorder) ReconcileWasmDeploymentDeletion

func (mr *MockMulticlusterWasmDeploymentDeletionReconcilerMockRecorder) ReconcileWasmDeploymentDeletion(clusterName, req interface{}) *gomock.Call

ReconcileWasmDeploymentDeletion indicates an expected call of ReconcileWasmDeploymentDeletion

type MockMulticlusterWasmDeploymentReconcileLoop

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

MockMulticlusterWasmDeploymentReconcileLoop is a mock of MulticlusterWasmDeploymentReconcileLoop interface

func NewMockMulticlusterWasmDeploymentReconcileLoop

func NewMockMulticlusterWasmDeploymentReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterWasmDeploymentReconcileLoop

NewMockMulticlusterWasmDeploymentReconcileLoop creates a new mock instance

func (*MockMulticlusterWasmDeploymentReconcileLoop) AddMulticlusterWasmDeploymentReconciler

func (m *MockMulticlusterWasmDeploymentReconcileLoop) AddMulticlusterWasmDeploymentReconciler(ctx context.Context, rec controller.MulticlusterWasmDeploymentReconciler, predicates ...predicate.Predicate)

AddMulticlusterWasmDeploymentReconciler mocks base method

func (*MockMulticlusterWasmDeploymentReconcileLoop) EXPECT

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

type MockMulticlusterWasmDeploymentReconcileLoopMockRecorder

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

MockMulticlusterWasmDeploymentReconcileLoopMockRecorder is the mock recorder for MockMulticlusterWasmDeploymentReconcileLoop

func (*MockMulticlusterWasmDeploymentReconcileLoopMockRecorder) AddMulticlusterWasmDeploymentReconciler

func (mr *MockMulticlusterWasmDeploymentReconcileLoopMockRecorder) AddMulticlusterWasmDeploymentReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterWasmDeploymentReconciler indicates an expected call of AddMulticlusterWasmDeploymentReconciler

type MockMulticlusterWasmDeploymentReconciler

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

MockMulticlusterWasmDeploymentReconciler is a mock of MulticlusterWasmDeploymentReconciler interface

func NewMockMulticlusterWasmDeploymentReconciler

func NewMockMulticlusterWasmDeploymentReconciler(ctrl *gomock.Controller) *MockMulticlusterWasmDeploymentReconciler

NewMockMulticlusterWasmDeploymentReconciler creates a new mock instance

func (*MockMulticlusterWasmDeploymentReconciler) EXPECT

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

func (*MockMulticlusterWasmDeploymentReconciler) ReconcileWasmDeployment

func (m *MockMulticlusterWasmDeploymentReconciler) ReconcileWasmDeployment(clusterName string, obj *v1alpha1.WasmDeployment) (reconcile.Result, error)

ReconcileWasmDeployment mocks base method

type MockMulticlusterWasmDeploymentReconcilerMockRecorder

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

MockMulticlusterWasmDeploymentReconcilerMockRecorder is the mock recorder for MockMulticlusterWasmDeploymentReconciler

func (*MockMulticlusterWasmDeploymentReconcilerMockRecorder) ReconcileWasmDeployment

func (mr *MockMulticlusterWasmDeploymentReconcilerMockRecorder) ReconcileWasmDeployment(clusterName, obj interface{}) *gomock.Call

ReconcileWasmDeployment indicates an expected call of ReconcileWasmDeployment

type MockWasmDeploymentDeletionReconciler

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

MockWasmDeploymentDeletionReconciler is a mock of WasmDeploymentDeletionReconciler interface

func NewMockWasmDeploymentDeletionReconciler

func NewMockWasmDeploymentDeletionReconciler(ctrl *gomock.Controller) *MockWasmDeploymentDeletionReconciler

NewMockWasmDeploymentDeletionReconciler creates a new mock instance

func (*MockWasmDeploymentDeletionReconciler) EXPECT

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

func (*MockWasmDeploymentDeletionReconciler) ReconcileWasmDeploymentDeletion

func (m *MockWasmDeploymentDeletionReconciler) ReconcileWasmDeploymentDeletion(req reconcile.Request) error

ReconcileWasmDeploymentDeletion mocks base method

type MockWasmDeploymentDeletionReconcilerMockRecorder

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

MockWasmDeploymentDeletionReconcilerMockRecorder is the mock recorder for MockWasmDeploymentDeletionReconciler

func (*MockWasmDeploymentDeletionReconcilerMockRecorder) ReconcileWasmDeploymentDeletion

func (mr *MockWasmDeploymentDeletionReconcilerMockRecorder) ReconcileWasmDeploymentDeletion(req interface{}) *gomock.Call

ReconcileWasmDeploymentDeletion indicates an expected call of ReconcileWasmDeploymentDeletion

type MockWasmDeploymentEventHandler

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

MockWasmDeploymentEventHandler is a mock of WasmDeploymentEventHandler interface

func NewMockWasmDeploymentEventHandler

func NewMockWasmDeploymentEventHandler(ctrl *gomock.Controller) *MockWasmDeploymentEventHandler

NewMockWasmDeploymentEventHandler creates a new mock instance

func (*MockWasmDeploymentEventHandler) CreateWasmDeployment

func (m *MockWasmDeploymentEventHandler) CreateWasmDeployment(obj *v1alpha1.WasmDeployment) error

CreateWasmDeployment mocks base method

func (*MockWasmDeploymentEventHandler) DeleteWasmDeployment

func (m *MockWasmDeploymentEventHandler) DeleteWasmDeployment(obj *v1alpha1.WasmDeployment) error

DeleteWasmDeployment mocks base method

func (*MockWasmDeploymentEventHandler) EXPECT

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

func (*MockWasmDeploymentEventHandler) GenericWasmDeployment

func (m *MockWasmDeploymentEventHandler) GenericWasmDeployment(obj *v1alpha1.WasmDeployment) error

GenericWasmDeployment mocks base method

func (*MockWasmDeploymentEventHandler) UpdateWasmDeployment

func (m *MockWasmDeploymentEventHandler) UpdateWasmDeployment(old, new *v1alpha1.WasmDeployment) error

UpdateWasmDeployment mocks base method

type MockWasmDeploymentEventHandlerMockRecorder

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

MockWasmDeploymentEventHandlerMockRecorder is the mock recorder for MockWasmDeploymentEventHandler

func (*MockWasmDeploymentEventHandlerMockRecorder) CreateWasmDeployment

func (mr *MockWasmDeploymentEventHandlerMockRecorder) CreateWasmDeployment(obj interface{}) *gomock.Call

CreateWasmDeployment indicates an expected call of CreateWasmDeployment

func (*MockWasmDeploymentEventHandlerMockRecorder) DeleteWasmDeployment

func (mr *MockWasmDeploymentEventHandlerMockRecorder) DeleteWasmDeployment(obj interface{}) *gomock.Call

DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment

func (*MockWasmDeploymentEventHandlerMockRecorder) GenericWasmDeployment

func (mr *MockWasmDeploymentEventHandlerMockRecorder) GenericWasmDeployment(obj interface{}) *gomock.Call

GenericWasmDeployment indicates an expected call of GenericWasmDeployment

func (*MockWasmDeploymentEventHandlerMockRecorder) UpdateWasmDeployment

func (mr *MockWasmDeploymentEventHandlerMockRecorder) UpdateWasmDeployment(old, new interface{}) *gomock.Call

UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment

type MockWasmDeploymentEventWatcher

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

MockWasmDeploymentEventWatcher is a mock of WasmDeploymentEventWatcher interface

func NewMockWasmDeploymentEventWatcher

func NewMockWasmDeploymentEventWatcher(ctrl *gomock.Controller) *MockWasmDeploymentEventWatcher

NewMockWasmDeploymentEventWatcher creates a new mock instance

func (*MockWasmDeploymentEventWatcher) AddEventHandler

AddEventHandler mocks base method

func (*MockWasmDeploymentEventWatcher) EXPECT

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

type MockWasmDeploymentEventWatcherMockRecorder

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

MockWasmDeploymentEventWatcherMockRecorder is the mock recorder for MockWasmDeploymentEventWatcher

func (*MockWasmDeploymentEventWatcherMockRecorder) AddEventHandler

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

AddEventHandler indicates an expected call of AddEventHandler

type MockWasmDeploymentFinalizer

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

MockWasmDeploymentFinalizer is a mock of WasmDeploymentFinalizer interface

func NewMockWasmDeploymentFinalizer

func NewMockWasmDeploymentFinalizer(ctrl *gomock.Controller) *MockWasmDeploymentFinalizer

NewMockWasmDeploymentFinalizer creates a new mock instance

func (*MockWasmDeploymentFinalizer) EXPECT

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

func (*MockWasmDeploymentFinalizer) FinalizeWasmDeployment

func (m *MockWasmDeploymentFinalizer) FinalizeWasmDeployment(obj *v1alpha1.WasmDeployment) error

FinalizeWasmDeployment mocks base method

func (*MockWasmDeploymentFinalizer) ReconcileWasmDeployment

func (m *MockWasmDeploymentFinalizer) ReconcileWasmDeployment(obj *v1alpha1.WasmDeployment) (reconcile.Result, error)

ReconcileWasmDeployment mocks base method

func (*MockWasmDeploymentFinalizer) WasmDeploymentFinalizerName

func (m *MockWasmDeploymentFinalizer) WasmDeploymentFinalizerName() string

WasmDeploymentFinalizerName mocks base method

type MockWasmDeploymentFinalizerMockRecorder

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

MockWasmDeploymentFinalizerMockRecorder is the mock recorder for MockWasmDeploymentFinalizer

func (*MockWasmDeploymentFinalizerMockRecorder) FinalizeWasmDeployment

func (mr *MockWasmDeploymentFinalizerMockRecorder) FinalizeWasmDeployment(obj interface{}) *gomock.Call

FinalizeWasmDeployment indicates an expected call of FinalizeWasmDeployment

func (*MockWasmDeploymentFinalizerMockRecorder) ReconcileWasmDeployment

func (mr *MockWasmDeploymentFinalizerMockRecorder) ReconcileWasmDeployment(obj interface{}) *gomock.Call

ReconcileWasmDeployment indicates an expected call of ReconcileWasmDeployment

func (*MockWasmDeploymentFinalizerMockRecorder) WasmDeploymentFinalizerName

func (mr *MockWasmDeploymentFinalizerMockRecorder) WasmDeploymentFinalizerName() *gomock.Call

WasmDeploymentFinalizerName indicates an expected call of WasmDeploymentFinalizerName

type MockWasmDeploymentReconcileLoop

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

MockWasmDeploymentReconcileLoop is a mock of WasmDeploymentReconcileLoop interface

func NewMockWasmDeploymentReconcileLoop

func NewMockWasmDeploymentReconcileLoop(ctrl *gomock.Controller) *MockWasmDeploymentReconcileLoop

NewMockWasmDeploymentReconcileLoop creates a new mock instance

func (*MockWasmDeploymentReconcileLoop) EXPECT

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

func (*MockWasmDeploymentReconcileLoop) RunWasmDeploymentReconciler

func (m *MockWasmDeploymentReconcileLoop) RunWasmDeploymentReconciler(ctx context.Context, rec controller.WasmDeploymentReconciler, predicates ...predicate.Predicate) error

RunWasmDeploymentReconciler mocks base method

type MockWasmDeploymentReconcileLoopMockRecorder

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

MockWasmDeploymentReconcileLoopMockRecorder is the mock recorder for MockWasmDeploymentReconcileLoop

func (*MockWasmDeploymentReconcileLoopMockRecorder) RunWasmDeploymentReconciler

func (mr *MockWasmDeploymentReconcileLoopMockRecorder) RunWasmDeploymentReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunWasmDeploymentReconciler indicates an expected call of RunWasmDeploymentReconciler

type MockWasmDeploymentReconciler

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

MockWasmDeploymentReconciler is a mock of WasmDeploymentReconciler interface

func NewMockWasmDeploymentReconciler

func NewMockWasmDeploymentReconciler(ctrl *gomock.Controller) *MockWasmDeploymentReconciler

NewMockWasmDeploymentReconciler creates a new mock instance

func (*MockWasmDeploymentReconciler) EXPECT

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

func (*MockWasmDeploymentReconciler) ReconcileWasmDeployment

func (m *MockWasmDeploymentReconciler) ReconcileWasmDeployment(obj *v1alpha1.WasmDeployment) (reconcile.Result, error)

ReconcileWasmDeployment mocks base method

type MockWasmDeploymentReconcilerMockRecorder

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

MockWasmDeploymentReconcilerMockRecorder is the mock recorder for MockWasmDeploymentReconciler

func (*MockWasmDeploymentReconcilerMockRecorder) ReconcileWasmDeployment

func (mr *MockWasmDeploymentReconcilerMockRecorder) ReconcileWasmDeployment(obj interface{}) *gomock.Call

ReconcileWasmDeployment indicates an expected call of ReconcileWasmDeployment

Jump to

Keyboard shortcuts

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