mock_v1alpha1

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2020 License: Apache-2.0 Imports: 5 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) WasmDeployments

func (m *MockClientset) WasmDeployments() v1alpha1.WasmDeploymentClient

WasmDeployments mocks base method

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset

func (*MockClientsetMockRecorder) WasmDeployments

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

WasmDeployments indicates an expected call of WasmDeployments

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 MockMulticlusterWasmDeploymentClient

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

MockMulticlusterWasmDeploymentClient is a mock of MulticlusterWasmDeploymentClient interface

func NewMockMulticlusterWasmDeploymentClient

func NewMockMulticlusterWasmDeploymentClient(ctrl *gomock.Controller) *MockMulticlusterWasmDeploymentClient

NewMockMulticlusterWasmDeploymentClient creates a new mock instance

func (*MockMulticlusterWasmDeploymentClient) Cluster

Cluster mocks base method

func (*MockMulticlusterWasmDeploymentClient) EXPECT

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

type MockMulticlusterWasmDeploymentClientMockRecorder

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

MockMulticlusterWasmDeploymentClientMockRecorder is the mock recorder for MockMulticlusterWasmDeploymentClient

func (*MockMulticlusterWasmDeploymentClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster

type MockWasmDeploymentClient

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

MockWasmDeploymentClient is a mock of WasmDeploymentClient interface

func NewMockWasmDeploymentClient

func NewMockWasmDeploymentClient(ctrl *gomock.Controller) *MockWasmDeploymentClient

NewMockWasmDeploymentClient creates a new mock instance

func (*MockWasmDeploymentClient) CreateWasmDeployment

func (m *MockWasmDeploymentClient) CreateWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, opts ...client.CreateOption) error

CreateWasmDeployment mocks base method

func (*MockWasmDeploymentClient) DeleteAllOfWasmDeployment

func (m *MockWasmDeploymentClient) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWasmDeployment mocks base method

func (*MockWasmDeploymentClient) DeleteWasmDeployment

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

DeleteWasmDeployment mocks base method

func (*MockWasmDeploymentClient) EXPECT

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

func (*MockWasmDeploymentClient) GetWasmDeployment

GetWasmDeployment mocks base method

func (*MockWasmDeploymentClient) ListWasmDeployment

ListWasmDeployment mocks base method

func (*MockWasmDeploymentClient) PatchWasmDeployment

func (m *MockWasmDeploymentClient) PatchWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeployment mocks base method

func (*MockWasmDeploymentClient) PatchWasmDeploymentStatus

func (m *MockWasmDeploymentClient) PatchWasmDeploymentStatus(ctx context.Context, obj *v1alpha1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeploymentStatus mocks base method

func (*MockWasmDeploymentClient) UpdateWasmDeployment

func (m *MockWasmDeploymentClient) UpdateWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeployment mocks base method

func (*MockWasmDeploymentClient) UpdateWasmDeploymentStatus

func (m *MockWasmDeploymentClient) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1alpha1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeploymentStatus mocks base method

func (*MockWasmDeploymentClient) UpsertWasmDeployment

func (m *MockWasmDeploymentClient) UpsertWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, transitionFuncs ...v1alpha1.WasmDeploymentTransitionFunction) error

UpsertWasmDeployment mocks base method

type MockWasmDeploymentClientMockRecorder

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

MockWasmDeploymentClientMockRecorder is the mock recorder for MockWasmDeploymentClient

func (*MockWasmDeploymentClientMockRecorder) CreateWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWasmDeployment indicates an expected call of CreateWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWasmDeployment indicates an expected call of DeleteAllOfWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) GetWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call

GetWasmDeployment indicates an expected call of GetWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) ListWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

ListWasmDeployment indicates an expected call of ListWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) PatchWasmDeployment

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

PatchWasmDeployment indicates an expected call of PatchWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) PatchWasmDeploymentStatus

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

PatchWasmDeploymentStatus indicates an expected call of PatchWasmDeploymentStatus

