fake

package
v0.0.0-...-a991c86 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 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 FakeCrds

type FakeCrds struct {
	Fake *FakeKubernetesV1beta1
}

FakeCrds implements CrdInterface

func (*FakeCrds) Create

func (c *FakeCrds) Create(ctx context.Context, crd *v1beta1.Crd, opts v1.CreateOptions) (result *v1beta1.Crd, err error)

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

func (*FakeCrds) Delete

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

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

func (*FakeCrds) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeCrds) Get

func (c *FakeCrds) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.Crd, err error)

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

func (*FakeCrds) List

func (c *FakeCrds) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.CrdList, err error)

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

func (*FakeCrds) Patch

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

Patch applies the patch and returns the patched crd.

func (*FakeCrds) Update

func (c *FakeCrds) Update(ctx context.Context, crd *v1beta1.Crd, opts v1.UpdateOptions) (result *v1beta1.Crd, err error)

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

func (*FakeCrds) UpdateStatus

func (c *FakeCrds) UpdateStatus(ctx context.Context, crd *v1beta1.Crd, opts v1.UpdateOptions) (*v1beta1.Crd, error)

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

func (*FakeCrds) Watch

func (c *FakeCrds) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

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

type FakeKubernetesV1beta1

type FakeKubernetesV1beta1 struct {
	*testing.Fake
}

func (*FakeKubernetesV1beta1) Crds

func (*FakeKubernetesV1beta1) RESTClient

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

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

Jump to

Keyboard shortcuts

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