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 MockAuthorizationPolicyDeletionReconciler

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

MockAuthorizationPolicyDeletionReconciler is a mock of AuthorizationPolicyDeletionReconciler interface.

func NewMockAuthorizationPolicyDeletionReconciler

func NewMockAuthorizationPolicyDeletionReconciler(ctrl *gomock.Controller) *MockAuthorizationPolicyDeletionReconciler

NewMockAuthorizationPolicyDeletionReconciler creates a new mock instance.

func (*MockAuthorizationPolicyDeletionReconciler) EXPECT

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

func (*MockAuthorizationPolicyDeletionReconciler) ReconcileAuthorizationPolicyDeletion

func (m *MockAuthorizationPolicyDeletionReconciler) ReconcileAuthorizationPolicyDeletion(req reconcile.Request) error

ReconcileAuthorizationPolicyDeletion mocks base method.

type MockAuthorizationPolicyDeletionReconcilerMockRecorder

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

MockAuthorizationPolicyDeletionReconcilerMockRecorder is the mock recorder for MockAuthorizationPolicyDeletionReconciler.

func (*MockAuthorizationPolicyDeletionReconcilerMockRecorder) ReconcileAuthorizationPolicyDeletion

func (mr *MockAuthorizationPolicyDeletionReconcilerMockRecorder) ReconcileAuthorizationPolicyDeletion(req interface{}) *gomock.Call

ReconcileAuthorizationPolicyDeletion indicates an expected call of ReconcileAuthorizationPolicyDeletion.

type MockAuthorizationPolicyEventHandler

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

MockAuthorizationPolicyEventHandler is a mock of AuthorizationPolicyEventHandler interface.

func NewMockAuthorizationPolicyEventHandler

func NewMockAuthorizationPolicyEventHandler(ctrl *gomock.Controller) *MockAuthorizationPolicyEventHandler

NewMockAuthorizationPolicyEventHandler creates a new mock instance.

func (*MockAuthorizationPolicyEventHandler) CreateAuthorizationPolicy

func (m *MockAuthorizationPolicyEventHandler) CreateAuthorizationPolicy(obj *v1beta1.AuthorizationPolicy) error

CreateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyEventHandler) DeleteAuthorizationPolicy

func (m *MockAuthorizationPolicyEventHandler) DeleteAuthorizationPolicy(obj *v1beta1.AuthorizationPolicy) error

DeleteAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyEventHandler) EXPECT

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

func (*MockAuthorizationPolicyEventHandler) GenericAuthorizationPolicy

func (m *MockAuthorizationPolicyEventHandler) GenericAuthorizationPolicy(obj *v1beta1.AuthorizationPolicy) error

GenericAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyEventHandler) UpdateAuthorizationPolicy

func (m *MockAuthorizationPolicyEventHandler) UpdateAuthorizationPolicy(old, new *v1beta1.AuthorizationPolicy) error

UpdateAuthorizationPolicy mocks base method.

type MockAuthorizationPolicyEventHandlerMockRecorder

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

MockAuthorizationPolicyEventHandlerMockRecorder is the mock recorder for MockAuthorizationPolicyEventHandler.

func (*MockAuthorizationPolicyEventHandlerMockRecorder) CreateAuthorizationPolicy

func (mr *MockAuthorizationPolicyEventHandlerMockRecorder) CreateAuthorizationPolicy(obj interface{}) *gomock.Call

CreateAuthorizationPolicy indicates an expected call of CreateAuthorizationPolicy.

func (*MockAuthorizationPolicyEventHandlerMockRecorder) DeleteAuthorizationPolicy

func (mr *MockAuthorizationPolicyEventHandlerMockRecorder) DeleteAuthorizationPolicy(obj interface{}) *gomock.Call

DeleteAuthorizationPolicy indicates an expected call of DeleteAuthorizationPolicy.

func (*MockAuthorizationPolicyEventHandlerMockRecorder) GenericAuthorizationPolicy

func (mr *MockAuthorizationPolicyEventHandlerMockRecorder) GenericAuthorizationPolicy(obj interface{}) *gomock.Call

GenericAuthorizationPolicy indicates an expected call of GenericAuthorizationPolicy.

func (*MockAuthorizationPolicyEventHandlerMockRecorder) UpdateAuthorizationPolicy

func (mr *MockAuthorizationPolicyEventHandlerMockRecorder) UpdateAuthorizationPolicy(old, new interface{}) *gomock.Call

UpdateAuthorizationPolicy indicates an expected call of UpdateAuthorizationPolicy.

type MockAuthorizationPolicyEventWatcher

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

MockAuthorizationPolicyEventWatcher is a mock of AuthorizationPolicyEventWatcher interface.

func NewMockAuthorizationPolicyEventWatcher

func NewMockAuthorizationPolicyEventWatcher(ctrl *gomock.Controller) *MockAuthorizationPolicyEventWatcher

NewMockAuthorizationPolicyEventWatcher creates a new mock instance.

func (*MockAuthorizationPolicyEventWatcher) AddEventHandler

AddEventHandler mocks base method.

func (*MockAuthorizationPolicyEventWatcher) EXPECT

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

type MockAuthorizationPolicyEventWatcherMockRecorder

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

MockAuthorizationPolicyEventWatcherMockRecorder is the mock recorder for MockAuthorizationPolicyEventWatcher.

func (*MockAuthorizationPolicyEventWatcherMockRecorder) AddEventHandler

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

AddEventHandler indicates an expected call of AddEventHandler.

type MockAuthorizationPolicyFinalizer

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

MockAuthorizationPolicyFinalizer is a mock of AuthorizationPolicyFinalizer interface.

func NewMockAuthorizationPolicyFinalizer

func NewMockAuthorizationPolicyFinalizer(ctrl *gomock.Controller) *MockAuthorizationPolicyFinalizer

