mocks

package
v0.0.0-...-b4f4e10 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface struct {
	mock.Mock
}

Interface is an autogenerated mock type for the Interface type

func (*Interface) Discovery

func (_m *Interface) Discovery() discovery.DiscoveryInterface

Discovery provides a mock function with given fields:

func (*Interface) NuclioV1beta1

func (_m *Interface) NuclioV1beta1() v1beta1.NuclioV1beta1Interface

NuclioV1beta1 provides a mock function with given fields:

type NuclioAPIGatewayInterface

type NuclioAPIGatewayInterface struct {
	mock.Mock
}

NuclioAPIGatewayInterface is an autogenerated mock type for the NuclioAPIGatewayInterface type

func (*NuclioAPIGatewayInterface) Create

Create provides a mock function with given fields: ctx, nuclioAPIGateway, opts

func (*NuclioAPIGatewayInterface) Delete

Delete provides a mock function with given fields: ctx, name, opts

func (*NuclioAPIGatewayInterface) DeleteCollection

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

DeleteCollection provides a mock function with given fields: ctx, opts, listOpts

func (*NuclioAPIGatewayInterface) Get

Get provides a mock function with given fields: ctx, name, opts

func (*NuclioAPIGatewayInterface) List

List provides a mock function with given fields: ctx, opts

func (*NuclioAPIGatewayInterface) Patch

func (_m *NuclioAPIGatewayInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1beta1.NuclioAPIGateway, error)

Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources

func (*NuclioAPIGatewayInterface) Update

Update provides a mock function with given fields: ctx, nuclioAPIGateway, opts

func (*NuclioAPIGatewayInterface) Watch

Watch provides a mock function with given fields: ctx, opts

type NuclioFunctionEventInterface

type NuclioFunctionEventInterface struct {
	mock.Mock
}

NuclioFunctionEventInterface is an autogenerated mock type for the NuclioFunctionEventInterface type

func (*NuclioFunctionEventInterface) Create

Create provides a mock function with given fields: ctx, nuclioFunctionEvent, opts

func (*NuclioFunctionEventInterface) Delete

Delete provides a mock function with given fields: ctx, name, opts

func (*NuclioFunctionEventInterface) DeleteCollection

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

DeleteCollection provides a mock function with given fields: ctx, opts, listOpts

func (*NuclioFunctionEventInterface) Get

Get provides a mock function with given fields: ctx, name, opts

func (*NuclioFunctionEventInterface) List

List provides a mock function with given fields: ctx, opts

func (*NuclioFunctionEventInterface) Patch

func (_m *NuclioFunctionEventInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1beta1.NuclioFunctionEvent, error)

Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources

func (*NuclioFunctionEventInterface) Update

Update provides a mock function with given fields: ctx, nuclioFunctionEvent, opts

func (*NuclioFunctionEventInterface) Watch

Watch provides a mock function with given fields: ctx, opts

type NuclioFunctionInterface

type NuclioFunctionInterface struct {
	mock.Mock
}

NuclioFunctionInterface is an autogenerated mock type for the NuclioFunctionInterface type

func (*NuclioFunctionInterface) Create

Create provides a mock function with given fields: ctx, nuclioFunction, opts

func (*NuclioFunctionInterface) Delete

func (_m *NuclioFunctionInterface) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete provides a mock function with given fields: ctx, name, opts

func (*NuclioFunctionInterface) DeleteCollection

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

DeleteCollection provides a mock function with given fields: ctx, opts, listOpts

func (*NuclioFunctionInterface) Get

Get provides a mock function with given fields: ctx, name, opts

func (*NuclioFunctionInterface) List

List provides a mock function with given fields: ctx, opts

func (*NuclioFunctionInterface) Patch

func (_m *NuclioFunctionInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1beta1.NuclioFunction, error)

Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources

func (*NuclioFunctionInterface) Update

Update provides a mock function with given fields: ctx, nuclioFunction, opts

func (*NuclioFunctionInterface) UpdateStatus

func (_m *NuclioFunctionInterface) UpdateStatus(ctx context.Context, nuclioFunction *v1beta1.NuclioFunction, opts v1.UpdateOptions) (*v1beta1.NuclioFunction, error)

UpdateStatus provides a mock function with given fields: ctx, nuclioFunction, opts

func (*NuclioFunctionInterface) Watch

Watch provides a mock function with given fields: ctx, opts

type NuclioProjectInterface

type NuclioProjectInterface struct {
	mock.Mock
}

NuclioProjectInterface is an autogenerated mock type for the NuclioProjectInterface type

func (*NuclioProjectInterface) Create

Create provides a mock function with given fields: ctx, nuclioProject, opts

func (*NuclioProjectInterface) Delete

func (_m *NuclioProjectInterface) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete provides a mock function with given fields: ctx, name, opts

func (*NuclioProjectInterface) DeleteCollection

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

DeleteCollection provides a mock function with given fields: ctx, opts, listOpts

func (*NuclioProjectInterface) Get

Get provides a mock function with given fields: ctx, name, opts

func (*NuclioProjectInterface) List

List provides a mock function with given fields: ctx, opts

func (*NuclioProjectInterface) Patch

func (_m *NuclioProjectInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1beta1.NuclioProject, error)

Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources

func (*NuclioProjectInterface) Update

Update provides a mock function with given fields: ctx, nuclioProject, opts

func (*NuclioProjectInterface) Watch

Watch provides a mock function with given fields: ctx, opts

type NuclioV1beta1Interface

type NuclioV1beta1Interface struct {
	mock.Mock
}

NuclioV1beta1Interface is an autogenerated mock type for the NuclioV1beta1Interface type

func (*NuclioV1beta1Interface) NuclioAPIGateways

func (_m *NuclioV1beta1Interface) NuclioAPIGateways(namespace string) v1beta1.NuclioAPIGatewayInterface

NuclioAPIGateways provides a mock function with given fields: namespace

func (*NuclioV1beta1Interface) NuclioFunctionEvents

func (_m *NuclioV1beta1Interface) NuclioFunctionEvents(namespace string) v1beta1.NuclioFunctionEventInterface

NuclioFunctionEvents provides a mock function with given fields: namespace

func (*NuclioV1beta1Interface) NuclioFunctions

func (_m *NuclioV1beta1Interface) NuclioFunctions(namespace string) v1beta1.NuclioFunctionInterface

NuclioFunctions provides a mock function with given fields: namespace

func (*NuclioV1beta1Interface) NuclioProjects

func (_m *NuclioV1beta1Interface) NuclioProjects(namespace string) v1beta1.NuclioProjectInterface

NuclioProjects provides a mock function with given fields: namespace

func (*NuclioV1beta1Interface) RESTClient

func (_m *NuclioV1beta1Interface) RESTClient() rest.Interface

RESTClient provides a mock function with given fields:

Jump to

Keyboard shortcuts

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