mock_v1alpha1

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_v1alpha1 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientset

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

MockClientset is a mock of Clientset interface.

func NewMockClientset

func NewMockClientset(ctrl *gomock.Controller) *MockClientset

NewMockClientset creates a new mock instance.

func (*MockClientset) EXPECT

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

func (*MockClientset) IstioOperators

func (m *MockClientset) IstioOperators() v1alpha1.IstioOperatorClient

IstioOperators mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) IstioOperators

func (mr *MockClientsetMockRecorder) IstioOperators() *gomock.Call

IstioOperators indicates an expected call of IstioOperators.

type MockIstioOperatorClient

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

MockIstioOperatorClient is a mock of IstioOperatorClient interface.

func NewMockIstioOperatorClient

func NewMockIstioOperatorClient(ctrl *gomock.Controller) *MockIstioOperatorClient

NewMockIstioOperatorClient creates a new mock instance.

func (*MockIstioOperatorClient) CreateIstioOperator

func (m *MockIstioOperatorClient) CreateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.CreateOption) error

CreateIstioOperator mocks base method.

func (*MockIstioOperatorClient) DeleteAllOfIstioOperator

func (m *MockIstioOperatorClient) DeleteAllOfIstioOperator(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfIstioOperator mocks base method.

func (*MockIstioOperatorClient) DeleteIstioOperator

func (m *MockIstioOperatorClient) DeleteIstioOperator(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteIstioOperator mocks base method.

func (*MockIstioOperatorClient) EXPECT

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

func (*MockIstioOperatorClient) GetIstioOperator

GetIstioOperator mocks base method.

func (*MockIstioOperatorClient) ListIstioOperator

ListIstioOperator mocks base method.

func (*MockIstioOperatorClient) PatchIstioOperator

func (m *MockIstioOperatorClient) PatchIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.PatchOption) error

PatchIstioOperator mocks base method.

func (*MockIstioOperatorClient) PatchIstioOperatorStatus

func (m *MockIstioOperatorClient) PatchIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchIstioOperatorStatus mocks base method.

func (*MockIstioOperatorClient) UpdateIstioOperator

func (m *MockIstioOperatorClient) UpdateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.UpdateOption) error

UpdateIstioOperator mocks base method.

func (*MockIstioOperatorClient) UpdateIstioOperatorStatus

func (m *MockIstioOperatorClient) UpdateIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.SubResourceUpdateOption) error

UpdateIstioOperatorStatus mocks base method.

func (*MockIstioOperatorClient) UpsertIstioOperator

func (m *MockIstioOperatorClient) UpsertIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, transitionFuncs ...v1alpha1.IstioOperatorTransitionFunction) error

UpsertIstioOperator mocks base method.

type MockIstioOperatorClientMockRecorder

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

MockIstioOperatorClientMockRecorder is the mock recorder for MockIstioOperatorClient.

func (*MockIstioOperatorClientMockRecorder) CreateIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) CreateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateIstioOperator indicates an expected call of CreateIstioOperator.

func (*MockIstioOperatorClientMockRecorder) DeleteAllOfIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) DeleteAllOfIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfIstioOperator indicates an expected call of DeleteAllOfIstioOperator.

func (*MockIstioOperatorClientMockRecorder) DeleteIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) DeleteIstioOperator(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteIstioOperator indicates an expected call of DeleteIstioOperator.

func (*MockIstioOperatorClientMockRecorder) GetIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) GetIstioOperator(ctx, key interface{}) *gomock.Call

GetIstioOperator indicates an expected call of GetIstioOperator.

func (*MockIstioOperatorClientMockRecorder) ListIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) ListIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call

ListIstioOperator indicates an expected call of ListIstioOperator.

func (*MockIstioOperatorClientMockRecorder) PatchIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) PatchIstioOperator(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchIstioOperator indicates an expected call of PatchIstioOperator.

func (*MockIstioOperatorClientMockRecorder) PatchIstioOperatorStatus

func (mr *MockIstioOperatorClientMockRecorder) PatchIstioOperatorStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchIstioOperatorStatus indicates an expected call of PatchIstioOperatorStatus.

func (*MockIstioOperatorClientMockRecorder) UpdateIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) UpdateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateIstioOperator indicates an expected call of UpdateIstioOperator.