NewMockAuthorizationPolicyFinalizer creates a new mock instance.

func (*MockAuthorizationPolicyFinalizer) AuthorizationPolicyFinalizerName

func (m *MockAuthorizationPolicyFinalizer) AuthorizationPolicyFinalizerName() string

AuthorizationPolicyFinalizerName mocks base method.

func (*MockAuthorizationPolicyFinalizer) EXPECT

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

func (*MockAuthorizationPolicyFinalizer) FinalizeAuthorizationPolicy

func (m *MockAuthorizationPolicyFinalizer) FinalizeAuthorizationPolicy(obj *v1beta1.AuthorizationPolicy) error

FinalizeAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyFinalizer) ReconcileAuthorizationPolicy

func (m *MockAuthorizationPolicyFinalizer) ReconcileAuthorizationPolicy(obj *v1beta1.AuthorizationPolicy) (reconcile.Result, error)

ReconcileAuthorizationPolicy mocks base method.

type MockAuthorizationPolicyFinalizerMockRecorder

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

MockAuthorizationPolicyFinalizerMockRecorder is the mock recorder for MockAuthorizationPolicyFinalizer.

func (*MockAuthorizationPolicyFinalizerMockRecorder) AuthorizationPolicyFinalizerName

func (mr *MockAuthorizationPolicyFinalizerMockRecorder) AuthorizationPolicyFinalizerName() *gomock.Call

AuthorizationPolicyFinalizerName indicates an expected call of AuthorizationPolicyFinalizerName.

func (*MockAuthorizationPolicyFinalizerMockRecorder) FinalizeAuthorizationPolicy

func (mr *MockAuthorizationPolicyFinalizerMockRecorder) FinalizeAuthorizationPolicy(obj interface{}) *gomock.Call

FinalizeAuthorizationPolicy indicates an expected call of FinalizeAuthorizationPolicy.

func (*MockAuthorizationPolicyFinalizerMockRecorder) ReconcileAuthorizationPolicy

func (mr *MockAuthorizationPolicyFinalizerMockRecorder) ReconcileAuthorizationPolicy(obj interface{}) *gomock.Call

ReconcileAuthorizationPolicy indicates an expected call of ReconcileAuthorizationPolicy.

type MockAuthorizationPolicyReconcileLoop

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

MockAuthorizationPolicyReconcileLoop is a mock of AuthorizationPolicyReconcileLoop interface.

func NewMockAuthorizationPolicyReconcileLoop

func NewMockAuthorizationPolicyReconcileLoop(ctrl *gomock.Controller) *MockAuthorizationPolicyReconcileLoop

NewMockAuthorizationPolicyReconcileLoop creates a new mock instance.

func (*MockAuthorizationPolicyReconcileLoop) EXPECT

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

func (*MockAuthorizationPolicyReconcileLoop) RunAuthorizationPolicyReconciler

func (m *MockAuthorizationPolicyReconcileLoop) RunAuthorizationPolicyReconciler(ctx context.Context, rec controller.AuthorizationPolicyReconciler, predicates ...predicate.Predicate) error

RunAuthorizationPolicyReconciler mocks base method.

type MockAuthorizationPolicyReconcileLoopMockRecorder

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

MockAuthorizationPolicyReconcileLoopMockRecorder is the mock recorder for MockAuthorizationPolicyReconcileLoop.

func (*MockAuthorizationPolicyReconcileLoopMockRecorder) RunAuthorizationPolicyReconciler

func (mr *MockAuthorizationPolicyReconcileLoopMockRecorder) RunAuthorizationPolicyReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunAuthorizationPolicyReconciler indicates an expected call of RunAuthorizationPolicyReconciler.

type MockAuthorizationPolicyReconciler

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

MockAuthorizationPolicyReconciler is a mock of AuthorizationPolicyReconciler interface.

func NewMockAuthorizationPolicyReconciler

func NewMockAuthorizationPolicyReconciler(ctrl *gomock.Controller) *MockAuthorizationPolicyReconciler

NewMockAuthorizationPolicyReconciler creates a new mock instance.

func (*MockAuthorizationPolicyReconciler) EXPECT

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

func (*MockAuthorizationPolicyReconciler) ReconcileAuthorizationPolicy

func (m *MockAuthorizationPolicyReconciler) ReconcileAuthorizationPolicy(obj *v1beta1.AuthorizationPolicy) (reconcile.Result, error)

ReconcileAuthorizationPolicy mocks base method.

type MockAuthorizationPolicyReconcilerMockRecorder

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

MockAuthorizationPolicyReconcilerMockRecorder is the mock recorder for MockAuthorizationPolicyReconciler.

func (*MockAuthorizationPolicyReconcilerMockRecorder) ReconcileAuthorizationPolicy

func (mr *MockAuthorizationPolicyReconcilerMockRecorder) ReconcileAuthorizationPolicy(obj interface{}) *gomock.Call

ReconcileAuthorizationPolicy indicates an expected call of ReconcileAuthorizationPolicy.

type MockMulticlusterAuthorizationPolicyDeletionReconciler

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

MockMulticlusterAuthorizationPolicyDeletionReconciler is a mock of MulticlusterAuthorizationPolicyDeletionReconciler interface.

func NewMockMulticlusterAuthorizationPolicyDeletionReconciler

func NewMockMulticlusterAuthorizationPolicyDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterAuthorizationPolicyDeletionReconciler

NewMockMulticlusterAuthorizationPolicyDeletionReconciler creates a new mock instance.

func (*MockMulticlusterAuthorizationPolicyDeletionReconciler) EXPECT

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

func (*MockMulticlusterAuthorizationPolicyDeletionReconciler) ReconcileAuthorizationPolicyDeletion

