mock_v1beta1

package
v0.2.1 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_v1beta1 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) Gateways

func (m *MockClientset) Gateways() v1beta1.GatewayClient

Gateways mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) Gateways

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

Gateways indicates an expected call of Gateways.

type MockGatewayClient

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

MockGatewayClient is a mock of GatewayClient interface.

func NewMockGatewayClient

func NewMockGatewayClient(ctrl *gomock.Controller) *MockGatewayClient

NewMockGatewayClient creates a new mock instance.

func (*MockGatewayClient) CreateGateway

func (m *MockGatewayClient) CreateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.CreateOption) error

CreateGateway mocks base method.

func (*MockGatewayClient) DeleteAllOfGateway

func (m *MockGatewayClient) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfGateway mocks base method.

func (*MockGatewayClient) DeleteGateway

func (m *MockGatewayClient) DeleteGateway(ctx context.Context, name string, opts ...client.DeleteOption) error

DeleteGateway mocks base method.

func (*MockGatewayClient) EXPECT

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

func (*MockGatewayClient) GetGateway

func (m *MockGatewayClient) GetGateway(ctx context.Context, name string) (*v1beta10.Gateway, error)

GetGateway mocks base method.

func (*MockGatewayClient) ListGateway

func (m *MockGatewayClient) ListGateway(ctx context.Context, opts ...client.ListOption) (*v1beta10.GatewayList, error)

ListGateway mocks base method.

func (*MockGatewayClient) PatchGateway

func (m *MockGatewayClient) PatchGateway(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.PatchOption) error

PatchGateway mocks base method.

func (*MockGatewayClient) PatchGatewayStatus

func (m *MockGatewayClient) PatchGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchGatewayStatus mocks base method.

func (*MockGatewayClient) UpdateGateway

func (m *MockGatewayClient) UpdateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error

UpdateGateway mocks base method.

func (*MockGatewayClient) UpdateGatewayStatus

func (m *MockGatewayClient) UpdateGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, opts ...client.SubResourceUpdateOption) error

UpdateGatewayStatus mocks base method.

func (*MockGatewayClient) UpsertGateway

func (m *MockGatewayClient) UpsertGateway(ctx context.Context, obj *v1beta10.Gateway, transitionFuncs ...v1beta1.GatewayTransitionFunction) error

UpsertGateway mocks base method.

type MockGatewayClientMockRecorder

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

MockGatewayClientMockRecorder is the mock recorder for MockGatewayClient.

func (*MockGatewayClientMockRecorder) CreateGateway

