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 ¶
- type MockIstioInstallationDeletionReconciler
- type MockIstioInstallationDeletionReconcilerMockRecorder
- type MockIstioInstallationEventHandler
- func (m *MockIstioInstallationEventHandler) CreateIstioInstallation(obj *v1alpha1.IstioInstallation) error
- func (m *MockIstioInstallationEventHandler) DeleteIstioInstallation(obj *v1alpha1.IstioInstallation) error
- func (m *MockIstioInstallationEventHandler) EXPECT() *MockIstioInstallationEventHandlerMockRecorder
- func (m *MockIstioInstallationEventHandler) GenericIstioInstallation(obj *v1alpha1.IstioInstallation) error
- func (m *MockIstioInstallationEventHandler) UpdateIstioInstallation(old, new *v1alpha1.IstioInstallation) error
- type MockIstioInstallationEventHandlerMockRecorder
- func (mr *MockIstioInstallationEventHandlerMockRecorder) CreateIstioInstallation(obj interface{}) *gomock.Call
- func (mr *MockIstioInstallationEventHandlerMockRecorder) DeleteIstioInstallation(obj interface{}) *gomock.Call
- func (mr *MockIstioInstallationEventHandlerMockRecorder) GenericIstioInstallation(obj interface{}) *gomock.Call
- func (mr *MockIstioInstallationEventHandlerMockRecorder) UpdateIstioInstallation(old, new interface{}) *gomock.Call
- type MockIstioInstallationEventWatcher
- type MockIstioInstallationEventWatcherMockRecorder
- type MockIstioInstallationFinalizer
- func (m *MockIstioInstallationFinalizer) EXPECT() *MockIstioInstallationFinalizerMockRecorder
- func (m *MockIstioInstallationFinalizer) FinalizeIstioInstallation(obj *v1alpha1.IstioInstallation) error
- func (m *MockIstioInstallationFinalizer) IstioInstallationFinalizerName() string
- func (m *MockIstioInstallationFinalizer) ReconcileIstioInstallation(obj *v1alpha1.IstioInstallation) (reconcile.Result, error)
- type MockIstioInstallationFinalizerMockRecorder
- func (mr *MockIstioInstallationFinalizerMockRecorder) FinalizeIstioInstallation(obj interface{}) *gomock.Call
- func (mr *MockIstioInstallationFinalizerMockRecorder) IstioInstallationFinalizerName() *gomock.Call
- func (mr *MockIstioInstallationFinalizerMockRecorder) ReconcileIstioInstallation(obj interface{}) *gomock.Call
- type MockIstioInstallationReconcileLoop
- type MockIstioInstallationReconcileLoopMockRecorder
- type MockIstioInstallationReconciler
- type MockIstioInstallationReconcilerMockRecorder
- type MockMulticlusterIstioInstallationDeletionReconciler
- type MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder
- type MockMulticlusterIstioInstallationReconcileLoop
- func (m *MockMulticlusterIstioInstallationReconcileLoop) AddMulticlusterIstioInstallationReconciler(ctx context.Context, rec controller.MulticlusterIstioInstallationReconciler, ...)
- func (m *MockMulticlusterIstioInstallationReconcileLoop) EXPECT() *MockMulticlusterIstioInstallationReconcileLoopMockRecorder
- type MockMulticlusterIstioInstallationReconcileLoopMockRecorder
- type MockMulticlusterIstioInstallationReconciler
- type MockMulticlusterIstioInstallationReconcilerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIstioInstallationDeletionReconciler ¶
type MockIstioInstallationDeletionReconciler struct {
// contains filtered or unexported fields
}
MockIstioInstallationDeletionReconciler is a mock of IstioInstallationDeletionReconciler interface.
func NewMockIstioInstallationDeletionReconciler ¶
func NewMockIstioInstallationDeletionReconciler(ctrl *gomock.Controller) *MockIstioInstallationDeletionReconciler
NewMockIstioInstallationDeletionReconciler creates a new mock instance.
func (*MockIstioInstallationDeletionReconciler) EXPECT ¶
func (m *MockIstioInstallationDeletionReconciler) EXPECT() *MockIstioInstallationDeletionReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion ¶
func (m *MockIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion(req reconcile.Request) error
ReconcileIstioInstallationDeletion mocks base method.
type MockIstioInstallationDeletionReconcilerMockRecorder ¶
type MockIstioInstallationDeletionReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioInstallationDeletionReconcilerMockRecorder is the mock recorder for MockIstioInstallationDeletionReconciler.
func (*MockIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion ¶
func (mr *MockIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion(req interface{}) *gomock.Call
ReconcileIstioInstallationDeletion indicates an expected call of ReconcileIstioInstallationDeletion.
type MockIstioInstallationEventHandler ¶
type MockIstioInstallationEventHandler struct {
// contains filtered or unexported fields
}
MockIstioInstallationEventHandler is a mock of IstioInstallationEventHandler interface.
func NewMockIstioInstallationEventHandler ¶
func NewMockIstioInstallationEventHandler(ctrl *gomock.Controller) *MockIstioInstallationEventHandler
NewMockIstioInstallationEventHandler creates a new mock instance.
func (*MockIstioInstallationEventHandler) CreateIstioInstallation ¶
func (m *MockIstioInstallationEventHandler) CreateIstioInstallation(obj *v1alpha1.IstioInstallation) error
CreateIstioInstallation mocks base method.
func (*MockIstioInstallationEventHandler) DeleteIstioInstallation ¶
func (m *MockIstioInstallationEventHandler) DeleteIstioInstallation(obj *v1alpha1.IstioInstallation) error
DeleteIstioInstallation mocks base method.
func (*MockIstioInstallationEventHandler) EXPECT ¶
func (m *MockIstioInstallationEventHandler) EXPECT() *MockIstioInstallationEventHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioInstallationEventHandler) GenericIstioInstallation ¶
func (m *MockIstioInstallationEventHandler) GenericIstioInstallation(obj *v1alpha1.IstioInstallation) error
GenericIstioInstallation mocks base method.
func (*MockIstioInstallationEventHandler) UpdateIstioInstallation ¶
func (m *MockIstioInstallationEventHandler) UpdateIstioInstallation(old, new *v1alpha1.IstioInstallation) error
UpdateIstioInstallation mocks base method.
type MockIstioInstallationEventHandlerMockRecorder ¶
type MockIstioInstallationEventHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioInstallationEventHandlerMockRecorder is the mock recorder for MockIstioInstallationEventHandler.
func (*MockIstioInstallationEventHandlerMockRecorder) CreateIstioInstallation ¶
func (mr *MockIstioInstallationEventHandlerMockRecorder) CreateIstioInstallation(obj interface{}) *gomock.Call
CreateIstioInstallation indicates an expected call of CreateIstioInstallation.
func (*MockIstioInstallationEventHandlerMockRecorder) DeleteIstioInstallation ¶
func (mr *MockIstioInstallationEventHandlerMockRecorder) DeleteIstioInstallation(obj interface{}) *gomock.Call
DeleteIstioInstallation indicates an expected call of DeleteIstioInstallation.
func (*MockIstioInstallationEventHandlerMockRecorder) GenericIstioInstallation ¶
func (mr *MockIstioInstallationEventHandlerMockRecorder) GenericIstioInstallation(obj interface{}) *gomock.Call
GenericIstioInstallation indicates an expected call of GenericIstioInstallation.
func (*MockIstioInstallationEventHandlerMockRecorder) UpdateIstioInstallation ¶
func (mr *MockIstioInstallationEventHandlerMockRecorder) UpdateIstioInstallation(old, new interface{}) *gomock.Call
UpdateIstioInstallation indicates an expected call of UpdateIstioInstallation.
type MockIstioInstallationEventWatcher ¶
type MockIstioInstallationEventWatcher struct {
// contains filtered or unexported fields
}
MockIstioInstallationEventWatcher is a mock of IstioInstallationEventWatcher interface.
func NewMockIstioInstallationEventWatcher ¶
func NewMockIstioInstallationEventWatcher(ctrl *gomock.Controller) *MockIstioInstallationEventWatcher
NewMockIstioInstallationEventWatcher creates a new mock instance.
func (*MockIstioInstallationEventWatcher) AddEventHandler ¶
func (m *MockIstioInstallationEventWatcher) AddEventHandler(ctx context.Context, h controller.IstioInstallationEventHandler, predicates ...predicate.Predicate) error
AddEventHandler mocks base method.
func (*MockIstioInstallationEventWatcher) EXPECT ¶
func (m *MockIstioInstallationEventWatcher) EXPECT() *MockIstioInstallationEventWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIstioInstallationEventWatcherMockRecorder ¶
type MockIstioInstallationEventWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioInstallationEventWatcherMockRecorder is the mock recorder for MockIstioInstallationEventWatcher.
func (*MockIstioInstallationEventWatcherMockRecorder) AddEventHandler ¶
func (mr *MockIstioInstallationEventWatcherMockRecorder) AddEventHandler(ctx, h interface{}, predicates ...interface{}) *gomock.Call
AddEventHandler indicates an expected call of AddEventHandler.
type MockIstioInstallationFinalizer ¶
type MockIstioInstallationFinalizer struct {
// contains filtered or unexported fields
}
MockIstioInstallationFinalizer is a mock of IstioInstallationFinalizer interface.
func NewMockIstioInstallationFinalizer ¶
func NewMockIstioInstallationFinalizer(ctrl *gomock.Controller) *MockIstioInstallationFinalizer
NewMockIstioInstallationFinalizer creates a new mock instance.
func (*MockIstioInstallationFinalizer) EXPECT ¶
func (m *MockIstioInstallationFinalizer) EXPECT() *MockIstioInstallationFinalizerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioInstallationFinalizer) FinalizeIstioInstallation ¶
func (m *MockIstioInstallationFinalizer) FinalizeIstioInstallation(obj *v1alpha1.IstioInstallation) error
FinalizeIstioInstallation mocks base method.
func (*MockIstioInstallationFinalizer) IstioInstallationFinalizerName ¶
func (m *MockIstioInstallationFinalizer) IstioInstallationFinalizerName() string
IstioInstallationFinalizerName mocks base method.
func (*MockIstioInstallationFinalizer) ReconcileIstioInstallation ¶
func (m *MockIstioInstallationFinalizer) ReconcileIstioInstallation(obj *v1alpha1.IstioInstallation) (reconcile.Result, error)
ReconcileIstioInstallation mocks base method.
type MockIstioInstallationFinalizerMockRecorder ¶
type MockIstioInstallationFinalizerMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioInstallationFinalizerMockRecorder is the mock recorder for MockIstioInstallationFinalizer.
func (*MockIstioInstallationFinalizerMockRecorder) FinalizeIstioInstallation ¶
func (mr *MockIstioInstallationFinalizerMockRecorder) FinalizeIstioInstallation(obj interface{}) *gomock.Call
FinalizeIstioInstallation indicates an expected call of FinalizeIstioInstallation.
func (*MockIstioInstallationFinalizerMockRecorder) IstioInstallationFinalizerName ¶
func (mr *MockIstioInstallationFinalizerMockRecorder) IstioInstallationFinalizerName() *gomock.Call
IstioInstallationFinalizerName indicates an expected call of IstioInstallationFinalizerName.
func (*MockIstioInstallationFinalizerMockRecorder) ReconcileIstioInstallation ¶
func (mr *MockIstioInstallationFinalizerMockRecorder) ReconcileIstioInstallation(obj interface{}) *gomock.Call
ReconcileIstioInstallation indicates an expected call of ReconcileIstioInstallation.
type MockIstioInstallationReconcileLoop ¶
type MockIstioInstallationReconcileLoop struct {
// contains filtered or unexported fields
}
MockIstioInstallationReconcileLoop is a mock of IstioInstallationReconcileLoop interface.
func NewMockIstioInstallationReconcileLoop ¶
func NewMockIstioInstallationReconcileLoop(ctrl *gomock.Controller) *MockIstioInstallationReconcileLoop
NewMockIstioInstallationReconcileLoop creates a new mock instance.
func (*MockIstioInstallationReconcileLoop) EXPECT ¶
func (m *MockIstioInstallationReconcileLoop) EXPECT() *MockIstioInstallationReconcileLoopMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioInstallationReconcileLoop) RunIstioInstallationReconciler ¶
func (m *MockIstioInstallationReconcileLoop) RunIstioInstallationReconciler(ctx context.Context, rec controller.IstioInstallationReconciler, predicates ...predicate.Predicate) error
RunIstioInstallationReconciler mocks base method.
type MockIstioInstallationReconcileLoopMockRecorder ¶
type MockIstioInstallationReconcileLoopMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioInstallationReconcileLoopMockRecorder is the mock recorder for MockIstioInstallationReconcileLoop.
func (*MockIstioInstallationReconcileLoopMockRecorder) RunIstioInstallationReconciler ¶
func (mr *MockIstioInstallationReconcileLoopMockRecorder) RunIstioInstallationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call
RunIstioInstallationReconciler indicates an expected call of RunIstioInstallationReconciler.
type MockIstioInstallationReconciler ¶
type MockIstioInstallationReconciler struct {
// contains filtered or unexported fields
}
MockIstioInstallationReconciler is a mock of IstioInstallationReconciler interface.
func NewMockIstioInstallationReconciler ¶
func NewMockIstioInstallationReconciler(ctrl *gomock.Controller) *MockIstioInstallationReconciler
NewMockIstioInstallationReconciler creates a new mock instance.
func (*MockIstioInstallationReconciler) EXPECT ¶
func (m *MockIstioInstallationReconciler) EXPECT() *MockIstioInstallationReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioInstallationReconciler) ReconcileIstioInstallation ¶
func (m *MockIstioInstallationReconciler) ReconcileIstioInstallation(obj *v1alpha1.IstioInstallation) (reconcile.Result, error)
ReconcileIstioInstallation mocks base method.
type MockIstioInstallationReconcilerMockRecorder ¶
type MockIstioInstallationReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioInstallationReconcilerMockRecorder is the mock recorder for MockIstioInstallationReconciler.
func (*MockIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation ¶
func (mr *MockIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation(obj interface{}) *gomock.Call
ReconcileIstioInstallation indicates an expected call of ReconcileIstioInstallation.
type MockMulticlusterIstioInstallationDeletionReconciler ¶
type MockMulticlusterIstioInstallationDeletionReconciler struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioInstallationDeletionReconciler is a mock of MulticlusterIstioInstallationDeletionReconciler interface.
func NewMockMulticlusterIstioInstallationDeletionReconciler ¶
func NewMockMulticlusterIstioInstallationDeletionReconciler(ctrl *gomock.Controller) *MockMulticlusterIstioInstallationDeletionReconciler
NewMockMulticlusterIstioInstallationDeletionReconciler creates a new mock instance.
func (*MockMulticlusterIstioInstallationDeletionReconciler) EXPECT ¶
func (m *MockMulticlusterIstioInstallationDeletionReconciler) EXPECT() *MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMulticlusterIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion ¶
func (m *MockMulticlusterIstioInstallationDeletionReconciler) ReconcileIstioInstallationDeletion(clusterName string, req reconcile.Request) error
ReconcileIstioInstallationDeletion mocks base method.
type MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder ¶
type MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder is the mock recorder for MockMulticlusterIstioInstallationDeletionReconciler.
func (*MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion ¶
func (mr *MockMulticlusterIstioInstallationDeletionReconcilerMockRecorder) ReconcileIstioInstallationDeletion(clusterName, req interface{}) *gomock.Call
ReconcileIstioInstallationDeletion indicates an expected call of ReconcileIstioInstallationDeletion.
type MockMulticlusterIstioInstallationReconcileLoop ¶
type MockMulticlusterIstioInstallationReconcileLoop struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioInstallationReconcileLoop is a mock of MulticlusterIstioInstallationReconcileLoop interface.
func NewMockMulticlusterIstioInstallationReconcileLoop ¶
func NewMockMulticlusterIstioInstallationReconcileLoop(ctrl *gomock.Controller) *MockMulticlusterIstioInstallationReconcileLoop
NewMockMulticlusterIstioInstallationReconcileLoop creates a new mock instance.
func (*MockMulticlusterIstioInstallationReconcileLoop) AddMulticlusterIstioInstallationReconciler ¶
func (m *MockMulticlusterIstioInstallationReconcileLoop) AddMulticlusterIstioInstallationReconciler(ctx context.Context, rec controller.MulticlusterIstioInstallationReconciler, predicates ...predicate.Predicate)
AddMulticlusterIstioInstallationReconciler mocks base method.
func (*MockMulticlusterIstioInstallationReconcileLoop) EXPECT ¶
func (m *MockMulticlusterIstioInstallationReconcileLoop) EXPECT() *MockMulticlusterIstioInstallationReconcileLoopMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterIstioInstallationReconcileLoopMockRecorder ¶
type MockMulticlusterIstioInstallationReconcileLoopMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioInstallationReconcileLoopMockRecorder is the mock recorder for MockMulticlusterIstioInstallationReconcileLoop.
func (*MockMulticlusterIstioInstallationReconcileLoopMockRecorder) AddMulticlusterIstioInstallationReconciler ¶
func (mr *MockMulticlusterIstioInstallationReconcileLoopMockRecorder) AddMulticlusterIstioInstallationReconciler(ctx, rec interface{}, predicates ...interface{}) *gomock.Call
AddMulticlusterIstioInstallationReconciler indicates an expected call of AddMulticlusterIstioInstallationReconciler.
type MockMulticlusterIstioInstallationReconciler ¶
type MockMulticlusterIstioInstallationReconciler struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioInstallationReconciler is a mock of MulticlusterIstioInstallationReconciler interface.
func NewMockMulticlusterIstioInstallationReconciler ¶
func NewMockMulticlusterIstioInstallationReconciler(ctrl *gomock.Controller) *MockMulticlusterIstioInstallationReconciler
NewMockMulticlusterIstioInstallationReconciler creates a new mock instance.
func (*MockMulticlusterIstioInstallationReconciler) EXPECT ¶
func (m *MockMulticlusterIstioInstallationReconciler) EXPECT() *MockMulticlusterIstioInstallationReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMulticlusterIstioInstallationReconciler) ReconcileIstioInstallation ¶
func (m *MockMulticlusterIstioInstallationReconciler) ReconcileIstioInstallation(clusterName string, obj *v1alpha1.IstioInstallation) (reconcile.Result, error)
ReconcileIstioInstallation mocks base method.
type MockMulticlusterIstioInstallationReconcilerMockRecorder ¶
type MockMulticlusterIstioInstallationReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioInstallationReconcilerMockRecorder is the mock recorder for MockMulticlusterIstioInstallationReconciler.
func (*MockMulticlusterIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation ¶
func (mr *MockMulticlusterIstioInstallationReconcilerMockRecorder) ReconcileIstioInstallation(clusterName, obj interface{}) *gomock.Call
ReconcileIstioInstallation indicates an expected call of ReconcileIstioInstallation.