func (m *MockMulticlusterAuthorizationPolicyDeletionReconciler) ReconcileAuthorizationPolicyDeletion(clusterName string, req reconcile.Request) error

ReconcileAuthorizationPolicyDeletion mocks base method.

type MockMulticlusterAuthorizationPolicyDeletionReconcilerMockRecorder

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

MockMulticlusterAuthorizationPolicyDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterAuthorizationPolicyDeletionReconciler.

func (*MockMulticlusterAuthorizationPolicyDeletionReconcilerMockRecorder) ReconcileAuthorizationPolicyDeletion

func (mr *MockMulticlusterAuthorizationPolicyDeletionReconcilerMockRecorder) ReconcileAuthorizationPolicyDeletion(clusterName, req interface{}) *gomock.Call

ReconcileAuthorizationPolicyDeletion indicates an expected call of ReconcileAuthorizationPolicyDeletion.

type MockMulticlusterAuthorizationPolicyReconcileLoop

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

MockMulticlusterAuthorizationPolicyReconcileLoop is a mock of MulticlusterAuthorizationPolicyReconcileLoop interface.

func NewMockMulticlusterAuthorizationPolicyReconcileLoop

func NewMockMulticlusterAuthorizationPolicyReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterAuthorizationPolicyReconcileLoop

NewMockMulticlusterAuthorizationPolicyReconcileLoop creates a new mock instance.

func (*MockMulticlusterAuthorizationPolicyReconcileLoop) AddMulticlusterAuthorizationPolicyReconciler

func (m *MockMulticlusterAuthorizationPolicyReconcileLoop) AddMulticlusterAuthorizationPolicyReconciler(ctx context.Context, rec controller.MulticlusterAuthorizationPolicyReconciler, predicates ...predicate.Predicate)

AddMulticlusterAuthorizationPolicyReconciler mocks base method.

func (*MockMulticlusterAuthorizationPolicyReconcileLoop) EXPECT

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

type MockMulticlusterAuthorizationPolicyReconcileLoopMockRecorder

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

MockMulticlusterAuthorizationPolicyReconcileLoopMockRecorder is the mock recorder for MockMulticlusterAuthorizationPolicyReconcileLoop.

func (*MockMulticlusterAuthorizationPolicyReconcileLoopMockRecorder) AddMulticlusterAuthorizationPolicyReconciler

func (mr *MockMulticlusterAuthorizationPolicyReconcileLoopMockRecorder) AddMulticlusterAuthorizationPolicyReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterAuthorizationPolicyReconciler indicates an expected call of AddMulticlusterAuthorizationPolicyReconciler.

type MockMulticlusterAuthorizationPolicyReconciler

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

MockMulticlusterAuthorizationPolicyReconciler is a mock of MulticlusterAuthorizationPolicyReconciler interface.

func NewMockMulticlusterAuthorizationPolicyReconciler

func NewMockMulticlusterAuthorizationPolicyReconciler(ctrl *gomock.Controller) *MockMulticlusterAuthorizationPolicyReconciler

NewMockMulticlusterAuthorizationPolicyReconciler creates a new mock instance.

func (*MockMulticlusterAuthorizationPolicyReconciler) EXPECT

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

func (*MockMulticlusterAuthorizationPolicyReconciler) ReconcileAuthorizationPolicy

func (m *MockMulticlusterAuthorizationPolicyReconciler) ReconcileAuthorizationPolicy(clusterName string, obj *v1beta1.AuthorizationPolicy) (reconcile.Result, error)

ReconcileAuthorizationPolicy mocks base method.

type MockMulticlusterAuthorizationPolicyReconcilerMockRecorder

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

MockMulticlusterAuthorizationPolicyReconcilerMockRecorder is the mock recorder for MockMulticlusterAuthorizationPolicyReconciler.

func (*MockMulticlusterAuthorizationPolicyReconcilerMockRecorder) ReconcileAuthorizationPolicy

func (mr *MockMulticlusterAuthorizationPolicyReconcilerMockRecorder) ReconcileAuthorizationPolicy(clusterName, obj interface{}) *gomock.Call

ReconcileAuthorizationPolicy indicates an expected call of ReconcileAuthorizationPolicy.

type MockMulticlusterPeerAuthenticationDeletionReconciler added in v0.1.7

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

MockMulticlusterPeerAuthenticationDeletionReconciler is a mock of MulticlusterPeerAuthenticationDeletionReconciler interface.

func NewMockMulticlusterPeerAuthenticationDeletionReconciler added in v0.1.7

func NewMockMulticlusterPeerAuthenticationDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterPeerAuthenticationDeletionReconciler

NewMockMulticlusterPeerAuthenticationDeletionReconciler creates a new mock instance.

func (*MockMulticlusterPeerAuthenticationDeletionReconciler) EXPECT added in v0.1.7

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

func (*MockMulticlusterPeerAuthenticationDeletionReconciler) ReconcilePeerAuthenticationDeletion added in v0.1.7

func (m *MockMulticlusterPeerAuthenticationDeletionReconciler) ReconcilePeerAuthenticationDeletion(clusterName string, req reconcile.Request) error

ReconcilePeerAuthenticationDeletion mocks base method.

type MockMulticlusterPeerAuthenticationDeletionReconcilerMockRecorder added in v0.1.7

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

MockMulticlusterPeerAuthenticationDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterPeerAuthenticationDeletionReconciler.

func (*MockMulticlusterPeerAuthenticationDeletionReconcilerMockRecorder) ReconcilePeerAuthenticationDeletion added in v0.1.7

func (mr *MockMulticlusterPeerAuthenticationDeletionReconcilerMockRecorder) ReconcilePeerAuthenticationDeletion(clusterName, req interface{}) *gomock.Call

