fake

package
v1.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeGRPCRoutes added in v1.1.0

type FakeGRPCRoutes struct {
	Fake *FakeGatewayV1
	// contains filtered or unexported fields
}

FakeGRPCRoutes implements GRPCRouteInterface

func (*FakeGRPCRoutes) Apply added in v1.1.0

func (c *FakeGRPCRoutes) Apply(ctx context.Context, gRPCRoute *apisv1.GRPCRouteApplyConfiguration, opts metav1.ApplyOptions) (result *v1.GRPCRoute, err error)

Apply takes the given apply declarative configuration, applies it and returns the applied gRPCRoute.

func (*FakeGRPCRoutes) ApplyStatus added in v1.1.0

func (c *FakeGRPCRoutes) ApplyStatus(ctx context.Context, gRPCRoute *apisv1.GRPCRouteApplyConfiguration, opts metav1.ApplyOptions) (result *v1.GRPCRoute, err error)

ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().

func (*FakeGRPCRoutes) Create added in v1.1.0

func (c *FakeGRPCRoutes) Create(ctx context.Context, gRPCRoute *v1.GRPCRoute, opts metav1.CreateOptions) (result *v1.GRPCRoute, err error)

Create takes the representation of a gRPCRoute and creates it. Returns the server's representation of the gRPCRoute, and an error, if there is any.

func (*FakeGRPCRoutes) Delete added in v1.1.0

func (c *FakeGRPCRoutes) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete takes name of the gRPCRoute and deletes it. Returns an error if one occurs.

func (*FakeGRPCRoutes) DeleteCollection added in v1.1.0

func (c *FakeGRPCRoutes) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeGRPCRoutes) Get added in v1.1.0

func (c *FakeGRPCRoutes) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.GRPCRoute, err error)

Get takes name of the gRPCRoute, and returns the corresponding gRPCRoute object, and an error if there is any.

func (*FakeGRPCRoutes) List added in v1.1.0

func (c *FakeGRPCRoutes) List(ctx context.Context, opts metav1.ListOptions) (result *v1.GRPCRouteList, err error)

List takes label and field selectors, and returns the list of GRPCRoutes that match those selectors.

func (*FakeGRPCRoutes) Patch added in v1.1.0

func (c *FakeGRPCRoutes) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.GRPCRoute, err error)

Patch applies the patch and returns the patched gRPCRoute.

func (*FakeGRPCRoutes) Update added in v1.1.0

func (c *FakeGRPCRoutes) Update(ctx context.Context, gRPCRoute *v1.GRPCRoute, opts metav1.UpdateOptions) (result *v1.GRPCRoute, err error)

Update takes the representation of a gRPCRoute and updates it. Returns the server's representation of the gRPCRoute, and an error, if there is any.

func (*FakeGRPCRoutes) UpdateStatus added in v1.1.0

func (c *FakeGRPCRoutes) UpdateStatus(ctx context.Context, gRPCRoute *v1.GRPCRoute, opts metav1.UpdateOptions) (*v1.GRPCRoute, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeGRPCRoutes) Watch added in v1.1.0

Watch returns a watch.Interface that watches the requested gRPCRoutes.

type FakeGatewayClasses

type FakeGatewayClasses struct {
	Fake *FakeGatewayV1
}

FakeGatewayClasses implements GatewayClassInterface

func (*FakeGatewayClasses) Apply added in v1.1.0

Apply takes the given apply declarative configuration, applies it and returns the applied gatewayClass.

func (*FakeGatewayClasses) ApplyStatus added in v1.1.0

func (c *FakeGatewayClasses) ApplyStatus(ctx context.Context, gatewayClass *apisv1.GatewayClassApplyConfiguration, opts metav1.ApplyOptions) (result *v1.GatewayClass, err error)

ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().

func (*FakeGatewayClasses) Create

func (c *FakeGatewayClasses) Create(ctx context.Context, gatewayClass *v1.GatewayClass, opts metav1.CreateOptions) (result *v1.GatewayClass, err error)

