mock_v1alpha1

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 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) WasmPlugins

func (m *MockClientset) WasmPlugins() v1alpha1.WasmPluginClient

WasmPlugins mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) WasmPlugins

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

WasmPlugins indicates an expected call of WasmPlugins.

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 MockMulticlusterWasmPluginClient

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

MockMulticlusterWasmPluginClient is a mock of MulticlusterWasmPluginClient interface.

func NewMockMulticlusterWasmPluginClient

func NewMockMulticlusterWasmPluginClient(ctrl *gomock.Controller) *MockMulticlusterWasmPluginClient

NewMockMulticlusterWasmPluginClient creates a new mock instance.

func (*MockMulticlusterWasmPluginClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterWasmPluginClient) EXPECT

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

type MockMulticlusterWasmPluginClientMockRecorder

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

MockMulticlusterWasmPluginClientMockRecorder is the mock recorder for MockMulticlusterWasmPluginClient.

func (*MockMulticlusterWasmPluginClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockWasmPluginClient

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

MockWasmPluginClient is a mock of WasmPluginClient interface.

func NewMockWasmPluginClient

func NewMockWasmPluginClient(ctrl *gomock.Controller) *MockWasmPluginClient

NewMockWasmPluginClient creates a new mock instance.

func (*MockWasmPluginClient) CreateWasmPlugin

func (m *MockWasmPluginClient) CreateWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, opts ...client.CreateOption) error

CreateWasmPlugin mocks base method.

func (*MockWasmPluginClient) DeleteAllOfWasmPlugin

func (m *MockWasmPluginClient) DeleteAllOfWasmPlugin(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWasmPlugin mocks base method.

func (*MockWasmPluginClient) DeleteWasmPlugin

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

DeleteWasmPlugin mocks base method.

func (*MockWasmPluginClient) EXPECT

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

func (*MockWasmPluginClient) GetWasmPlugin

GetWasmPlugin mocks base method.

func (*MockWasmPluginClient) ListWasmPlugin

func (m *MockWasmPluginClient) ListWasmPlugin(ctx context.Context, opts ...client.ListOption) (*v1alpha10.WasmPluginList, error)

ListWasmPlugin mocks base method.

func (*MockWasmPluginClient) PatchWasmPlugin

func (m *MockWasmPluginClient) PatchWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, patch client.Patch, opts ...client.PatchOption) error

PatchWasmPlugin mocks base method.

func (*MockWasmPluginClient) PatchWasmPluginStatus

func (m *MockWasmPluginClient) PatchWasmPluginStatus(ctx context.Context, obj *v1alpha10.WasmPlugin, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchWasmPluginStatus mocks base method.

func (*MockWasmPluginClient) UpdateWasmPlugin

func (m *MockWasmPluginClient) UpdateWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, opts ...client.UpdateOption) error

UpdateWasmPlugin mocks base method.

func (*MockWasmPluginClient) UpdateWasmPluginStatus

func (m *MockWasmPluginClient) UpdateWasmPluginStatus(ctx context.Context, obj *v1alpha10.WasmPlugin, opts ...client.SubResourceUpdateOption) error

UpdateWasmPluginStatus mocks base method.

func (*MockWasmPluginClient) UpsertWasmPlugin

func (m *MockWasmPluginClient) UpsertWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, transitionFuncs ...v1alpha1.WasmPluginTransitionFunction) error

UpsertWasmPlugin mocks base method.

type MockWasmPluginClientMockRecorder

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

MockWasmPluginClientMockRecorder is the mock recorder for MockWasmPluginClient.

func (*MockWasmPluginClientMockRecorder) CreateWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) CreateWasmPlugin(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWasmPlugin indicates an expected call of CreateWasmPlugin.

func (*MockWasmPluginClientMockRecorder) DeleteAllOfWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) DeleteAllOfWasmPlugin(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWasmPlugin indicates an expected call of DeleteAllOfWasmPlugin.

func (*MockWasmPluginClientMockRecorder) DeleteWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) DeleteWasmPlugin(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWasmPlugin indicates an expected call of DeleteWasmPlugin.

func (*MockWasmPluginClientMockRecorder) GetWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) GetWasmPlugin(ctx, key interface{}) *gomock.Call