ReconcilePeerAuthenticationDeletion indicates an expected call of ReconcilePeerAuthenticationDeletion.

type MockMulticlusterPeerAuthenticationReconcileLoop added in v0.1.7

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

MockMulticlusterPeerAuthenticationReconcileLoop is a mock of MulticlusterPeerAuthenticationReconcileLoop interface.

func NewMockMulticlusterPeerAuthenticationReconcileLoop added in v0.1.7

func NewMockMulticlusterPeerAuthenticationReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterPeerAuthenticationReconcileLoop

NewMockMulticlusterPeerAuthenticationReconcileLoop creates a new mock instance.

func (*MockMulticlusterPeerAuthenticationReconcileLoop) AddMulticlusterPeerAuthenticationReconciler added in v0.1.7

func (m *MockMulticlusterPeerAuthenticationReconcileLoop) AddMulticlusterPeerAuthenticationReconciler(ctx context.Context, rec controller.MulticlusterPeerAuthenticationReconciler, predicates ...predicate.Predicate)

AddMulticlusterPeerAuthenticationReconciler mocks base method.

func (*MockMulticlusterPeerAuthenticationReconcileLoop) EXPECT added in v0.1.7

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

type MockMulticlusterPeerAuthenticationReconcileLoopMockRecorder added in v0.1.7

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

MockMulticlusterPeerAuthenticationReconcileLoopMockRecorder is the mock recorder for MockMulticlusterPeerAuthenticationReconcileLoop.

func (*MockMulticlusterPeerAuthenticationReconcileLoopMockRecorder) AddMulticlusterPeerAuthenticationReconciler added in v0.1.7

func (mr *MockMulticlusterPeerAuthenticationReconcileLoopMockRecorder) AddMulticlusterPeerAuthenticationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterPeerAuthenticationReconciler indicates an expected call of AddMulticlusterPeerAuthenticationReconciler.

type MockMulticlusterPeerAuthenticationReconciler added in v0.1.7

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

MockMulticlusterPeerAuthenticationReconciler is a mock of MulticlusterPeerAuthenticationReconciler interface.

func NewMockMulticlusterPeerAuthenticationReconciler added in v0.1.7

func NewMockMulticlusterPeerAuthenticationReconciler(ctrl *gomock.Controller) *MockMulticlusterPeerAuthenticationReconciler

NewMockMulticlusterPeerAuthenticationReconciler creates a new mock instance.

func (*MockMulticlusterPeerAuthenticationReconciler) EXPECT added in v0.1.7

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

func (*MockMulticlusterPeerAuthenticationReconciler) ReconcilePeerAuthentication added in v0.1.7

func (m *MockMulticlusterPeerAuthenticationReconciler) ReconcilePeerAuthentication(clusterName string, obj *v1beta1.PeerAuthentication) (reconcile.Result, error)

ReconcilePeerAuthentication mocks base method.

type MockMulticlusterPeerAuthenticationReconcilerMockRecorder added in v0.1.7

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

MockMulticlusterPeerAuthenticationReconcilerMockRecorder is the mock recorder for MockMulticlusterPeerAuthenticationReconciler.

func (*MockMulticlusterPeerAuthenticationReconcilerMockRecorder) ReconcilePeerAuthentication added in v0.1.7

func (mr *MockMulticlusterPeerAuthenticationReconcilerMockRecorder) ReconcilePeerAuthentication(clusterName, obj interface{}) *gomock.Call

ReconcilePeerAuthentication indicates an expected call of ReconcilePeerAuthentication.

type MockMulticlusterRequestAuthenticationDeletionReconciler added in v0.2.7

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

MockMulticlusterRequestAuthenticationDeletionReconciler is a mock of MulticlusterRequestAuthenticationDeletionReconciler interface.

func NewMockMulticlusterRequestAuthenticationDeletionReconciler added in v0.2.7

func NewMockMulticlusterRequestAuthenticationDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterRequestAuthenticationDeletionReconciler

NewMockMulticlusterRequestAuthenticationDeletionReconciler creates a new mock instance.

func (*MockMulticlusterRequestAuthenticationDeletionReconciler) EXPECT added in v0.2.7

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

func (*MockMulticlusterRequestAuthenticationDeletionReconciler) ReconcileRequestAuthenticationDeletion added in v0.2.7

func (m *MockMulticlusterRequestAuthenticationDeletionReconciler) ReconcileRequestAuthenticationDeletion(clusterName string, req reconcile.Request) error

ReconcileRequestAuthenticationDeletion mocks base method.

type MockMulticlusterRequestAuthenticationDeletionReconcilerMockRecorder added in v0.2.7

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

MockMulticlusterRequestAuthenticationDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterRequestAuthenticationDeletionReconciler.

func (*MockMulticlusterRequestAuthenticationDeletionReconcilerMockRecorder) ReconcileRequestAuthenticationDeletion added in v0.2.7

func (mr *MockMulticlusterRequestAuthenticationDeletionReconcilerMockRecorder) ReconcileRequestAuthenticationDeletion(clusterName, req interface{}) *gomock.Call

ReconcileRequestAuthenticationDeletion indicates an expected call of ReconcileRequestAuthenticationDeletion.

type MockMulticlusterRequestAuthenticationReconcileLoop added in v0.2.7

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

MockMulticlusterRequestAuthenticationReconcileLoop is a mock of MulticlusterRequestAuthenticationReconcileLoop interface.

func NewMockMulticlusterRequestAuthenticationReconcileLoop added in v0.2.7

func NewMockMulticlusterRequestAuthenticationReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterRequestAuthenticationReconcileLoop

NewMockMulticlusterRequestAuthenticationReconcileLoop creates a new mock instance.

func (*MockMulticlusterRequestAuthenticationReconcileLoop) AddMulticlusterRequestAuthenticationReconciler added in v0.2.7