func (*MockIstioOperatorClientMockRecorder) UpdateIstioOperatorStatus

func (mr *MockIstioOperatorClientMockRecorder) UpdateIstioOperatorStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateIstioOperatorStatus indicates an expected call of UpdateIstioOperatorStatus.

func (*MockIstioOperatorClientMockRecorder) UpsertIstioOperator

func (mr *MockIstioOperatorClientMockRecorder) UpsertIstioOperator(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertIstioOperator indicates an expected call of UpsertIstioOperator.

type MockIstioOperatorReader

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

MockIstioOperatorReader is a mock of IstioOperatorReader interface.

func NewMockIstioOperatorReader

func NewMockIstioOperatorReader(ctrl *gomock.Controller) *MockIstioOperatorReader

NewMockIstioOperatorReader creates a new mock instance.

func (*MockIstioOperatorReader) EXPECT

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

func (*MockIstioOperatorReader) GetIstioOperator

GetIstioOperator mocks base method.

func (*MockIstioOperatorReader) ListIstioOperator

ListIstioOperator mocks base method.

type MockIstioOperatorReaderMockRecorder

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

MockIstioOperatorReaderMockRecorder is the mock recorder for MockIstioOperatorReader.

func (*MockIstioOperatorReaderMockRecorder) GetIstioOperator

func (mr *MockIstioOperatorReaderMockRecorder) GetIstioOperator(ctx, key interface{}) *gomock.Call

GetIstioOperator indicates an expected call of GetIstioOperator.

func (*MockIstioOperatorReaderMockRecorder) ListIstioOperator

func (mr *MockIstioOperatorReaderMockRecorder) ListIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call

ListIstioOperator indicates an expected call of ListIstioOperator.

type MockIstioOperatorStatusWriter

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

MockIstioOperatorStatusWriter is a mock of IstioOperatorStatusWriter interface.

func NewMockIstioOperatorStatusWriter

func NewMockIstioOperatorStatusWriter(ctrl *gomock.Controller) *MockIstioOperatorStatusWriter

NewMockIstioOperatorStatusWriter creates a new mock instance.

func (*MockIstioOperatorStatusWriter) EXPECT

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

func (*MockIstioOperatorStatusWriter) PatchIstioOperatorStatus

func (m *MockIstioOperatorStatusWriter) PatchIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchIstioOperatorStatus mocks base method.

func (*MockIstioOperatorStatusWriter) UpdateIstioOperatorStatus

UpdateIstioOperatorStatus mocks base method.

type MockIstioOperatorStatusWriterMockRecorder

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

MockIstioOperatorStatusWriterMockRecorder is the mock recorder for MockIstioOperatorStatusWriter.

func (*MockIstioOperatorStatusWriterMockRecorder) PatchIstioOperatorStatus

func (mr *MockIstioOperatorStatusWriterMockRecorder) PatchIstioOperatorStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchIstioOperatorStatus indicates an expected call of PatchIstioOperatorStatus.

func (*MockIstioOperatorStatusWriterMockRecorder) UpdateIstioOperatorStatus

func (mr *MockIstioOperatorStatusWriterMockRecorder) UpdateIstioOperatorStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateIstioOperatorStatus indicates an expected call of UpdateIstioOperatorStatus.

type MockIstioOperatorWriter

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

MockIstioOperatorWriter is a mock of IstioOperatorWriter interface.

func NewMockIstioOperatorWriter

func NewMockIstioOperatorWriter(ctrl *gomock.Controller) *MockIstioOperatorWriter

NewMockIstioOperatorWriter creates a new mock instance.

func (*MockIstioOperatorWriter) CreateIstioOperator

func (m *MockIstioOperatorWriter) CreateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.CreateOption) error

CreateIstioOperator mocks base method.

func (*MockIstioOperatorWriter) DeleteAllOfIstioOperator

