mock_v1alpha3

package
v0.3.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_v1alpha3 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) HTTPRouteGroups

func (m *MockClientset) HTTPRouteGroups() v1alpha30.HTTPRouteGroupClient

HTTPRouteGroups mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) HTTPRouteGroups

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

HTTPRouteGroups indicates an expected call of HTTPRouteGroups.

type MockHTTPRouteGroupClient

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

MockHTTPRouteGroupClient is a mock of HTTPRouteGroupClient interface.

func NewMockHTTPRouteGroupClient

func NewMockHTTPRouteGroupClient(ctrl *gomock.Controller) *MockHTTPRouteGroupClient

NewMockHTTPRouteGroupClient creates a new mock instance.

func (*MockHTTPRouteGroupClient) CreateHTTPRouteGroup

func (m *MockHTTPRouteGroupClient) CreateHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, opts ...client.CreateOption) error

CreateHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) DeleteAllOfHTTPRouteGroup

func (m *MockHTTPRouteGroupClient) DeleteAllOfHTTPRouteGroup(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) DeleteHTTPRouteGroup

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

DeleteHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) EXPECT

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

func (*MockHTTPRouteGroupClient) GetHTTPRouteGroup

GetHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) ListHTTPRouteGroup

ListHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) PatchHTTPRouteGroup

func (m *MockHTTPRouteGroupClient) PatchHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, patch client.Patch, opts ...client.PatchOption) error

PatchHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) PatchHTTPRouteGroupStatus

func (m *MockHTTPRouteGroupClient) PatchHTTPRouteGroupStatus(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchHTTPRouteGroupStatus mocks base method.

func (*MockHTTPRouteGroupClient) UpdateHTTPRouteGroup

func (m *MockHTTPRouteGroupClient) UpdateHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, opts ...client.UpdateOption) error

UpdateHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupClient) UpdateHTTPRouteGroupStatus

func (m *MockHTTPRouteGroupClient) UpdateHTTPRouteGroupStatus(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, opts ...client.SubResourceUpdateOption) error

UpdateHTTPRouteGroupStatus mocks base method.

func (*MockHTTPRouteGroupClient) UpsertHTTPRouteGroup

func (m *MockHTTPRouteGroupClient) UpsertHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, transitionFuncs ...v1alpha30.HTTPRouteGroupTransitionFunction) error

UpsertHTTPRouteGroup mocks base method.

type MockHTTPRouteGroupClientMockRecorder

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

MockHTTPRouteGroupClientMockRecorder is the mock recorder for MockHTTPRouteGroupClient.

func (*MockHTTPRouteGroupClientMockRecorder) CreateHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) CreateHTTPRouteGroup(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateHTTPRouteGroup indicates an expected call of CreateHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) DeleteAllOfHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) DeleteAllOfHTTPRouteGroup(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfHTTPRouteGroup indicates an expected call of DeleteAllOfHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) DeleteHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) DeleteHTTPRouteGroup(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteHTTPRouteGroup indicates an expected call of DeleteHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) GetHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) GetHTTPRouteGroup(ctx, key interface{}) *gomock.Call

GetHTTPRouteGroup indicates an expected call of GetHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) ListHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) ListHTTPRouteGroup(ctx interface{}, opts ...interface{}) *gomock.Call

ListHTTPRouteGroup indicates an expected call of ListHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) PatchHTTPRouteGroup

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

PatchHTTPRouteGroup indicates an expected call of PatchHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) PatchHTTPRouteGroupStatus

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

PatchHTTPRouteGroupStatus indicates an expected call of PatchHTTPRouteGroupStatus.

