mock_controller

package
v0.38.2 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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 MockClusterResourceDeletionReconciler

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

MockClusterResourceDeletionReconciler is a mock of ClusterResourceDeletionReconciler interface

func NewMockClusterResourceDeletionReconciler

func NewMockClusterResourceDeletionReconciler(ctrl *gomock.Controller) *MockClusterResourceDeletionReconciler

NewMockClusterResourceDeletionReconciler creates a new mock instance

func (*MockClusterResourceDeletionReconciler) EXPECT

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

func (*MockClusterResourceDeletionReconciler) ReconcileClusterResourceDeletion

func (m *MockClusterResourceDeletionReconciler) ReconcileClusterResourceDeletion(req reconcile.Request) error

ReconcileClusterResourceDeletion mocks base method

type MockClusterResourceDeletionReconcilerMockRecorder

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

MockClusterResourceDeletionReconcilerMockRecorder is the mock recorder for MockClusterResourceDeletionReconciler

func (*MockClusterResourceDeletionReconcilerMockRecorder) ReconcileClusterResourceDeletion

func (mr *MockClusterResourceDeletionReconcilerMockRecorder) ReconcileClusterResourceDeletion(req interface{}) *gomock.Call

ReconcileClusterResourceDeletion indicates an expected call of ReconcileClusterResourceDeletion

type MockClusterResourceEventHandler

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

MockClusterResourceEventHandler is a mock of ClusterResourceEventHandler interface

func NewMockClusterResourceEventHandler

func NewMockClusterResourceEventHandler(ctrl *gomock.Controller) *MockClusterResourceEventHandler

NewMockClusterResourceEventHandler creates a new mock instance

func (*MockClusterResourceEventHandler) CreateClusterResource

func (m *MockClusterResourceEventHandler) CreateClusterResource(obj *v1.ClusterResource) error

CreateClusterResource mocks base method

func (*MockClusterResourceEventHandler) DeleteClusterResource

func (m *MockClusterResourceEventHandler) DeleteClusterResource(obj *v1.ClusterResource) error

DeleteClusterResource mocks base method

func (*MockClusterResourceEventHandler) EXPECT

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

func (*MockClusterResourceEventHandler) GenericClusterResource

func (m *MockClusterResourceEventHandler) GenericClusterResource(obj *v1.ClusterResource) error

GenericClusterResource mocks base method

func (*MockClusterResourceEventHandler) UpdateClusterResource

func (m *MockClusterResourceEventHandler) UpdateClusterResource(old, new *v1.ClusterResource) error

UpdateClusterResource mocks base method

type MockClusterResourceEventHandlerMockRecorder

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

MockClusterResourceEventHandlerMockRecorder is the mock recorder for MockClusterResourceEventHandler

func (*MockClusterResourceEventHandlerMockRecorder) CreateClusterResource

func (mr *MockClusterResourceEventHandlerMockRecorder) CreateClusterResource(obj interface{}) *gomock.Call

CreateClusterResource indicates an expected call of CreateClusterResource

func (*MockClusterResourceEventHandlerMockRecorder) DeleteClusterResource

func (mr *MockClusterResourceEventHandlerMockRecorder) DeleteClusterResource(obj interface{}) *gomock.Call

DeleteClusterResource indicates an expected call of DeleteClusterResource

func (*MockClusterResourceEventHandlerMockRecorder) GenericClusterResource

func (mr *MockClusterResourceEventHandlerMockRecorder) GenericClusterResource(obj interface{}) *gomock.Call

GenericClusterResource indicates an expected call of GenericClusterResource

func (*MockClusterResourceEventHandlerMockRecorder) UpdateClusterResource

func (mr *MockClusterResourceEventHandlerMockRecorder) UpdateClusterResource(old, new interface{}) *gomock.Call

UpdateClusterResource indicates an expected call of UpdateClusterResource

type MockClusterResourceEventWatcher

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

MockClusterResourceEventWatcher is a mock of ClusterResourceEventWatcher interface

func NewMockClusterResourceEventWatcher

func NewMockClusterResourceEventWatcher(ctrl *gomock.Controller) *MockClusterResourceEventWatcher