func (*MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment

func (*MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus

func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeploymentStatus indicates an expected call of UpdateWasmDeploymentStatus

func (*MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWasmDeployment indicates an expected call of UpsertWasmDeployment

type MockWasmDeploymentReader

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

MockWasmDeploymentReader is a mock of WasmDeploymentReader interface

func NewMockWasmDeploymentReader

func NewMockWasmDeploymentReader(ctrl *gomock.Controller) *MockWasmDeploymentReader

NewMockWasmDeploymentReader creates a new mock instance

func (*MockWasmDeploymentReader) EXPECT

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

func (*MockWasmDeploymentReader) GetWasmDeployment

GetWasmDeployment mocks base method

func (*MockWasmDeploymentReader) ListWasmDeployment

ListWasmDeployment mocks base method

type MockWasmDeploymentReaderMockRecorder

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

MockWasmDeploymentReaderMockRecorder is the mock recorder for MockWasmDeploymentReader

func (*MockWasmDeploymentReaderMockRecorder) GetWasmDeployment

func (mr *MockWasmDeploymentReaderMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call

GetWasmDeployment indicates an expected call of GetWasmDeployment

func (*MockWasmDeploymentReaderMockRecorder) ListWasmDeployment

func (mr *MockWasmDeploymentReaderMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

ListWasmDeployment indicates an expected call of ListWasmDeployment

type MockWasmDeploymentStatusWriter

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

MockWasmDeploymentStatusWriter is a mock of WasmDeploymentStatusWriter interface

func NewMockWasmDeploymentStatusWriter

func NewMockWasmDeploymentStatusWriter(ctrl *gomock.Controller) *MockWasmDeploymentStatusWriter

NewMockWasmDeploymentStatusWriter creates a new mock instance

func (*MockWasmDeploymentStatusWriter) EXPECT

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

func (*MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus

func (m *MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus(ctx context.Context, obj *v1alpha1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeploymentStatus mocks base method

func (*MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus

func (m *MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1alpha1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeploymentStatus mocks base method

type MockWasmDeploymentStatusWriterMockRecorder

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

MockWasmDeploymentStatusWriterMockRecorder is the mock recorder for MockWasmDeploymentStatusWriter

func (*MockWasmDeploymentStatusWriterMockRecorder) PatchWasmDeploymentStatus

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

PatchWasmDeploymentStatus indicates an expected call of PatchWasmDeploymentStatus

func (*MockWasmDeploymentStatusWriterMockRecorder) UpdateWasmDeploymentStatus

func (mr *MockWasmDeploymentStatusWriterMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeploymentStatus indicates an expected call of UpdateWasmDeploymentStatus

type MockWasmDeploymentWriter

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

MockWasmDeploymentWriter is a mock of WasmDeploymentWriter interface

func NewMockWasmDeploymentWriter

func NewMockWasmDeploymentWriter(ctrl *gomock.Controller) *MockWasmDeploymentWriter

NewMockWasmDeploymentWriter creates a new mock instance

func (*MockWasmDeploymentWriter) CreateWasmDeployment

func (m *MockWasmDeploymentWriter) CreateWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, opts ...client.CreateOption) error

CreateWasmDeployment mocks base method

func (*MockWasmDeploymentWriter) DeleteAllOfWasmDeployment

func (m *MockWasmDeploymentWriter) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWasmDeployment mocks base method

func (*MockWasmDeploymentWriter) DeleteWasmDeployment

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

DeleteWasmDeployment mocks base method

func (*MockWasmDeploymentWriter) EXPECT

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

func (*MockWasmDeploymentWriter) PatchWasmDeployment

func (m *MockWasmDeploymentWriter) PatchWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeployment mocks base method

func (*MockWasmDeploymentWriter) UpdateWasmDeployment

func (m *MockWasmDeploymentWriter) UpdateWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeployment mocks base method

func (*MockWasmDeploymentWriter) UpsertWasmDeployment

func (m *MockWasmDeploymentWriter) UpsertWasmDeployment(ctx context.Context, obj *v1alpha1.WasmDeployment, transitionFuncs ...v1alpha1.WasmDeploymentTransitionFunction) error

UpsertWasmDeployment mocks base method

type MockWasmDeploymentWriterMockRecorder

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

MockWasmDeploymentWriterMockRecorder is the mock recorder for MockWasmDeploymentWriter

func (*MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWasmDeployment indicates an expected call of CreateWasmDeployment

func (*MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWasmDeployment indicates an expected call of DeleteAllOfWasmDeployment

func (*MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment

func (*MockWasmDeploymentWriterMockRecorder) PatchWasmDeployment

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

PatchWasmDeployment indicates an expected call of PatchWasmDeployment

func (*MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment

func (*MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWasmDeployment indicates an expected call of UpsertWasmDeployment

Jump to

Keyboard shortcuts

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