func (*MockHTTPRouteGroupClientMockRecorder) UpdateHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) UpdateHTTPRouteGroup(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateHTTPRouteGroup indicates an expected call of UpdateHTTPRouteGroup.

func (*MockHTTPRouteGroupClientMockRecorder) UpdateHTTPRouteGroupStatus

func (mr *MockHTTPRouteGroupClientMockRecorder) UpdateHTTPRouteGroupStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateHTTPRouteGroupStatus indicates an expected call of UpdateHTTPRouteGroupStatus.

func (*MockHTTPRouteGroupClientMockRecorder) UpsertHTTPRouteGroup

func (mr *MockHTTPRouteGroupClientMockRecorder) UpsertHTTPRouteGroup(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertHTTPRouteGroup indicates an expected call of UpsertHTTPRouteGroup.

type MockHTTPRouteGroupReader

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

MockHTTPRouteGroupReader is a mock of HTTPRouteGroupReader interface.

func NewMockHTTPRouteGroupReader

func NewMockHTTPRouteGroupReader(ctrl *gomock.Controller) *MockHTTPRouteGroupReader

NewMockHTTPRouteGroupReader creates a new mock instance.

func (*MockHTTPRouteGroupReader) EXPECT

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

func (*MockHTTPRouteGroupReader) GetHTTPRouteGroup

GetHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupReader) ListHTTPRouteGroup

ListHTTPRouteGroup mocks base method.

type MockHTTPRouteGroupReaderMockRecorder

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

MockHTTPRouteGroupReaderMockRecorder is the mock recorder for MockHTTPRouteGroupReader.

func (*MockHTTPRouteGroupReaderMockRecorder) GetHTTPRouteGroup

func (mr *MockHTTPRouteGroupReaderMockRecorder) GetHTTPRouteGroup(ctx, key interface{}) *gomock.Call

GetHTTPRouteGroup indicates an expected call of GetHTTPRouteGroup.

func (*MockHTTPRouteGroupReaderMockRecorder) ListHTTPRouteGroup

func (mr *MockHTTPRouteGroupReaderMockRecorder) ListHTTPRouteGroup(ctx interface{}, opts ...interface{}) *gomock.Call

ListHTTPRouteGroup indicates an expected call of ListHTTPRouteGroup.

type MockHTTPRouteGroupStatusWriter

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

MockHTTPRouteGroupStatusWriter is a mock of HTTPRouteGroupStatusWriter interface.

func NewMockHTTPRouteGroupStatusWriter

func NewMockHTTPRouteGroupStatusWriter(ctrl *gomock.Controller) *MockHTTPRouteGroupStatusWriter

NewMockHTTPRouteGroupStatusWriter creates a new mock instance.

func (*MockHTTPRouteGroupStatusWriter) EXPECT

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

func (*MockHTTPRouteGroupStatusWriter) PatchHTTPRouteGroupStatus

func (m *MockHTTPRouteGroupStatusWriter) PatchHTTPRouteGroupStatus(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchHTTPRouteGroupStatus mocks base method.

func (*MockHTTPRouteGroupStatusWriter) UpdateHTTPRouteGroupStatus

UpdateHTTPRouteGroupStatus mocks base method.

type MockHTTPRouteGroupStatusWriterMockRecorder

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

MockHTTPRouteGroupStatusWriterMockRecorder is the mock recorder for MockHTTPRouteGroupStatusWriter.

func (*MockHTTPRouteGroupStatusWriterMockRecorder) PatchHTTPRouteGroupStatus

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

PatchHTTPRouteGroupStatus indicates an expected call of PatchHTTPRouteGroupStatus.

func (*MockHTTPRouteGroupStatusWriterMockRecorder) UpdateHTTPRouteGroupStatus

func (mr *MockHTTPRouteGroupStatusWriterMockRecorder) UpdateHTTPRouteGroupStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateHTTPRouteGroupStatus indicates an expected call of UpdateHTTPRouteGroupStatus.

type MockHTTPRouteGroupWriter

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

MockHTTPRouteGroupWriter is a mock of HTTPRouteGroupWriter interface.

func NewMockHTTPRouteGroupWriter

func NewMockHTTPRouteGroupWriter(ctrl *gomock.Controller) *MockHTTPRouteGroupWriter

NewMockHTTPRouteGroupWriter creates a new mock instance.

func (*MockHTTPRouteGroupWriter) CreateHTTPRouteGroup

func (m *MockHTTPRouteGroupWriter) CreateHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, opts ...client.CreateOption) error

CreateHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupWriter) DeleteAllOfHTTPRouteGroup