GetWasmPlugin indicates an expected call of GetWasmPlugin.

func (*MockWasmPluginClientMockRecorder) ListWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) ListWasmPlugin(ctx interface{}, opts ...interface{}) *gomock.Call

ListWasmPlugin indicates an expected call of ListWasmPlugin.

func (*MockWasmPluginClientMockRecorder) PatchWasmPlugin

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

PatchWasmPlugin indicates an expected call of PatchWasmPlugin.

func (*MockWasmPluginClientMockRecorder) PatchWasmPluginStatus

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

PatchWasmPluginStatus indicates an expected call of PatchWasmPluginStatus.

func (*MockWasmPluginClientMockRecorder) UpdateWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) UpdateWasmPlugin(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmPlugin indicates an expected call of UpdateWasmPlugin.

func (*MockWasmPluginClientMockRecorder) UpdateWasmPluginStatus

func (mr *MockWasmPluginClientMockRecorder) UpdateWasmPluginStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmPluginStatus indicates an expected call of UpdateWasmPluginStatus.

func (*MockWasmPluginClientMockRecorder) UpsertWasmPlugin

func (mr *MockWasmPluginClientMockRecorder) UpsertWasmPlugin(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWasmPlugin indicates an expected call of UpsertWasmPlugin.

type MockWasmPluginReader

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

MockWasmPluginReader is a mock of WasmPluginReader interface.

func NewMockWasmPluginReader

func NewMockWasmPluginReader(ctrl *gomock.Controller) *MockWasmPluginReader

NewMockWasmPluginReader creates a new mock instance.

func (*MockWasmPluginReader) EXPECT

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

func (*MockWasmPluginReader) GetWasmPlugin

GetWasmPlugin mocks base method.

func (*MockWasmPluginReader) ListWasmPlugin

func (m *MockWasmPluginReader) ListWasmPlugin(ctx context.Context, opts ...client.ListOption) (*v1alpha10.WasmPluginList, error)

ListWasmPlugin mocks base method.

type MockWasmPluginReaderMockRecorder

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

MockWasmPluginReaderMockRecorder is the mock recorder for MockWasmPluginReader.

func (*MockWasmPluginReaderMockRecorder) GetWasmPlugin

func (mr *MockWasmPluginReaderMockRecorder) GetWasmPlugin(ctx, key interface{}) *gomock.Call

GetWasmPlugin indicates an expected call of GetWasmPlugin.

func (*MockWasmPluginReaderMockRecorder) ListWasmPlugin

func (mr *MockWasmPluginReaderMockRecorder) ListWasmPlugin(ctx interface{}, opts ...interface{}) *gomock.Call

ListWasmPlugin indicates an expected call of ListWasmPlugin.

type MockWasmPluginStatusWriter

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

MockWasmPluginStatusWriter is a mock of WasmPluginStatusWriter interface.

func NewMockWasmPluginStatusWriter

func NewMockWasmPluginStatusWriter(ctrl *gomock.Controller) *MockWasmPluginStatusWriter

NewMockWasmPluginStatusWriter creates a new mock instance.

func (*MockWasmPluginStatusWriter) EXPECT

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

func (*MockWasmPluginStatusWriter) PatchWasmPluginStatus

func (m *MockWasmPluginStatusWriter) PatchWasmPluginStatus(ctx context.Context, obj *v1alpha10.WasmPlugin, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchWasmPluginStatus mocks base method.

func (*MockWasmPluginStatusWriter) UpdateWasmPluginStatus

func (m *MockWasmPluginStatusWriter) UpdateWasmPluginStatus(ctx context.Context, obj *v1alpha10.WasmPlugin, opts ...client.SubResourceUpdateOption) error

UpdateWasmPluginStatus mocks base method.

type MockWasmPluginStatusWriterMockRecorder

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

MockWasmPluginStatusWriterMockRecorder is the mock recorder for MockWasmPluginStatusWriter.

func (*MockWasmPluginStatusWriterMockRecorder) PatchWasmPluginStatus

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

PatchWasmPluginStatus indicates an expected call of PatchWasmPluginStatus.

func (*MockWasmPluginStatusWriterMockRecorder) UpdateWasmPluginStatus

func (mr *MockWasmPluginStatusWriterMockRecorder) UpdateWasmPluginStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmPluginStatus indicates an expected call of UpdateWasmPluginStatus.

type MockWasmPluginWriter

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

MockWasmPluginWriter is a mock of WasmPluginWriter interface.

func NewMockWasmPluginWriter

func NewMockWasmPluginWriter(ctrl *gomock.Controller) *MockWasmPluginWriter

NewMockWasmPluginWriter creates a new mock instance.

func (*MockWasmPluginWriter) CreateWasmPlugin

func (m *MockWasmPluginWriter) CreateWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, opts ...client.CreateOption) error

CreateWasmPlugin mocks base method.

func (*MockWasmPluginWriter) DeleteAllOfWasmPlugin

func (m *MockWasmPluginWriter) DeleteAllOfWasmPlugin(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWasmPlugin mocks base method.

func (*MockWasmPluginWriter) DeleteWasmPlugin

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

DeleteWasmPlugin mocks base method.

func (*MockWasmPluginWriter) EXPECT

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

func (*MockWasmPluginWriter) PatchWasmPlugin

func (m *MockWasmPluginWriter) PatchWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, patch client.Patch, opts ...client.PatchOption) error

PatchWasmPlugin mocks base method.

func (*MockWasmPluginWriter) UpdateWasmPlugin

func (m *MockWasmPluginWriter) UpdateWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, opts ...client.UpdateOption) error

UpdateWasmPlugin mocks base method.

func (*MockWasmPluginWriter) UpsertWasmPlugin

func (m *MockWasmPluginWriter) UpsertWasmPlugin(ctx context.Context, obj *v1alpha10.WasmPlugin, transitionFuncs ...v1alpha1.WasmPluginTransitionFunction) error

UpsertWasmPlugin mocks base method.

type MockWasmPluginWriterMockRecorder

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

MockWasmPluginWriterMockRecorder is the mock recorder for MockWasmPluginWriter.

func (*MockWasmPluginWriterMockRecorder) CreateWasmPlugin

func (mr *MockWasmPluginWriterMockRecorder) CreateWasmPlugin(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWasmPlugin indicates an expected call of CreateWasmPlugin.

func (*MockWasmPluginWriterMockRecorder) DeleteAllOfWasmPlugin

func (mr *MockWasmPluginWriterMockRecorder) DeleteAllOfWasmPlugin(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWasmPlugin indicates an expected call of DeleteAllOfWasmPlugin.

func (*MockWasmPluginWriterMockRecorder) DeleteWasmPlugin

func (mr *MockWasmPluginWriterMockRecorder) DeleteWasmPlugin(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWasmPlugin indicates an expected call of DeleteWasmPlugin.

func (*MockWasmPluginWriterMockRecorder) PatchWasmPlugin

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

PatchWasmPlugin indicates an expected call of PatchWasmPlugin.

func (*MockWasmPluginWriterMockRecorder) UpdateWasmPlugin

func (mr *MockWasmPluginWriterMockRecorder) UpdateWasmPlugin(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmPlugin indicates an expected call of UpdateWasmPlugin.

func (*MockWasmPluginWriterMockRecorder) UpsertWasmPlugin

func (mr *MockWasmPluginWriterMockRecorder) UpsertWasmPlugin(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWasmPlugin indicates an expected call of UpsertWasmPlugin.

Jump to

Keyboard shortcuts

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