fake

package
v0.0.0-...-4b75dde Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: Apache-2.0 Imports: 10 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 FakeConfigV1alpha2

type FakeConfigV1alpha2 struct {
	*testing.Fake
}

func (*FakeConfigV1alpha2) ExtensionServices

func (c *FakeConfigV1alpha2) ExtensionServices(namespace string) v1alpha2.ExtensionServiceInterface

func (*FakeConfigV1alpha2) MeshConfigs

func (c *FakeConfigV1alpha2) MeshConfigs(namespace string) v1alpha2.MeshConfigInterface

func (*FakeConfigV1alpha2) MeshRootCertificates

func (c *FakeConfigV1alpha2) MeshRootCertificates(namespace string) v1alpha2.MeshRootCertificateInterface

func (*FakeConfigV1alpha2) RESTClient

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

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

type FakeExtensionServices

type FakeExtensionServices struct {
	Fake *FakeConfigV1alpha2
	// contains filtered or unexported fields
}

FakeExtensionServices implements ExtensionServiceInterface

func (*FakeExtensionServices) Create

func (c *FakeExtensionServices) Create(ctx context.Context, extensionService *v1alpha2.ExtensionService, opts v1.CreateOptions) (result *v1alpha2.ExtensionService, err error)

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

func (*FakeExtensionServices) Delete

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

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

func (*FakeExtensionServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeExtensionServices) Get

func (c *FakeExtensionServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha2.ExtensionService, err error)

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

func (*FakeExtensionServices) List

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

func (*FakeExtensionServices) Patch

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

Patch applies the patch and returns the patched extensionService.

func (*FakeExtensionServices) Update

func (c *FakeExtensionServices) Update(ctx context.Context, extensionService *v1alpha2.ExtensionService, opts v1.UpdateOptions) (result *v1alpha2.ExtensionService, err error)

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

func (*FakeExtensionServices) Watch

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

type FakeMeshConfigs

type FakeMeshConfigs struct {
	Fake *FakeConfigV1alpha2
	// contains filtered or unexported fields
}

FakeMeshConfigs implements MeshConfigInterface

func (*FakeMeshConfigs) Create

func (c *FakeMeshConfigs) Create(ctx context.Context, meshConfig *v1alpha2.MeshConfig, opts v1.CreateOptions) (result *v1alpha2.MeshConfig, err error)

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

func (*FakeMeshConfigs) Delete

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

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

func (*FakeMeshConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeMeshConfigs) Get

func (c *FakeMeshConfigs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha2.MeshConfig, err error)

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

func (*FakeMeshConfigs) List

func (c *FakeMeshConfigs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha2.MeshConfigList, err error)

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

func (*FakeMeshConfigs) Patch

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

Patch applies the patch and returns the patched meshConfig.

func (*FakeMeshConfigs) Update

func (c *FakeMeshConfigs) Update(ctx context.Context, meshConfig *v1alpha2.MeshConfig, opts v1.UpdateOptions) (result *v1alpha2.MeshConfig, err error)

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

func (*FakeMeshConfigs) Watch

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

type FakeMeshRootCertificates

type FakeMeshRootCertificates struct {
	Fake *FakeConfigV1alpha2
	// contains filtered or unexported fields
}

FakeMeshRootCertificates implements MeshRootCertificateInterface

func (*FakeMeshRootCertificates) Create

func (c *FakeMeshRootCertificates) Create(ctx context.Context, meshRootCertificate *v1alpha2.MeshRootCertificate, opts v1.CreateOptions) (result *v1alpha2.MeshRootCertificate, err error)

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

func (*FakeMeshRootCertificates) Delete

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

func (*FakeMeshRootCertificates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeMeshRootCertificates) Get

func (c *FakeMeshRootCertificates) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha2.MeshRootCertificate, err error)

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

func (*FakeMeshRootCertificates) List

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

func (*FakeMeshRootCertificates) Patch

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

Patch applies the patch and returns the patched meshRootCertificate.

func (*FakeMeshRootCertificates) Update

func (c *FakeMeshRootCertificates) Update(ctx context.Context, meshRootCertificate *v1alpha2.MeshRootCertificate, opts v1.UpdateOptions) (result *v1alpha2.MeshRootCertificate, err error)

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

func (*FakeMeshRootCertificates) UpdateStatus

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

func (*FakeMeshRootCertificates) Watch

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

Jump to

Keyboard shortcuts

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