NewMockClusterResourceEventWatcher creates a new mock instance

func (*MockClusterResourceEventWatcher) AddEventHandler

AddEventHandler mocks base method

func (*MockClusterResourceEventWatcher) EXPECT

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

type MockClusterResourceEventWatcherMockRecorder

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

MockClusterResourceEventWatcherMockRecorder is the mock recorder for MockClusterResourceEventWatcher

func (*MockClusterResourceEventWatcherMockRecorder) AddEventHandler

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

AddEventHandler indicates an expected call of AddEventHandler

type MockClusterResourceFinalizer

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

MockClusterResourceFinalizer is a mock of ClusterResourceFinalizer interface

func NewMockClusterResourceFinalizer

func NewMockClusterResourceFinalizer(ctrl *gomock.Controller) *MockClusterResourceFinalizer

NewMockClusterResourceFinalizer creates a new mock instance

func (*MockClusterResourceFinalizer) ClusterResourceFinalizerName

func (m *MockClusterResourceFinalizer) ClusterResourceFinalizerName() string

ClusterResourceFinalizerName mocks base method

func (*MockClusterResourceFinalizer) EXPECT

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

func (*MockClusterResourceFinalizer) FinalizeClusterResource

func (m *MockClusterResourceFinalizer) FinalizeClusterResource(obj *v1.ClusterResource) error

FinalizeClusterResource mocks base method

func (*MockClusterResourceFinalizer) ReconcileClusterResource

func (m *MockClusterResourceFinalizer) ReconcileClusterResource(obj *v1.ClusterResource) (reconcile.Result, error)

ReconcileClusterResource mocks base method

type MockClusterResourceFinalizerMockRecorder

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

MockClusterResourceFinalizerMockRecorder is the mock recorder for MockClusterResourceFinalizer

func (*MockClusterResourceFinalizerMockRecorder) ClusterResourceFinalizerName

func (mr *MockClusterResourceFinalizerMockRecorder) ClusterResourceFinalizerName() *gomock.Call

ClusterResourceFinalizerName indicates an expected call of ClusterResourceFinalizerName

func (*MockClusterResourceFinalizerMockRecorder) FinalizeClusterResource

func (mr *MockClusterResourceFinalizerMockRecorder) FinalizeClusterResource(obj interface{}) *gomock.Call

FinalizeClusterResource indicates an expected call of FinalizeClusterResource

func (*MockClusterResourceFinalizerMockRecorder) ReconcileClusterResource

func (mr *MockClusterResourceFinalizerMockRecorder) ReconcileClusterResource(obj interface{}) *gomock.Call

ReconcileClusterResource indicates an expected call of ReconcileClusterResource

type MockClusterResourceReconcileLoop

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

MockClusterResourceReconcileLoop is a mock of ClusterResourceReconcileLoop interface

func NewMockClusterResourceReconcileLoop

func NewMockClusterResourceReconcileLoop(ctrl *gomock.Controller) *MockClusterResourceReconcileLoop

NewMockClusterResourceReconcileLoop creates a new mock instance

func (*MockClusterResourceReconcileLoop) EXPECT

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

func (*MockClusterResourceReconcileLoop) RunClusterResourceReconciler

func (m *MockClusterResourceReconcileLoop) RunClusterResourceReconciler(ctx context.Context, rec controller.ClusterResourceReconciler, predicates ...predicate.Predicate) error

RunClusterResourceReconciler mocks base method

type MockClusterResourceReconcileLoopMockRecorder

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

MockClusterResourceReconcileLoopMockRecorder is the mock recorder for MockClusterResourceReconcileLoop

func (*MockClusterResourceReconcileLoopMockRecorder) RunClusterResourceReconciler

func (mr *MockClusterResourceReconcileLoopMockRecorder) RunClusterResourceReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunClusterResourceReconciler indicates an expected call of RunClusterResourceReconciler

type MockClusterResourceReconciler

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

MockClusterResourceReconciler is a mock of ClusterResourceReconciler interface

func NewMockClusterResourceReconciler

func NewMockClusterResourceReconciler(ctrl *gomock.Controller) *MockClusterResourceReconciler