func (m *MockMulticlusterRequestAuthenticationReconcileLoop) AddMulticlusterRequestAuthenticationReconciler(ctx context.Context, rec controller.MulticlusterRequestAuthenticationReconciler, predicates ...predicate.Predicate)

AddMulticlusterRequestAuthenticationReconciler mocks base method.

func (*MockMulticlusterRequestAuthenticationReconcileLoop) EXPECT added in v0.2.7

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

type MockMulticlusterRequestAuthenticationReconcileLoopMockRecorder added in v0.2.7

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

MockMulticlusterRequestAuthenticationReconcileLoopMockRecorder is the mock recorder for MockMulticlusterRequestAuthenticationReconcileLoop.

func (*MockMulticlusterRequestAuthenticationReconcileLoopMockRecorder) AddMulticlusterRequestAuthenticationReconciler added in v0.2.7

func (mr *MockMulticlusterRequestAuthenticationReconcileLoopMockRecorder) AddMulticlusterRequestAuthenticationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

AddMulticlusterRequestAuthenticationReconciler indicates an expected call of AddMulticlusterRequestAuthenticationReconciler.

type MockMulticlusterRequestAuthenticationReconciler added in v0.2.7

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

MockMulticlusterRequestAuthenticationReconciler is a mock of MulticlusterRequestAuthenticationReconciler interface.

func NewMockMulticlusterRequestAuthenticationReconciler added in v0.2.7

func NewMockMulticlusterRequestAuthenticationReconciler(ctrl *gomock.Controller) *MockMulticlusterRequestAuthenticationReconciler

NewMockMulticlusterRequestAuthenticationReconciler creates a new mock instance.

func (*MockMulticlusterRequestAuthenticationReconciler) EXPECT added in v0.2.7

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

func (*MockMulticlusterRequestAuthenticationReconciler) ReconcileRequestAuthentication added in v0.2.7

func (m *MockMulticlusterRequestAuthenticationReconciler) ReconcileRequestAuthentication(clusterName string, obj *v1beta1.RequestAuthentication) (reconcile.Result, error)

ReconcileRequestAuthentication mocks base method.

type MockMulticlusterRequestAuthenticationReconcilerMockRecorder added in v0.2.7

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

MockMulticlusterRequestAuthenticationReconcilerMockRecorder is the mock recorder for MockMulticlusterRequestAuthenticationReconciler.

func (*MockMulticlusterRequestAuthenticationReconcilerMockRecorder) ReconcileRequestAuthentication added in v0.2.7

func (mr *MockMulticlusterRequestAuthenticationReconcilerMockRecorder) ReconcileRequestAuthentication(clusterName, obj interface{}) *gomock.Call

ReconcileRequestAuthentication indicates an expected call of ReconcileRequestAuthentication.

type MockPeerAuthenticationDeletionReconciler added in v0.1.7

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

MockPeerAuthenticationDeletionReconciler is a mock of PeerAuthenticationDeletionReconciler interface.

func NewMockPeerAuthenticationDeletionReconciler added in v0.1.7

func NewMockPeerAuthenticationDeletionReconciler(ctrl *gomock.Controller) *MockPeerAuthenticationDeletionReconciler

NewMockPeerAuthenticationDeletionReconciler creates a new mock instance.

func (*MockPeerAuthenticationDeletionReconciler) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationDeletionReconciler) ReconcilePeerAuthenticationDeletion added in v0.1.7

func (m *MockPeerAuthenticationDeletionReconciler) ReconcilePeerAuthenticationDeletion(req reconcile.Request) error

ReconcilePeerAuthenticationDeletion mocks base method.

type MockPeerAuthenticationDeletionReconcilerMockRecorder added in v0.1.7

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

MockPeerAuthenticationDeletionReconcilerMockRecorder is the mock recorder for MockPeerAuthenticationDeletionReconciler.

func (*MockPeerAuthenticationDeletionReconcilerMockRecorder) ReconcilePeerAuthenticationDeletion added in v0.1.7

func (mr *MockPeerAuthenticationDeletionReconcilerMockRecorder) ReconcilePeerAuthenticationDeletion(req interface{}) *gomock.Call

ReconcilePeerAuthenticationDeletion indicates an expected call of ReconcilePeerAuthenticationDeletion.

type MockPeerAuthenticationEventHandler added in v0.1.7

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

MockPeerAuthenticationEventHandler is a mock of PeerAuthenticationEventHandler interface.

func NewMockPeerAuthenticationEventHandler added in v0.1.7

func NewMockPeerAuthenticationEventHandler(ctrl *gomock.Controller) *MockPeerAuthenticationEventHandler

NewMockPeerAuthenticationEventHandler creates a new mock instance.

func (*MockPeerAuthenticationEventHandler) CreatePeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationEventHandler) CreatePeerAuthentication(obj *v1beta1.PeerAuthentication) error

CreatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationEventHandler) DeletePeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationEventHandler) DeletePeerAuthentication(obj *v1beta1.PeerAuthentication) error

DeletePeerAuthentication mocks base method.

func (*MockPeerAuthenticationEventHandler) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationEventHandler) GenericPeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationEventHandler) GenericPeerAuthentication(obj *v1beta1.PeerAuthentication) error

GenericPeerAuthentication mocks base method.

func (*MockPeerAuthenticationEventHandler) UpdatePeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationEventHandler) UpdatePeerAuthentication(old, new *v1beta1.PeerAuthentication) error

UpdatePeerAuthentication mocks base method.

type MockPeerAuthenticationEventHandlerMockRecorder added in v0.1.7

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

MockPeerAuthenticationEventHandlerMockRecorder is the mock recorder for MockPeerAuthenticationEventHandler.

