mock

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHTTPScaledObjectExpansion

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

MockHTTPScaledObjectExpansion is a mock of HTTPScaledObjectExpansion interface.

func NewMockHTTPScaledObjectExpansion

func NewMockHTTPScaledObjectExpansion(ctrl *gomock.Controller) *MockHTTPScaledObjectExpansion

NewMockHTTPScaledObjectExpansion creates a new mock instance.

func (*MockHTTPScaledObjectExpansion) EXPECT

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

type MockHTTPScaledObjectExpansionMockRecorder

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

MockHTTPScaledObjectExpansionMockRecorder is the mock recorder for MockHTTPScaledObjectExpansion.

type MockHTTPScaledObjectInterface

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

MockHTTPScaledObjectInterface is a mock of HTTPScaledObjectInterface interface.

func NewMockHTTPScaledObjectInterface

func NewMockHTTPScaledObjectInterface(ctrl *gomock.Controller) *MockHTTPScaledObjectInterface

NewMockHTTPScaledObjectInterface creates a new mock instance.

func (*MockHTTPScaledObjectInterface) Create

Create mocks base method.

func (*MockHTTPScaledObjectInterface) Delete

Delete mocks base method.

func (*MockHTTPScaledObjectInterface) DeleteCollection

func (m *MockHTTPScaledObjectInterface) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection mocks base method.

func (*MockHTTPScaledObjectInterface) EXPECT

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

func (*MockHTTPScaledObjectInterface) Get

Get mocks base method.

func (*MockHTTPScaledObjectInterface) List

List mocks base method.

func (*MockHTTPScaledObjectInterface) Patch

func (m *MockHTTPScaledObjectInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1alpha1.HTTPScaledObject, error)

Patch mocks base method.

func (*MockHTTPScaledObjectInterface) Update

Update mocks base method.

func (*MockHTTPScaledObjectInterface) UpdateStatus

UpdateStatus mocks base method.

func (*MockHTTPScaledObjectInterface) Watch

Watch mocks base method.

type MockHTTPScaledObjectInterfaceMockRecorder

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

MockHTTPScaledObjectInterfaceMockRecorder is the mock recorder for MockHTTPScaledObjectInterface.

func (*MockHTTPScaledObjectInterfaceMockRecorder) Create

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) Create(ctx, hTTPScaledObject, opts any) *gomock.Call

Create indicates an expected call of Create.

func (*MockHTTPScaledObjectInterfaceMockRecorder) Delete

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) Delete(ctx, name, opts any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockHTTPScaledObjectInterfaceMockRecorder) DeleteCollection

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) DeleteCollection(ctx, opts, listOpts any) *gomock.Call

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockHTTPScaledObjectInterfaceMockRecorder) Get

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) Get(ctx, name, opts any) *gomock.Call

Get indicates an expected call of Get.

func (*MockHTTPScaledObjectInterfaceMockRecorder) List

List indicates an expected call of List.

func (*MockHTTPScaledObjectInterfaceMockRecorder) Patch

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) Patch(ctx, name, pt, data, opts any, subresources ...any) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockHTTPScaledObjectInterfaceMockRecorder) Update

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) Update(ctx, hTTPScaledObject, opts any) *gomock.Call

Update indicates an expected call of Update.

func (*MockHTTPScaledObjectInterfaceMockRecorder) UpdateStatus

func (mr *MockHTTPScaledObjectInterfaceMockRecorder) UpdateStatus(ctx, hTTPScaledObject, opts any) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockHTTPScaledObjectInterfaceMockRecorder) Watch

Watch indicates an expected call of Watch.

type MockHTTPScaledObjectsGetter

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

MockHTTPScaledObjectsGetter is a mock of HTTPScaledObjectsGetter interface.

func NewMockHTTPScaledObjectsGetter

func NewMockHTTPScaledObjectsGetter(ctrl *gomock.Controller) *MockHTTPScaledObjectsGetter

NewMockHTTPScaledObjectsGetter creates a new mock instance.

func (*MockHTTPScaledObjectsGetter) EXPECT

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

func (*MockHTTPScaledObjectsGetter) HTTPScaledObjects

HTTPScaledObjects mocks base method.

type MockHTTPScaledObjectsGetterMockRecorder

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

MockHTTPScaledObjectsGetterMockRecorder is the mock recorder for MockHTTPScaledObjectsGetter.

func (*MockHTTPScaledObjectsGetterMockRecorder) HTTPScaledObjects

func (mr *MockHTTPScaledObjectsGetterMockRecorder) HTTPScaledObjects(namespace any) *gomock.Call

HTTPScaledObjects indicates an expected call of HTTPScaledObjects.

type MockHttpV1alpha1Interface

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

MockHttpV1alpha1Interface is a mock of HttpV1alpha1Interface interface.

func NewMockHttpV1alpha1Interface

func NewMockHttpV1alpha1Interface(ctrl *gomock.Controller) *MockHttpV1alpha1Interface

NewMockHttpV1alpha1Interface creates a new mock instance.

func (*MockHttpV1alpha1Interface) EXPECT

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

func (*MockHttpV1alpha1Interface) HTTPScaledObjects

func (m *MockHttpV1alpha1Interface) HTTPScaledObjects(namespace string) v1alpha1.HTTPScaledObjectInterface

HTTPScaledObjects mocks base method.

func (*MockHttpV1alpha1Interface) RESTClient

func (m *MockHttpV1alpha1Interface) RESTClient() rest.Interface

RESTClient mocks base method.

type MockHttpV1alpha1InterfaceMockRecorder

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

MockHttpV1alpha1InterfaceMockRecorder is the mock recorder for MockHttpV1alpha1Interface.

func (*MockHttpV1alpha1InterfaceMockRecorder) HTTPScaledObjects

func (mr *MockHttpV1alpha1InterfaceMockRecorder) HTTPScaledObjects(namespace any) *gomock.Call

HTTPScaledObjects indicates an expected call of HTTPScaledObjects.

func (*MockHttpV1alpha1InterfaceMockRecorder) RESTClient

RESTClient indicates an expected call of RESTClient.

Jump to

Keyboard shortcuts

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