NewMockClusterResourceReconciler creates a new mock instance

func (*MockClusterResourceReconciler) EXPECT

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

func (*MockClusterResourceReconciler) ReconcileClusterResource

func (m *MockClusterResourceReconciler) ReconcileClusterResource(obj *v1.ClusterResource) (reconcile.Result, error)

ReconcileClusterResource mocks base method

type MockClusterResourceReconcilerMockRecorder

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

MockClusterResourceReconcilerMockRecorder is the mock recorder for MockClusterResourceReconciler

func (*MockClusterResourceReconcilerMockRecorder) ReconcileClusterResource

func (mr *MockClusterResourceReconcilerMockRecorder) ReconcileClusterResource(obj interface{}) *gomock.Call

ReconcileClusterResource indicates an expected call of ReconcileClusterResource

type MockMulticlusterClusterResourceDeletionReconciler

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

MockMulticlusterClusterResourceDeletionReconciler is a mock of MulticlusterClusterResourceDeletionReconciler interface

func NewMockMulticlusterClusterResourceDeletionReconciler

func NewMockMulticlusterClusterResourceDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterClusterResourceDeletionReconciler

NewMockMulticlusterClusterResourceDeletionReconciler creates a new mock instance

func (*MockMulticlusterClusterResourceDeletionReconciler) EXPECT

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

func (*MockMulticlusterClusterResourceDeletionReconciler) ReconcileClusterResourceDeletion

func (m *MockMulticlusterClusterResourceDeletionReconciler) ReconcileClusterResourceDeletion(clusterName string, req reconcile.Request) error

ReconcileClusterResourceDeletion mocks base method

type MockMulticlusterClusterResourceDeletionReconcilerMockRecorder

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

MockMulticlusterClusterResourceDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterClusterResourceDeletionReconciler

func (*MockMulticlusterClusterResourceDeletionReconcilerMockRecorder) ReconcileClusterResourceDeletion

func (mr *MockMulticlusterClusterResourceDeletionReconcilerMockRecorder) ReconcileClusterResourceDeletion(clusterName, req interface{}) *gomock.Call

ReconcileClusterResourceDeletion indicates an expected call of ReconcileClusterResourceDeletion

type MockMulticlusterClusterResourceReconcileLoop

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

MockMulticlusterClusterResourceReconcileLoop is a mock of MulticlusterClusterResourceReconcileLoop interface

func NewMockMulticlusterClusterResourceReconcileLoop

func NewMockMulticlusterClusterResourceReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterClusterResourceReconcileLoop

NewMockMulticlusterClusterResourceReconcileLoop creates a new mock instance

func (*MockMulticlusterClusterResourceReconcileLoop) AddMulticlusterClusterResourceReconciler

func (m *MockMulticlusterClusterResourceReconcileLoop) AddMulticlusterClusterResourceReconciler(ctx context.Context, rec controller.MulticlusterClusterResourceReconciler, predicates ...predicate.Predicate)

AddMulticlusterClusterResourceReconciler mocks base method

func (*MockMulticlusterClusterResourceReconcileLoop) EXPECT

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

type MockMulticlusterClusterResourceReconcileLoopMockRecorder

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

MockMulticlusterClusterResourceReconcileLoopMockRecorder is the mock recorder for MockMulticlusterClusterResourceReconcileLoop

func (*MockMulticlusterClusterResourceReconcileLoopMockRecorder) AddMulticlusterClusterResourceReconciler

func (mr *MockMulticlusterClusterResourceReconcileLoopMockRecorder) AddMulticlusterClusterResourceReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterClusterResourceReconciler indicates an expected call of AddMulticlusterClusterResourceReconciler

type MockMulticlusterClusterResourceReconciler

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

MockMulticlusterClusterResourceReconciler is a mock of MulticlusterClusterResourceReconciler interface

func NewMockMulticlusterClusterResourceReconciler

func NewMockMulticlusterClusterResourceReconciler(ctrl *gomock.Controller) *MockMulticlusterClusterResourceReconciler

NewMockMulticlusterClusterResourceReconciler creates a new mock instance

func (*MockMulticlusterClusterResourceReconciler) EXPECT

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