func (m *MockHTTPRouteGroupWriter) DeleteAllOfHTTPRouteGroup(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupWriter) DeleteHTTPRouteGroup

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

DeleteHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupWriter) EXPECT

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

func (*MockHTTPRouteGroupWriter) PatchHTTPRouteGroup

func (m *MockHTTPRouteGroupWriter) PatchHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, patch client.Patch, opts ...client.PatchOption) error

PatchHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupWriter) UpdateHTTPRouteGroup

func (m *MockHTTPRouteGroupWriter) UpdateHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, opts ...client.UpdateOption) error

UpdateHTTPRouteGroup mocks base method.

func (*MockHTTPRouteGroupWriter) UpsertHTTPRouteGroup

func (m *MockHTTPRouteGroupWriter) UpsertHTTPRouteGroup(ctx context.Context, obj *v1alpha3.HTTPRouteGroup, transitionFuncs ...v1alpha30.HTTPRouteGroupTransitionFunction) error

UpsertHTTPRouteGroup mocks base method.

type MockHTTPRouteGroupWriterMockRecorder

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

MockHTTPRouteGroupWriterMockRecorder is the mock recorder for MockHTTPRouteGroupWriter.

func (*MockHTTPRouteGroupWriterMockRecorder) CreateHTTPRouteGroup

func (mr *MockHTTPRouteGroupWriterMockRecorder) CreateHTTPRouteGroup(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateHTTPRouteGroup indicates an expected call of CreateHTTPRouteGroup.

func (*MockHTTPRouteGroupWriterMockRecorder) DeleteAllOfHTTPRouteGroup

func (mr *MockHTTPRouteGroupWriterMockRecorder) DeleteAllOfHTTPRouteGroup(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfHTTPRouteGroup indicates an expected call of DeleteAllOfHTTPRouteGroup.

func (*MockHTTPRouteGroupWriterMockRecorder) DeleteHTTPRouteGroup

func (mr *MockHTTPRouteGroupWriterMockRecorder) DeleteHTTPRouteGroup(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteHTTPRouteGroup indicates an expected call of DeleteHTTPRouteGroup.

func (*MockHTTPRouteGroupWriterMockRecorder) PatchHTTPRouteGroup

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

PatchHTTPRouteGroup indicates an expected call of PatchHTTPRouteGroup.

func (*MockHTTPRouteGroupWriterMockRecorder) UpdateHTTPRouteGroup

func (mr *MockHTTPRouteGroupWriterMockRecorder) UpdateHTTPRouteGroup(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateHTTPRouteGroup indicates an expected call of UpdateHTTPRouteGroup.

func (*MockHTTPRouteGroupWriterMockRecorder) UpsertHTTPRouteGroup

func (mr *MockHTTPRouteGroupWriterMockRecorder) UpsertHTTPRouteGroup(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertHTTPRouteGroup indicates an expected call of UpsertHTTPRouteGroup.

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) (v1alpha30.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 MockMulticlusterHTTPRouteGroupClient

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

MockMulticlusterHTTPRouteGroupClient is a mock of MulticlusterHTTPRouteGroupClient interface.

func NewMockMulticlusterHTTPRouteGroupClient

func NewMockMulticlusterHTTPRouteGroupClient(ctrl *gomock.Controller) *MockMulticlusterHTTPRouteGroupClient

NewMockMulticlusterHTTPRouteGroupClient creates a new mock instance.

func (*MockMulticlusterHTTPRouteGroupClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterHTTPRouteGroupClient) EXPECT

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

type MockMulticlusterHTTPRouteGroupClientMockRecorder

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

MockMulticlusterHTTPRouteGroupClientMockRecorder is the mock recorder for MockMulticlusterHTTPRouteGroupClient.

func (*MockMulticlusterHTTPRouteGroupClientMockRecorder) Cluster

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