func (*MockPeerAuthenticationEventHandlerMockRecorder) CreatePeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationEventHandlerMockRecorder) CreatePeerAuthentication(obj interface{}) *gomock.Call

CreatePeerAuthentication indicates an expected call of CreatePeerAuthentication.

func (*MockPeerAuthenticationEventHandlerMockRecorder) DeletePeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationEventHandlerMockRecorder) DeletePeerAuthentication(obj interface{}) *gomock.Call

DeletePeerAuthentication indicates an expected call of DeletePeerAuthentication.

func (*MockPeerAuthenticationEventHandlerMockRecorder) GenericPeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationEventHandlerMockRecorder) GenericPeerAuthentication(obj interface{}) *gomock.Call

GenericPeerAuthentication indicates an expected call of GenericPeerAuthentication.

func (*MockPeerAuthenticationEventHandlerMockRecorder) UpdatePeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationEventHandlerMockRecorder) UpdatePeerAuthentication(old, new interface{}) *gomock.Call

UpdatePeerAuthentication indicates an expected call of UpdatePeerAuthentication.

type MockPeerAuthenticationEventWatcher added in v0.1.7

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

MockPeerAuthenticationEventWatcher is a mock of PeerAuthenticationEventWatcher interface.

func NewMockPeerAuthenticationEventWatcher added in v0.1.7

func NewMockPeerAuthenticationEventWatcher(ctrl *gomock.Controller) *MockPeerAuthenticationEventWatcher

NewMockPeerAuthenticationEventWatcher creates a new mock instance.

func (*MockPeerAuthenticationEventWatcher) AddEventHandler added in v0.1.7

AddEventHandler mocks base method.

func (*MockPeerAuthenticationEventWatcher) EXPECT added in v0.1.7

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

type MockPeerAuthenticationEventWatcherMockRecorder added in v0.1.7

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

MockPeerAuthenticationEventWatcherMockRecorder is the mock recorder for MockPeerAuthenticationEventWatcher.

func (*MockPeerAuthenticationEventWatcherMockRecorder) AddEventHandler added in v0.1.7

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

AddEventHandler indicates an expected call of AddEventHandler.

type MockPeerAuthenticationFinalizer added in v0.1.7

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

MockPeerAuthenticationFinalizer is a mock of PeerAuthenticationFinalizer interface.

func NewMockPeerAuthenticationFinalizer added in v0.1.7

func NewMockPeerAuthenticationFinalizer(ctrl *gomock.Controller) *MockPeerAuthenticationFinalizer

NewMockPeerAuthenticationFinalizer creates a new mock instance.

func (*MockPeerAuthenticationFinalizer) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationFinalizer) FinalizePeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationFinalizer) FinalizePeerAuthentication(obj *v1beta1.PeerAuthentication) error

FinalizePeerAuthentication mocks base method.

func (*MockPeerAuthenticationFinalizer) PeerAuthenticationFinalizerName added in v0.1.7

func (m *MockPeerAuthenticationFinalizer) PeerAuthenticationFinalizerName() string

PeerAuthenticationFinalizerName mocks base method.

func (*MockPeerAuthenticationFinalizer) ReconcilePeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationFinalizer) ReconcilePeerAuthentication(obj *v1beta1.PeerAuthentication) (reconcile.Result, error)

ReconcilePeerAuthentication mocks base method.

type MockPeerAuthenticationFinalizerMockRecorder added in v0.1.7

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

MockPeerAuthenticationFinalizerMockRecorder is the mock recorder for MockPeerAuthenticationFinalizer.

func (*MockPeerAuthenticationFinalizerMockRecorder) FinalizePeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationFinalizerMockRecorder) FinalizePeerAuthentication(obj interface{}) *gomock.Call

FinalizePeerAuthentication indicates an expected call of FinalizePeerAuthentication.

func (*MockPeerAuthenticationFinalizerMockRecorder) PeerAuthenticationFinalizerName added in v0.1.7

func (mr *MockPeerAuthenticationFinalizerMockRecorder) PeerAuthenticationFinalizerName() *gomock.Call

PeerAuthenticationFinalizerName indicates an expected call of PeerAuthenticationFinalizerName.

func (*MockPeerAuthenticationFinalizerMockRecorder) ReconcilePeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationFinalizerMockRecorder) ReconcilePeerAuthentication(obj interface{}) *gomock.Call

ReconcilePeerAuthentication indicates an expected call of ReconcilePeerAuthentication.

type MockPeerAuthenticationReconcileLoop added in v0.1.7

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

MockPeerAuthenticationReconcileLoop is a mock of PeerAuthenticationReconcileLoop interface.

func NewMockPeerAuthenticationReconcileLoop added in v0.1.7

func NewMockPeerAuthenticationReconcileLoop(ctrl *gomock.Controller) *MockPeerAuthenticationReconcileLoop

NewMockPeerAuthenticationReconcileLoop creates a new mock instance.

func (*MockPeerAuthenticationReconcileLoop) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationReconcileLoop) RunPeerAuthenticationReconciler added in v0.1.7

func (m *MockPeerAuthenticationReconcileLoop) RunPeerAuthenticationReconciler(ctx context.Context, rec controller.PeerAuthenticationReconciler, predicates ...predicate.Predicate) error

RunPeerAuthenticationReconciler mocks base method.

type MockPeerAuthenticationReconcileLoopMockRecorder added in v0.1.7

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

MockPeerAuthenticationReconcileLoopMockRecorder is the mock recorder for MockPeerAuthenticationReconcileLoop.

func (*MockPeerAuthenticationReconcileLoopMockRecorder) RunPeerAuthenticationReconciler added in v0.1.7

func (mr *MockPeerAuthenticationReconcileLoopMockRecorder) RunPeerAuthenticationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunPeerAuthenticationReconciler indicates an expected call of RunPeerAuthenticationReconciler.

