mock_v1alpha2

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_v1alpha2 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) ServiceProfiles

func (m *MockClientset) ServiceProfiles() v1alpha20.ServiceProfileClient

ServiceProfiles mocks base method

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset

func (*MockClientsetMockRecorder) ServiceProfiles

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

ServiceProfiles indicates an expected call of ServiceProfiles

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) (v1alpha20.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 MockMulticlusterServiceProfileClient

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

MockMulticlusterServiceProfileClient is a mock of MulticlusterServiceProfileClient interface

func NewMockMulticlusterServiceProfileClient

func NewMockMulticlusterServiceProfileClient(ctrl *gomock.Controller) *MockMulticlusterServiceProfileClient

NewMockMulticlusterServiceProfileClient creates a new mock instance

func (*MockMulticlusterServiceProfileClient) Cluster

Cluster mocks base method

func (*MockMulticlusterServiceProfileClient) EXPECT

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

type MockMulticlusterServiceProfileClientMockRecorder

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

MockMulticlusterServiceProfileClientMockRecorder is the mock recorder for MockMulticlusterServiceProfileClient

func (*MockMulticlusterServiceProfileClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster

type MockServiceProfileClient

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

MockServiceProfileClient is a mock of ServiceProfileClient interface

func NewMockServiceProfileClient

func NewMockServiceProfileClient(ctrl *gomock.Controller) *MockServiceProfileClient

NewMockServiceProfileClient creates a new mock instance

func (*MockServiceProfileClient) CreateServiceProfile

func (m *MockServiceProfileClient) CreateServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, opts ...client.CreateOption) error

CreateServiceProfile mocks base method

func (*MockServiceProfileClient) DeleteAllOfServiceProfile

func (m *MockServiceProfileClient) DeleteAllOfServiceProfile(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfServiceProfile mocks base method

func (*MockServiceProfileClient) DeleteServiceProfile

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

DeleteServiceProfile mocks base method

func (*MockServiceProfileClient) EXPECT

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

func (*MockServiceProfileClient) GetServiceProfile

GetServiceProfile mocks base method

func (*MockServiceProfileClient) ListServiceProfile

ListServiceProfile mocks base method

func (*MockServiceProfileClient) PatchServiceProfile

func (m *MockServiceProfileClient) PatchServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, patch client.Patch, opts ...client.PatchOption) error

PatchServiceProfile mocks base method

func (*MockServiceProfileClient) PatchServiceProfileStatus

func (m *MockServiceProfileClient) PatchServiceProfileStatus(ctx context.Context, obj *v1alpha2.ServiceProfile, patch client.Patch, opts ...client.PatchOption) error

PatchServiceProfileStatus mocks base method

func (*MockServiceProfileClient) UpdateServiceProfile

func (m *MockServiceProfileClient) UpdateServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, opts ...client.UpdateOption) error

UpdateServiceProfile mocks base method

func (*MockServiceProfileClient) UpdateServiceProfileStatus

func (m *MockServiceProfileClient) UpdateServiceProfileStatus(ctx context.Context, obj *v1alpha2.ServiceProfile, opts ...client.UpdateOption) error

UpdateServiceProfileStatus mocks base method

func (*MockServiceProfileClient) UpsertServiceProfile

func (m *MockServiceProfileClient) UpsertServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, transitionFuncs ...v1alpha20.ServiceProfileTransitionFunction) error

UpsertServiceProfile mocks base method

type MockServiceProfileClientMockRecorder

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

MockServiceProfileClientMockRecorder is the mock recorder for MockServiceProfileClient

func (*MockServiceProfileClientMockRecorder) CreateServiceProfile

