mock_controller

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 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 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.

Jump to

Keyboard shortcuts

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