Create takes the representation of a gatewayClass and creates it. Returns the server's representation of the gatewayClass, and an error, if there is any.

func (*FakeGatewayClasses) Delete

func (c *FakeGatewayClasses) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete takes name of the gatewayClass and deletes it. Returns an error if one occurs.

func (*FakeGatewayClasses) DeleteCollection

func (c *FakeGatewayClasses) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeGatewayClasses) Get

func (c *FakeGatewayClasses) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.GatewayClass, err error)

Get takes name of the gatewayClass, and returns the corresponding gatewayClass object, and an error if there is any.

func (*FakeGatewayClasses) List

func (c *FakeGatewayClasses) List(ctx context.Context, opts metav1.ListOptions) (result *v1.GatewayClassList, err error)

List takes label and field selectors, and returns the list of GatewayClasses that match those selectors.

func (*FakeGatewayClasses) Patch

func (c *FakeGatewayClasses) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.GatewayClass, err error)

Patch applies the patch and returns the patched gatewayClass.

func (*FakeGatewayClasses) Update

func (c *FakeGatewayClasses) Update(ctx context.Context, gatewayClass *v1.GatewayClass, opts metav1.UpdateOptions) (result *v1.GatewayClass, err error)

Update takes the representation of a gatewayClass and updates it. Returns the server's representation of the gatewayClass, and an error, if there is any.

func (*FakeGatewayClasses) UpdateStatus

func (c *FakeGatewayClasses) UpdateStatus(ctx context.Context, gatewayClass *v1.GatewayClass, opts metav1.UpdateOptions) (*v1.GatewayClass, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeGatewayClasses) Watch

Watch returns a watch.Interface that watches the requested gatewayClasses.

type FakeGatewayV1

type FakeGatewayV1 struct {
	*testing.Fake
}

func (*FakeGatewayV1) GRPCRoutes added in v1.1.0

func (c *FakeGatewayV1) GRPCRoutes(namespace string) v1.GRPCRouteInterface

func (*FakeGatewayV1) GatewayClasses

func (c *FakeGatewayV1) GatewayClasses() v1.GatewayClassInterface

func (*FakeGatewayV1) Gateways

func (c *FakeGatewayV1) Gateways(namespace string) v1.GatewayInterface

func (*FakeGatewayV1) HTTPRoutes

func (c *FakeGatewayV1) HTTPRoutes(namespace string) v1.HTTPRouteInterface

func (*FakeGatewayV1) RESTClient

func (c *FakeGatewayV1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type FakeGateways

type FakeGateways struct {
	Fake *FakeGatewayV1
	// contains filtered or unexported fields
}

FakeGateways implements GatewayInterface

func (*FakeGateways) Apply added in v1.1.0

func (c *FakeGateways) Apply(ctx context.Context, gateway *apisv1.GatewayApplyConfiguration, opts metav1.ApplyOptions) (result *v1.Gateway, err error)

Apply takes the given apply declarative configuration, applies it and returns the applied gateway.

func (*FakeGateways) ApplyStatus added in v1.1.0

func (c *FakeGateways) ApplyStatus(ctx context.Context, gateway *apisv1.GatewayApplyConfiguration, opts metav1.ApplyOptions) (result *v1.Gateway, err error)

ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().

func (*FakeGateways) Create

func (c *FakeGateways) Create(ctx context.Context, gateway *v1.Gateway, opts metav1.CreateOptions) (result *v1.Gateway, err error)

Create takes the representation of a gateway and creates it. Returns the server's representation of the gateway, and an error, if there is any.

func (*FakeGateways) Delete

func (c *FakeGateways) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete takes name of the gateway and deletes it. Returns an error if one occurs.

func (*FakeGateways) DeleteCollection

func (c *FakeGateways) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeGateways) Get

func (c *FakeGateways) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Gateway, err error)

Get takes name of the gateway, and returns the corresponding gateway object, and an error if there is any.