type MockPeerAuthenticationReconciler added in v0.1.7

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

MockPeerAuthenticationReconciler is a mock of PeerAuthenticationReconciler interface.

func NewMockPeerAuthenticationReconciler added in v0.1.7

func NewMockPeerAuthenticationReconciler(ctrl *gomock.Controller) *MockPeerAuthenticationReconciler

NewMockPeerAuthenticationReconciler creates a new mock instance.

func (*MockPeerAuthenticationReconciler) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationReconciler) ReconcilePeerAuthentication added in v0.1.7

func (m *MockPeerAuthenticationReconciler) ReconcilePeerAuthentication(obj *v1beta1.PeerAuthentication) (reconcile.Result, error)

ReconcilePeerAuthentication mocks base method.

type MockPeerAuthenticationReconcilerMockRecorder added in v0.1.7

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

MockPeerAuthenticationReconcilerMockRecorder is the mock recorder for MockPeerAuthenticationReconciler.

func (*MockPeerAuthenticationReconcilerMockRecorder) ReconcilePeerAuthentication added in v0.1.7

func (mr *MockPeerAuthenticationReconcilerMockRecorder) ReconcilePeerAuthentication(obj interface{}) *gomock.Call

ReconcilePeerAuthentication indicates an expected call of ReconcilePeerAuthentication.

type MockRequestAuthenticationDeletionReconciler added in v0.2.7

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

MockRequestAuthenticationDeletionReconciler is a mock of RequestAuthenticationDeletionReconciler interface.

func NewMockRequestAuthenticationDeletionReconciler added in v0.2.7

func NewMockRequestAuthenticationDeletionReconciler(ctrl *gomock.Controller) *MockRequestAuthenticationDeletionReconciler

NewMockRequestAuthenticationDeletionReconciler creates a new mock instance.

func (*MockRequestAuthenticationDeletionReconciler) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationDeletionReconciler) ReconcileRequestAuthenticationDeletion added in v0.2.7

func (m *MockRequestAuthenticationDeletionReconciler) ReconcileRequestAuthenticationDeletion(req reconcile.Request) error

ReconcileRequestAuthenticationDeletion mocks base method.

type MockRequestAuthenticationDeletionReconcilerMockRecorder added in v0.2.7

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

MockRequestAuthenticationDeletionReconcilerMockRecorder is the mock recorder for MockRequestAuthenticationDeletionReconciler.

func (*MockRequestAuthenticationDeletionReconcilerMockRecorder) ReconcileRequestAuthenticationDeletion added in v0.2.7

func (mr *MockRequestAuthenticationDeletionReconcilerMockRecorder) ReconcileRequestAuthenticationDeletion(req interface{}) *gomock.Call

ReconcileRequestAuthenticationDeletion indicates an expected call of ReconcileRequestAuthenticationDeletion.

type MockRequestAuthenticationEventHandler added in v0.2.7

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

MockRequestAuthenticationEventHandler is a mock of RequestAuthenticationEventHandler interface.

func NewMockRequestAuthenticationEventHandler added in v0.2.7

func NewMockRequestAuthenticationEventHandler(ctrl *gomock.Controller) *MockRequestAuthenticationEventHandler

NewMockRequestAuthenticationEventHandler creates a new mock instance.

func (*MockRequestAuthenticationEventHandler) CreateRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationEventHandler) CreateRequestAuthentication(obj *v1beta1.RequestAuthentication) error

CreateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationEventHandler) DeleteRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationEventHandler) DeleteRequestAuthentication(obj *v1beta1.RequestAuthentication) error

DeleteRequestAuthentication mocks base method.

func (*MockRequestAuthenticationEventHandler) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationEventHandler) GenericRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationEventHandler) GenericRequestAuthentication(obj *v1beta1.RequestAuthentication) error

GenericRequestAuthentication mocks base method.

func (*MockRequestAuthenticationEventHandler) UpdateRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationEventHandler) UpdateRequestAuthentication(old, new *v1beta1.RequestAuthentication) error

UpdateRequestAuthentication mocks base method.

type MockRequestAuthenticationEventHandlerMockRecorder added in v0.2.7

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

MockRequestAuthenticationEventHandlerMockRecorder is the mock recorder for MockRequestAuthenticationEventHandler.

func (*MockRequestAuthenticationEventHandlerMockRecorder) CreateRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationEventHandlerMockRecorder) CreateRequestAuthentication(obj interface{}) *gomock.Call

CreateRequestAuthentication indicates an expected call of CreateRequestAuthentication.

func (*MockRequestAuthenticationEventHandlerMockRecorder) DeleteRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationEventHandlerMockRecorder) DeleteRequestAuthentication(obj interface{}) *gomock.Call

DeleteRequestAuthentication indicates an expected call of DeleteRequestAuthentication.

func (*MockRequestAuthenticationEventHandlerMockRecorder) GenericRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationEventHandlerMockRecorder) GenericRequestAuthentication(obj interface{}) *gomock.Call

GenericRequestAuthentication indicates an expected call of GenericRequestAuthentication.

func (*MockRequestAuthenticationEventHandlerMockRecorder) UpdateRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationEventHandlerMockRecorder) UpdateRequestAuthentication(old, new interface{}) *gomock.Call

UpdateRequestAuthentication indicates an expected call of UpdateRequestAuthentication.

type MockRequestAuthenticationEventWatcher added in v0.2.7

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

MockRequestAuthenticationEventWatcher is a mock of RequestAuthenticationEventWatcher interface.

func NewMockRequestAuthenticationEventWatcher added in v0.2.7

func NewMockRequestAuthenticationEventWatcher(ctrl *gomock.Controller) *MockRequestAuthenticationEventWatcher