func (*MockMulticlusterClusterResourceReconciler) ReconcileClusterResource

func (m *MockMulticlusterClusterResourceReconciler) ReconcileClusterResource(clusterName string, obj *v1.ClusterResource) (reconcile.Result, error)

ReconcileClusterResource mocks base method

type MockMulticlusterClusterResourceReconcilerMockRecorder

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

MockMulticlusterClusterResourceReconcilerMockRecorder is the mock recorder for MockMulticlusterClusterResourceReconciler

func (*MockMulticlusterClusterResourceReconcilerMockRecorder) ReconcileClusterResource

func (mr *MockMulticlusterClusterResourceReconcilerMockRecorder) ReconcileClusterResource(clusterName, obj interface{}) *gomock.Call

ReconcileClusterResource indicates an expected call of ReconcileClusterResource

type MockMulticlusterPaintDeletionReconciler

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

MockMulticlusterPaintDeletionReconciler is a mock of MulticlusterPaintDeletionReconciler interface

func NewMockMulticlusterPaintDeletionReconciler

func NewMockMulticlusterPaintDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterPaintDeletionReconciler

NewMockMulticlusterPaintDeletionReconciler creates a new mock instance

func (*MockMulticlusterPaintDeletionReconciler) EXPECT

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

func (*MockMulticlusterPaintDeletionReconciler) ReconcilePaintDeletion

func (m *MockMulticlusterPaintDeletionReconciler) ReconcilePaintDeletion(clusterName string, req reconcile.Request) error

ReconcilePaintDeletion mocks base method

type MockMulticlusterPaintDeletionReconcilerMockRecorder

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

MockMulticlusterPaintDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterPaintDeletionReconciler

func (*MockMulticlusterPaintDeletionReconcilerMockRecorder) ReconcilePaintDeletion

func (mr *MockMulticlusterPaintDeletionReconcilerMockRecorder) ReconcilePaintDeletion(clusterName, req interface{}) *gomock.Call

ReconcilePaintDeletion indicates an expected call of ReconcilePaintDeletion

type MockMulticlusterPaintReconcileLoop

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

MockMulticlusterPaintReconcileLoop is a mock of MulticlusterPaintReconcileLoop interface

func NewMockMulticlusterPaintReconcileLoop

func NewMockMulticlusterPaintReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterPaintReconcileLoop

NewMockMulticlusterPaintReconcileLoop creates a new mock instance

func (*MockMulticlusterPaintReconcileLoop) AddMulticlusterPaintReconciler

func (m *MockMulticlusterPaintReconcileLoop) AddMulticlusterPaintReconciler(ctx context.Context, rec controller.MulticlusterPaintReconciler, predicates ...predicate.Predicate)

AddMulticlusterPaintReconciler mocks base method

func (*MockMulticlusterPaintReconcileLoop) EXPECT

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

type MockMulticlusterPaintReconcileLoopMockRecorder

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

MockMulticlusterPaintReconcileLoopMockRecorder is the mock recorder for MockMulticlusterPaintReconcileLoop

func (*MockMulticlusterPaintReconcileLoopMockRecorder) AddMulticlusterPaintReconciler

func (mr *MockMulticlusterPaintReconcileLoopMockRecorder) AddMulticlusterPaintReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterPaintReconciler indicates an expected call of AddMulticlusterPaintReconciler

type MockMulticlusterPaintReconciler

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

MockMulticlusterPaintReconciler is a mock of MulticlusterPaintReconciler interface

func NewMockMulticlusterPaintReconciler

func NewMockMulticlusterPaintReconciler(ctrl *gomock.Controller) *MockMulticlusterPaintReconciler

NewMockMulticlusterPaintReconciler creates a new mock instance

func (*MockMulticlusterPaintReconciler) EXPECT

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

func (*MockMulticlusterPaintReconciler) ReconcilePaint

func (m *MockMulticlusterPaintReconciler) ReconcilePaint(clusterName string, obj *v1.Paint) (reconcile.Result, error)

ReconcilePaint mocks base method

type MockMulticlusterPaintReconcilerMockRecorder

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