func (mr *MockGatewayClientMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateGateway indicates an expected call of CreateGateway.

func (*MockGatewayClientMockRecorder) DeleteAllOfGateway

func (mr *MockGatewayClientMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfGateway indicates an expected call of DeleteAllOfGateway.

func (*MockGatewayClientMockRecorder) DeleteGateway

func (mr *MockGatewayClientMockRecorder) DeleteGateway(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteGateway indicates an expected call of DeleteGateway.

func (*MockGatewayClientMockRecorder) GetGateway

func (mr *MockGatewayClientMockRecorder) GetGateway(ctx, name interface{}) *gomock.Call

GetGateway indicates an expected call of GetGateway.

func (*MockGatewayClientMockRecorder) ListGateway

func (mr *MockGatewayClientMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call

ListGateway indicates an expected call of ListGateway.

func (*MockGatewayClientMockRecorder) PatchGateway

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

PatchGateway indicates an expected call of PatchGateway.

func (*MockGatewayClientMockRecorder) PatchGatewayStatus

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

PatchGatewayStatus indicates an expected call of PatchGatewayStatus.

func (*MockGatewayClientMockRecorder) UpdateGateway

func (mr *MockGatewayClientMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateGateway indicates an expected call of UpdateGateway.

func (*MockGatewayClientMockRecorder) UpdateGatewayStatus

func (mr *MockGatewayClientMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateGatewayStatus indicates an expected call of UpdateGatewayStatus.

func (*MockGatewayClientMockRecorder) UpsertGateway

func (mr *MockGatewayClientMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertGateway indicates an expected call of UpsertGateway.

type MockGatewayReader

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

MockGatewayReader is a mock of GatewayReader interface.

func NewMockGatewayReader

func NewMockGatewayReader(ctrl *gomock.Controller) *MockGatewayReader

NewMockGatewayReader creates a new mock instance.

func (*MockGatewayReader) EXPECT

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

func (*MockGatewayReader) GetGateway

func (m *MockGatewayReader) GetGateway(ctx context.Context, name string) (*v1beta10.Gateway, error)

GetGateway mocks base method.

func (*MockGatewayReader) ListGateway

func (m *MockGatewayReader) ListGateway(ctx context.Context, opts ...client.ListOption) (*v1beta10.GatewayList, error)

ListGateway mocks base method.

type MockGatewayReaderMockRecorder

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

MockGatewayReaderMockRecorder is the mock recorder for MockGatewayReader.

func (*MockGatewayReaderMockRecorder) GetGateway

func (mr *MockGatewayReaderMockRecorder) GetGateway(ctx, name interface{}) *gomock.Call

GetGateway indicates an expected call of GetGateway.

func (*MockGatewayReaderMockRecorder) ListGateway

func (mr *MockGatewayReaderMockRecorder) ListGateway(ctx interface{}, opts ...interface{}) *gomock.Call

ListGateway indicates an expected call of ListGateway.

type MockGatewayStatusWriter

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

MockGatewayStatusWriter is a mock of GatewayStatusWriter interface.

func NewMockGatewayStatusWriter

func NewMockGatewayStatusWriter(ctrl *gomock.Controller) *MockGatewayStatusWriter

NewMockGatewayStatusWriter creates a new mock instance.

func (*MockGatewayStatusWriter) EXPECT

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

func (*MockGatewayStatusWriter) PatchGatewayStatus

func (m *MockGatewayStatusWriter) PatchGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchGatewayStatus mocks base method.

func (*MockGatewayStatusWriter) UpdateGatewayStatus

func (m *MockGatewayStatusWriter) UpdateGatewayStatus(ctx context.Context, obj *v1beta10.Gateway, opts ...client.SubResourceUpdateOption) error

UpdateGatewayStatus mocks base method.

type MockGatewayStatusWriterMockRecorder

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

MockGatewayStatusWriterMockRecorder is the mock recorder for MockGatewayStatusWriter.

func (*MockGatewayStatusWriterMockRecorder) PatchGatewayStatus

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

PatchGatewayStatus indicates an expected call of PatchGatewayStatus.

func (*MockGatewayStatusWriterMockRecorder) UpdateGatewayStatus

func (mr *MockGatewayStatusWriterMockRecorder) UpdateGatewayStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateGatewayStatus indicates an expected call of UpdateGatewayStatus.

type MockGatewayWriter

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

MockGatewayWriter is a mock of GatewayWriter interface.

func NewMockGatewayWriter

func NewMockGatewayWriter(ctrl *gomock.Controller) *MockGatewayWriter

NewMockGatewayWriter creates a new mock instance.

func (*MockGatewayWriter) CreateGateway

func (m *MockGatewayWriter) CreateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.CreateOption) error

CreateGateway mocks base method.

func (*MockGatewayWriter) DeleteAllOfGateway

func (m *MockGatewayWriter) DeleteAllOfGateway(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfGateway mocks base method.

func (*MockGatewayWriter) DeleteGateway

func (m *MockGatewayWriter) DeleteGateway(ctx context.Context, name string, opts ...client.DeleteOption) error

DeleteGateway mocks base method.

func (*MockGatewayWriter) EXPECT

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

func (*MockGatewayWriter) PatchGateway

func (m *MockGatewayWriter) PatchGateway(ctx context.Context, obj *v1beta10.Gateway, patch client.Patch, opts ...client.PatchOption) error

PatchGateway mocks base method.

func (*MockGatewayWriter) UpdateGateway

func (m *MockGatewayWriter) UpdateGateway(ctx context.Context, obj *v1beta10.Gateway, opts ...client.UpdateOption) error

UpdateGateway mocks base method.

func (*MockGatewayWriter) UpsertGateway

func (m *MockGatewayWriter) UpsertGateway(ctx context.Context, obj *v1beta10.Gateway, transitionFuncs ...v1beta1.GatewayTransitionFunction) error

UpsertGateway mocks base method.

type MockGatewayWriterMockRecorder

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

MockGatewayWriterMockRecorder is the mock recorder for MockGatewayWriter.

func (*MockGatewayWriterMockRecorder) CreateGateway

func (mr *MockGatewayWriterMockRecorder) CreateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateGateway indicates an expected call of CreateGateway.

func (*MockGatewayWriterMockRecorder) DeleteAllOfGateway

func (mr *MockGatewayWriterMockRecorder) DeleteAllOfGateway(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfGateway indicates an expected call of DeleteAllOfGateway.

func (*MockGatewayWriterMockRecorder) DeleteGateway

func (mr *MockGatewayWriterMockRecorder) DeleteGateway(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteGateway indicates an expected call of DeleteGateway.

func (*MockGatewayWriterMockRecorder) PatchGateway

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

PatchGateway indicates an expected call of PatchGateway.

func (*MockGatewayWriterMockRecorder) UpdateGateway

func (mr *MockGatewayWriterMockRecorder) UpdateGateway(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateGateway indicates an expected call of UpdateGateway.

func (*MockGatewayWriterMockRecorder) UpsertGateway

func (mr *MockGatewayWriterMockRecorder) UpsertGateway(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertGateway indicates an expected call of UpsertGateway.

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) (v1beta1.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 MockMulticlusterGatewayClient

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

MockMulticlusterGatewayClient is a mock of MulticlusterGatewayClient interface.

func NewMockMulticlusterGatewayClient

func NewMockMulticlusterGatewayClient(ctrl *gomock.Controller) *MockMulticlusterGatewayClient

NewMockMulticlusterGatewayClient creates a new mock instance.

func (*MockMulticlusterGatewayClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterGatewayClient) EXPECT

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

type MockMulticlusterGatewayClientMockRecorder

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

MockMulticlusterGatewayClientMockRecorder is the mock recorder for MockMulticlusterGatewayClient.

func (*MockMulticlusterGatewayClientMockRecorder) Cluster

func (mr *MockMulticlusterGatewayClientMockRecorder) 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