NewMockRequestAuthenticationEventWatcher creates a new mock instance.

func (*MockRequestAuthenticationEventWatcher) AddEventHandler added in v0.2.7

AddEventHandler mocks base method.

func (*MockRequestAuthenticationEventWatcher) EXPECT added in v0.2.7

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

type MockRequestAuthenticationEventWatcherMockRecorder added in v0.2.7

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

MockRequestAuthenticationEventWatcherMockRecorder is the mock recorder for MockRequestAuthenticationEventWatcher.

func (*MockRequestAuthenticationEventWatcherMockRecorder) AddEventHandler added in v0.2.7

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

AddEventHandler indicates an expected call of AddEventHandler.

type MockRequestAuthenticationFinalizer added in v0.2.7

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

MockRequestAuthenticationFinalizer is a mock of RequestAuthenticationFinalizer interface.

func NewMockRequestAuthenticationFinalizer added in v0.2.7

func NewMockRequestAuthenticationFinalizer(ctrl *gomock.Controller) *MockRequestAuthenticationFinalizer

NewMockRequestAuthenticationFinalizer creates a new mock instance.

func (*MockRequestAuthenticationFinalizer) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationFinalizer) FinalizeRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationFinalizer) FinalizeRequestAuthentication(obj *v1beta1.RequestAuthentication) error

FinalizeRequestAuthentication mocks base method.

func (*MockRequestAuthenticationFinalizer) ReconcileRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationFinalizer) ReconcileRequestAuthentication(obj *v1beta1.RequestAuthentication) (reconcile.Result, error)

ReconcileRequestAuthentication mocks base method.

func (*MockRequestAuthenticationFinalizer) RequestAuthenticationFinalizerName added in v0.2.7

func (m *MockRequestAuthenticationFinalizer) RequestAuthenticationFinalizerName() string

RequestAuthenticationFinalizerName mocks base method.

type MockRequestAuthenticationFinalizerMockRecorder added in v0.2.7

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

MockRequestAuthenticationFinalizerMockRecorder is the mock recorder for MockRequestAuthenticationFinalizer.

func (*MockRequestAuthenticationFinalizerMockRecorder) FinalizeRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationFinalizerMockRecorder) FinalizeRequestAuthentication(obj interface{}) *gomock.Call

FinalizeRequestAuthentication indicates an expected call of FinalizeRequestAuthentication.

func (*MockRequestAuthenticationFinalizerMockRecorder) ReconcileRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationFinalizerMockRecorder) ReconcileRequestAuthentication(obj interface{}) *gomock.Call

ReconcileRequestAuthentication indicates an expected call of ReconcileRequestAuthentication.

func (*MockRequestAuthenticationFinalizerMockRecorder) RequestAuthenticationFinalizerName added in v0.2.7

func (mr *MockRequestAuthenticationFinalizerMockRecorder) RequestAuthenticationFinalizerName() *gomock.Call

RequestAuthenticationFinalizerName indicates an expected call of RequestAuthenticationFinalizerName.

type MockRequestAuthenticationReconcileLoop added in v0.2.7

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

MockRequestAuthenticationReconcileLoop is a mock of RequestAuthenticationReconcileLoop interface.

func NewMockRequestAuthenticationReconcileLoop added in v0.2.7

func NewMockRequestAuthenticationReconcileLoop(ctrl *gomock.Controller) *MockRequestAuthenticationReconcileLoop

NewMockRequestAuthenticationReconcileLoop creates a new mock instance.

func (*MockRequestAuthenticationReconcileLoop) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationReconcileLoop) RunRequestAuthenticationReconciler added in v0.2.7

func (m *MockRequestAuthenticationReconcileLoop) RunRequestAuthenticationReconciler(ctx context.Context, rec controller.RequestAuthenticationReconciler, predicates ...predicate.Predicate) error

RunRequestAuthenticationReconciler mocks base method.

type MockRequestAuthenticationReconcileLoopMockRecorder added in v0.2.7

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

MockRequestAuthenticationReconcileLoopMockRecorder is the mock recorder for MockRequestAuthenticationReconcileLoop.

func (*MockRequestAuthenticationReconcileLoopMockRecorder) RunRequestAuthenticationReconciler added in v0.2.7

func (mr *MockRequestAuthenticationReconcileLoopMockRecorder) RunRequestAuthenticationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call

RunRequestAuthenticationReconciler indicates an expected call of RunRequestAuthenticationReconciler.

type MockRequestAuthenticationReconciler added in v0.2.7

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

MockRequestAuthenticationReconciler is a mock of RequestAuthenticationReconciler interface.

func NewMockRequestAuthenticationReconciler added in v0.2.7

func NewMockRequestAuthenticationReconciler(ctrl *gomock.Controller) *MockRequestAuthenticationReconciler

NewMockRequestAuthenticationReconciler creates a new mock instance.

func (*MockRequestAuthenticationReconciler) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationReconciler) ReconcileRequestAuthentication added in v0.2.7

func (m *MockRequestAuthenticationReconciler) ReconcileRequestAuthentication(obj *v1beta1.RequestAuthentication) (reconcile.Result, error)

ReconcileRequestAuthentication mocks base method.

type MockRequestAuthenticationReconcilerMockRecorder added in v0.2.7

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

MockRequestAuthenticationReconcilerMockRecorder is the mock recorder for MockRequestAuthenticationReconciler.

func (*MockRequestAuthenticationReconcilerMockRecorder) ReconcileRequestAuthentication added in v0.2.7

func (mr *MockRequestAuthenticationReconcilerMockRecorder) ReconcileRequestAuthentication(obj interface{}) *gomock.Call

ReconcileRequestAuthentication indicates an expected call of ReconcileRequestAuthentication.

Jump to

Keyboard shortcuts

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