MockMulticlusterPaintReconcilerMockRecorder is the mock recorder for MockMulticlusterPaintReconciler

func (*MockMulticlusterPaintReconcilerMockRecorder) ReconcilePaint

func (mr *MockMulticlusterPaintReconcilerMockRecorder) ReconcilePaint(clusterName, obj interface{}) *gomock.Call

ReconcilePaint indicates an expected call of ReconcilePaint

type MockPaintDeletionReconciler

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

MockPaintDeletionReconciler is a mock of PaintDeletionReconciler interface

func NewMockPaintDeletionReconciler

func NewMockPaintDeletionReconciler(ctrl *gomock.Controller) *MockPaintDeletionReconciler

NewMockPaintDeletionReconciler creates a new mock instance

func (*MockPaintDeletionReconciler) EXPECT

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

func (*MockPaintDeletionReconciler) ReconcilePaintDeletion

func (m *MockPaintDeletionReconciler) ReconcilePaintDeletion(req reconcile.Request) error

ReconcilePaintDeletion mocks base method

type MockPaintDeletionReconcilerMockRecorder

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

MockPaintDeletionReconcilerMockRecorder is the mock recorder for MockPaintDeletionReconciler

func (*MockPaintDeletionReconcilerMockRecorder) ReconcilePaintDeletion

func (mr *MockPaintDeletionReconcilerMockRecorder) ReconcilePaintDeletion(req interface{}) *gomock.Call

ReconcilePaintDeletion indicates an expected call of ReconcilePaintDeletion

type MockPaintEventHandler

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

MockPaintEventHandler is a mock of PaintEventHandler interface

func NewMockPaintEventHandler

func NewMockPaintEventHandler(ctrl *gomock.Controller) *MockPaintEventHandler

NewMockPaintEventHandler creates a new mock instance

func (*MockPaintEventHandler) CreatePaint

func (m *MockPaintEventHandler) CreatePaint(obj *v1.Paint) error

CreatePaint mocks base method

func (*MockPaintEventHandler) DeletePaint

func (m *MockPaintEventHandler) DeletePaint(obj *v1.Paint) error

DeletePaint mocks base method

func (*MockPaintEventHandler) EXPECT

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

func (*MockPaintEventHandler) GenericPaint

func (m *MockPaintEventHandler) GenericPaint(obj *v1.Paint) error

GenericPaint mocks base method

func (*MockPaintEventHandler) UpdatePaint

func (m *MockPaintEventHandler) UpdatePaint(old, new *v1.Paint) error

UpdatePaint mocks base method

type MockPaintEventHandlerMockRecorder

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

MockPaintEventHandlerMockRecorder is the mock recorder for MockPaintEventHandler

func (*MockPaintEventHandlerMockRecorder) CreatePaint

func (mr *MockPaintEventHandlerMockRecorder) CreatePaint(obj interface{}) *gomock.Call

CreatePaint indicates an expected call of CreatePaint

func (*MockPaintEventHandlerMockRecorder) DeletePaint

func (mr *MockPaintEventHandlerMockRecorder) DeletePaint(obj interface{}) *gomock.Call

DeletePaint indicates an expected call of DeletePaint

func (*MockPaintEventHandlerMockRecorder) GenericPaint

func (mr *MockPaintEventHandlerMockRecorder) GenericPaint(obj interface{}) *gomock.Call

GenericPaint indicates an expected call of GenericPaint

func (*MockPaintEventHandlerMockRecorder) UpdatePaint

func (mr *MockPaintEventHandlerMockRecorder) UpdatePaint(old, new interface{}) *gomock.Call

UpdatePaint indicates an expected call of UpdatePaint

type MockPaintEventWatcher

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

MockPaintEventWatcher is a mock of PaintEventWatcher interface

func NewMockPaintEventWatcher

func NewMockPaintEventWatcher(ctrl *gomock.Controller) *MockPaintEventWatcher

NewMockPaintEventWatcher creates a new mock instance

func (*MockPaintEventWatcher) AddEventHandler

func (m *MockPaintEventWatcher) AddEventHandler(ctx context.Context, h controller.PaintEventHandler, predicates ...predicate.Predicate) error