func (*FakeGateways) List

func (c *FakeGateways) List(ctx context.Context, opts metav1.ListOptions) (result *v1.GatewayList, err error)

List takes label and field selectors, and returns the list of Gateways that match those selectors.

func (*FakeGateways) Patch

func (c *FakeGateways) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.Gateway, err error)

Patch applies the patch and returns the patched gateway.

func (*FakeGateways) Update

func (c *FakeGateways) Update(ctx context.Context, gateway *v1.Gateway, opts metav1.UpdateOptions) (result *v1.Gateway, err error)

Update takes the representation of a gateway and updates it. Returns the server's representation of the gateway, and an error, if there is any.

func (*FakeGateways) UpdateStatus

func (c *FakeGateways) UpdateStatus(ctx context.Context, gateway *v1.Gateway, opts metav1.UpdateOptions) (*v1.Gateway, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeGateways) Watch

Watch returns a watch.Interface that watches the requested gateways.

type FakeHTTPRoutes

type FakeHTTPRoutes struct {
	Fake *FakeGatewayV1
	// contains filtered or unexported fields
}

FakeHTTPRoutes implements HTTPRouteInterface

func (*FakeHTTPRoutes) Apply added in v1.1.0

func (c *FakeHTTPRoutes) Apply(ctx context.Context, hTTPRoute *apisv1.HTTPRouteApplyConfiguration, opts metav1.ApplyOptions) (result *v1.HTTPRoute, err error)

Apply takes the given apply declarative configuration, applies it and returns the applied hTTPRoute.

func (*FakeHTTPRoutes) ApplyStatus added in v1.1.0

func (c *FakeHTTPRoutes) ApplyStatus(ctx context.Context, hTTPRoute *apisv1.HTTPRouteApplyConfiguration, opts metav1.ApplyOptions) (result *v1.HTTPRoute, err error)

ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().

func (*FakeHTTPRoutes) Create

func (c *FakeHTTPRoutes) Create(ctx context.Context, hTTPRoute *v1.HTTPRoute, opts metav1.CreateOptions) (result *v1.HTTPRoute, err error)

Create takes the representation of a hTTPRoute and creates it. Returns the server's representation of the hTTPRoute, and an error, if there is any.

func (*FakeHTTPRoutes) Delete

func (c *FakeHTTPRoutes) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete takes name of the hTTPRoute and deletes it. Returns an error if one occurs.

func (*FakeHTTPRoutes) DeleteCollection

func (c *FakeHTTPRoutes) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeHTTPRoutes) Get

func (c *FakeHTTPRoutes) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.HTTPRoute, err error)

Get takes name of the hTTPRoute, and returns the corresponding hTTPRoute object, and an error if there is any.

func (*FakeHTTPRoutes) List

func (c *FakeHTTPRoutes) List(ctx context.Context, opts metav1.ListOptions) (result *v1.HTTPRouteList, err error)

List takes label and field selectors, and returns the list of HTTPRoutes that match those selectors.

func (*FakeHTTPRoutes) Patch

func (c *FakeHTTPRoutes) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.HTTPRoute, err error)

Patch applies the patch and returns the patched hTTPRoute.

func (*FakeHTTPRoutes) Update

func (c *FakeHTTPRoutes) Update(ctx context.Context, hTTPRoute *v1.HTTPRoute, opts metav1.UpdateOptions) (result *v1.HTTPRoute, err error)

Update takes the representation of a hTTPRoute and updates it. Returns the server's representation of the hTTPRoute, and an error, if there is any.

func (*FakeHTTPRoutes) UpdateStatus

func (c *FakeHTTPRoutes) UpdateStatus(ctx context.Context, hTTPRoute *v1.HTTPRoute, opts metav1.UpdateOptions) (*v1.HTTPRoute, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeHTTPRoutes) Watch

Watch returns a watch.Interface that watches the requested hTTPRoutes.

Jump to

Keyboard shortcuts

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