func (mr *MockServiceProfileClientMockRecorder) CreateServiceProfile(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateServiceProfile indicates an expected call of CreateServiceProfile

func (*MockServiceProfileClientMockRecorder) DeleteAllOfServiceProfile

func (mr *MockServiceProfileClientMockRecorder) DeleteAllOfServiceProfile(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfServiceProfile indicates an expected call of DeleteAllOfServiceProfile

func (*MockServiceProfileClientMockRecorder) DeleteServiceProfile

func (mr *MockServiceProfileClientMockRecorder) DeleteServiceProfile(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteServiceProfile indicates an expected call of DeleteServiceProfile

func (*MockServiceProfileClientMockRecorder) GetServiceProfile

func (mr *MockServiceProfileClientMockRecorder) GetServiceProfile(ctx, key interface{}) *gomock.Call

GetServiceProfile indicates an expected call of GetServiceProfile

func (*MockServiceProfileClientMockRecorder) ListServiceProfile

func (mr *MockServiceProfileClientMockRecorder) ListServiceProfile(ctx interface{}, opts ...interface{}) *gomock.Call

ListServiceProfile indicates an expected call of ListServiceProfile

func (*MockServiceProfileClientMockRecorder) PatchServiceProfile

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

PatchServiceProfile indicates an expected call of PatchServiceProfile

func (*MockServiceProfileClientMockRecorder) PatchServiceProfileStatus

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

PatchServiceProfileStatus indicates an expected call of PatchServiceProfileStatus

func (*MockServiceProfileClientMockRecorder) UpdateServiceProfile

func (mr *MockServiceProfileClientMockRecorder) UpdateServiceProfile(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceProfile indicates an expected call of UpdateServiceProfile

func (*MockServiceProfileClientMockRecorder) UpdateServiceProfileStatus

func (mr *MockServiceProfileClientMockRecorder) UpdateServiceProfileStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceProfileStatus indicates an expected call of UpdateServiceProfileStatus

func (*MockServiceProfileClientMockRecorder) UpsertServiceProfile

func (mr *MockServiceProfileClientMockRecorder) UpsertServiceProfile(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertServiceProfile indicates an expected call of UpsertServiceProfile

type MockServiceProfileReader

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

MockServiceProfileReader is a mock of ServiceProfileReader interface

func NewMockServiceProfileReader

func NewMockServiceProfileReader(ctrl *gomock.Controller) *MockServiceProfileReader

NewMockServiceProfileReader creates a new mock instance

func (*MockServiceProfileReader) EXPECT

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

func (*MockServiceProfileReader) GetServiceProfile

GetServiceProfile mocks base method

func (*MockServiceProfileReader) ListServiceProfile

ListServiceProfile mocks base method

type MockServiceProfileReaderMockRecorder

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

MockServiceProfileReaderMockRecorder is the mock recorder for MockServiceProfileReader

func (*MockServiceProfileReaderMockRecorder) GetServiceProfile

func (mr *MockServiceProfileReaderMockRecorder) GetServiceProfile(ctx, key interface{}) *gomock.Call

GetServiceProfile indicates an expected call of GetServiceProfile

func (*MockServiceProfileReaderMockRecorder) ListServiceProfile

func (mr *MockServiceProfileReaderMockRecorder) ListServiceProfile(ctx interface{}, opts ...interface{}) *gomock.Call

ListServiceProfile indicates an expected call of ListServiceProfile

type MockServiceProfileStatusWriter

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

MockServiceProfileStatusWriter is a mock of ServiceProfileStatusWriter interface

func NewMockServiceProfileStatusWriter

func NewMockServiceProfileStatusWriter(ctrl *gomock.Controller) *MockServiceProfileStatusWriter

NewMockServiceProfileStatusWriter creates a new mock instance

func (*MockServiceProfileStatusWriter) EXPECT

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

func (*MockServiceProfileStatusWriter) PatchServiceProfileStatus

func (m *MockServiceProfileStatusWriter) PatchServiceProfileStatus(ctx context.Context, obj *v1alpha2.ServiceProfile, patch client.Patch, opts ...client.PatchOption) error

PatchServiceProfileStatus mocks base method

func (*MockServiceProfileStatusWriter) UpdateServiceProfileStatus

func (m *MockServiceProfileStatusWriter) UpdateServiceProfileStatus(ctx context.Context, obj *v1alpha2.ServiceProfile, opts ...client.UpdateOption) error

UpdateServiceProfileStatus mocks base method

type MockServiceProfileStatusWriterMockRecorder

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

MockServiceProfileStatusWriterMockRecorder is the mock recorder for MockServiceProfileStatusWriter

func (*MockServiceProfileStatusWriterMockRecorder) PatchServiceProfileStatus

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

PatchServiceProfileStatus indicates an expected call of PatchServiceProfileStatus

func (*MockServiceProfileStatusWriterMockRecorder) UpdateServiceProfileStatus

func (mr *MockServiceProfileStatusWriterMockRecorder) UpdateServiceProfileStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceProfileStatus indicates an expected call of UpdateServiceProfileStatus

type MockServiceProfileWriter

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

MockServiceProfileWriter is a mock of ServiceProfileWriter interface

func NewMockServiceProfileWriter

func NewMockServiceProfileWriter(ctrl *gomock.Controller) *MockServiceProfileWriter

NewMockServiceProfileWriter creates a new mock instance

func (*MockServiceProfileWriter) CreateServiceProfile

func (m *MockServiceProfileWriter) CreateServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, opts ...client.CreateOption) error

CreateServiceProfile mocks base method

func (*MockServiceProfileWriter) DeleteAllOfServiceProfile

func (m *MockServiceProfileWriter) DeleteAllOfServiceProfile(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfServiceProfile mocks base method

func (*MockServiceProfileWriter) DeleteServiceProfile

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

DeleteServiceProfile mocks base method

func (*MockServiceProfileWriter) EXPECT

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

func (*MockServiceProfileWriter) PatchServiceProfile

func (m *MockServiceProfileWriter) PatchServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, patch client.Patch, opts ...client.PatchOption) error

PatchServiceProfile mocks base method

func (*MockServiceProfileWriter) UpdateServiceProfile

func (m *MockServiceProfileWriter) UpdateServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, opts ...client.UpdateOption) error

UpdateServiceProfile mocks base method

func (*MockServiceProfileWriter) UpsertServiceProfile

func (m *MockServiceProfileWriter) UpsertServiceProfile(ctx context.Context, obj *v1alpha2.ServiceProfile, transitionFuncs ...v1alpha20.ServiceProfileTransitionFunction) error

UpsertServiceProfile mocks base method

type MockServiceProfileWriterMockRecorder

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

MockServiceProfileWriterMockRecorder is the mock recorder for MockServiceProfileWriter

func (*MockServiceProfileWriterMockRecorder) CreateServiceProfile

func (mr *MockServiceProfileWriterMockRecorder) CreateServiceProfile(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateServiceProfile indicates an expected call of CreateServiceProfile

func (*MockServiceProfileWriterMockRecorder) DeleteAllOfServiceProfile

func (mr *MockServiceProfileWriterMockRecorder) DeleteAllOfServiceProfile(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfServiceProfile indicates an expected call of DeleteAllOfServiceProfile

func (*MockServiceProfileWriterMockRecorder) DeleteServiceProfile

func (mr *MockServiceProfileWriterMockRecorder) DeleteServiceProfile(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteServiceProfile indicates an expected call of DeleteServiceProfile

func (*MockServiceProfileWriterMockRecorder) PatchServiceProfile

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

PatchServiceProfile indicates an expected call of PatchServiceProfile

func (*MockServiceProfileWriterMockRecorder) UpdateServiceProfile

func (mr *MockServiceProfileWriterMockRecorder) UpdateServiceProfile(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceProfile indicates an expected call of UpdateServiceProfile

func (*MockServiceProfileWriterMockRecorder) UpsertServiceProfile

func (mr *MockServiceProfileWriterMockRecorder) UpsertServiceProfile(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertServiceProfile indicates an expected call of UpsertServiceProfile

Jump to

Keyboard shortcuts

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