func (m *MockIstioOperatorWriter) DeleteAllOfIstioOperator(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfIstioOperator mocks base method.

func (*MockIstioOperatorWriter) DeleteIstioOperator

func (m *MockIstioOperatorWriter) DeleteIstioOperator(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteIstioOperator mocks base method.

func (*MockIstioOperatorWriter) EXPECT

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

func (*MockIstioOperatorWriter) PatchIstioOperator

func (m *MockIstioOperatorWriter) PatchIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.PatchOption) error

PatchIstioOperator mocks base method.

func (*MockIstioOperatorWriter) UpdateIstioOperator

func (m *MockIstioOperatorWriter) UpdateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.UpdateOption) error

UpdateIstioOperator mocks base method.

func (*MockIstioOperatorWriter) UpsertIstioOperator

func (m *MockIstioOperatorWriter) UpsertIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, transitionFuncs ...v1alpha1.IstioOperatorTransitionFunction) error

UpsertIstioOperator mocks base method.

type MockIstioOperatorWriterMockRecorder

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

MockIstioOperatorWriterMockRecorder is the mock recorder for MockIstioOperatorWriter.

func (*MockIstioOperatorWriterMockRecorder) CreateIstioOperator

func (mr *MockIstioOperatorWriterMockRecorder) CreateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateIstioOperator indicates an expected call of CreateIstioOperator.

func (*MockIstioOperatorWriterMockRecorder) DeleteAllOfIstioOperator

func (mr *MockIstioOperatorWriterMockRecorder) DeleteAllOfIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfIstioOperator indicates an expected call of DeleteAllOfIstioOperator.

func (*MockIstioOperatorWriterMockRecorder) DeleteIstioOperator

func (mr *MockIstioOperatorWriterMockRecorder) DeleteIstioOperator(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteIstioOperator indicates an expected call of DeleteIstioOperator.

func (*MockIstioOperatorWriterMockRecorder) PatchIstioOperator

func (mr *MockIstioOperatorWriterMockRecorder) PatchIstioOperator(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchIstioOperator indicates an expected call of PatchIstioOperator.

func (*MockIstioOperatorWriterMockRecorder) UpdateIstioOperator

func (mr *MockIstioOperatorWriterMockRecorder) UpdateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateIstioOperator indicates an expected call of UpdateIstioOperator.

func (*MockIstioOperatorWriterMockRecorder) UpsertIstioOperator

func (mr *MockIstioOperatorWriterMockRecorder) UpsertIstioOperator(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertIstioOperator indicates an expected call of UpsertIstioOperator.

type MockMulticlusterClientset

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

MockMulticlusterClientset is a mock of MulticlusterClientset interface.

func NewMockMulticlusterClientset

func NewMockMulticlusterClientset(ctrl *gomock.Controller) *MockMulticlusterClientset

NewMockMulticlusterClientset creates a new mock instance.

func (*MockMulticlusterClientset) Cluster

func (m *MockMulticlusterClientset) Cluster(cluster string) (v1alpha1.Clientset, error)

Cluster mocks base method.

func (*MockMulticlusterClientset) EXPECT

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

type MockMulticlusterClientsetMockRecorder

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

MockMulticlusterClientsetMockRecorder is the mock recorder for MockMulticlusterClientset.

func (*MockMulticlusterClientsetMockRecorder) Cluster

func (mr *MockMulticlusterClientsetMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

type MockMulticlusterIstioOperatorClient

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

MockMulticlusterIstioOperatorClient is a mock of MulticlusterIstioOperatorClient interface.

func NewMockMulticlusterIstioOperatorClient

func NewMockMulticlusterIstioOperatorClient(ctrl *gomock.Controller) *MockMulticlusterIstioOperatorClient

NewMockMulticlusterIstioOperatorClient creates a new mock instance.

func (*MockMulticlusterIstioOperatorClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterIstioOperatorClient) EXPECT

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

type MockMulticlusterIstioOperatorClientMockRecorder

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

MockMulticlusterIstioOperatorClientMockRecorder is the mock recorder for MockMulticlusterIstioOperatorClient.

func (*MockMulticlusterIstioOperatorClientMockRecorder) Cluster

func (mr *MockMulticlusterIstioOperatorClientMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

Jump to

Keyboard shortcuts

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