AddEventHandler mocks base method

func (*MockPaintEventWatcher) EXPECT

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

type MockPaintEventWatcherMockRecorder

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

MockPaintEventWatcherMockRecorder is the mock recorder for MockPaintEventWatcher

func (*MockPaintEventWatcherMockRecorder) AddEventHandler

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

AddEventHandler indicates an expected call of AddEventHandler

type MockPaintFinalizer

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

MockPaintFinalizer is a mock of PaintFinalizer interface

func NewMockPaintFinalizer

func NewMockPaintFinalizer(ctrl *gomock.Controller) *MockPaintFinalizer

NewMockPaintFinalizer creates a new mock instance

func (*MockPaintFinalizer) EXPECT

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

func (*MockPaintFinalizer) FinalizePaint

func (m *MockPaintFinalizer) FinalizePaint(obj *v1.Paint) error

FinalizePaint mocks base method

func (*MockPaintFinalizer) PaintFinalizerName

func (m *MockPaintFinalizer) PaintFinalizerName() string

PaintFinalizerName mocks base method

func (*MockPaintFinalizer) ReconcilePaint

func (m *MockPaintFinalizer) ReconcilePaint(obj *v1.Paint) (reconcile.Result, error)

ReconcilePaint mocks base method

type MockPaintFinalizerMockRecorder

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

MockPaintFinalizerMockRecorder is the mock recorder for MockPaintFinalizer

func (*MockPaintFinalizerMockRecorder) FinalizePaint

func (mr *MockPaintFinalizerMockRecorder) FinalizePaint(obj interface{}) *gomock.Call

FinalizePaint indicates an expected call of FinalizePaint

func (*MockPaintFinalizerMockRecorder) PaintFinalizerName

func (mr *MockPaintFinalizerMockRecorder) PaintFinalizerName() *gomock.Call

PaintFinalizerName indicates an expected call of PaintFinalizerName

func (*MockPaintFinalizerMockRecorder) ReconcilePaint

func (mr *MockPaintFinalizerMockRecorder) ReconcilePaint(obj interface{}) *gomock.Call

ReconcilePaint indicates an expected call of ReconcilePaint

type MockPaintReconcileLoop

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

MockPaintReconcileLoop is a mock of PaintReconcileLoop interface

func NewMockPaintReconcileLoop

func NewMockPaintReconcileLoop(ctrl *gomock.Controller) *MockPaintReconcileLoop

NewMockPaintReconcileLoop creates a new mock instance

func (*MockPaintReconcileLoop) EXPECT

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

func (*MockPaintReconcileLoop) RunPaintReconciler

func (m *MockPaintReconcileLoop) RunPaintReconciler(ctx context.Context, rec controller.PaintReconciler, predicates ...predicate.Predicate) error

RunPaintReconciler mocks base method

type MockPaintReconcileLoopMockRecorder

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

MockPaintReconcileLoopMockRecorder is the mock recorder for MockPaintReconcileLoop

func (*MockPaintReconcileLoopMockRecorder) RunPaintReconciler

func (mr *MockPaintReconcileLoopMockRecorder) RunPaintReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunPaintReconciler indicates an expected call of RunPaintReconciler

type MockPaintReconciler

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

MockPaintReconciler is a mock of PaintReconciler interface

func NewMockPaintReconciler

func NewMockPaintReconciler(ctrl *gomock.Controller) *MockPaintReconciler

NewMockPaintReconciler creates a new mock instance

func (*MockPaintReconciler) EXPECT

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

func (*MockPaintReconciler) ReconcilePaint

func (m *MockPaintReconciler) ReconcilePaint(obj *v1.Paint) (reconcile.Result, error)

ReconcilePaint mocks base method

type MockPaintReconcilerMockRecorder

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

MockPaintReconcilerMockRecorder is the mock recorder for MockPaintReconciler

func (*MockPaintReconcilerMockRecorder) ReconcilePaint

func (mr *MockPaintReconcilerMockRecorder) ReconcilePaint(obj interface{}) *gomock.Call

ReconcilePaint indicates an expected call of ReconcilePaint

Jump to

Keyboard shortcuts

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