fake

package
v0.20.15 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 FakeExample

type FakeExample struct {
	*testing.Fake
}

func (*FakeExample) RESTClient

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

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

func (*FakeExample) TestTypes

func (c *FakeExample) TestTypes(namespace string) internalversion.TestTypeInterface

type FakeTestTypes

type FakeTestTypes struct {
	Fake *FakeExample
	// contains filtered or unexported fields
}

FakeTestTypes implements TestTypeInterface

func (*FakeTestTypes) Create

func (c *FakeTestTypes) Create(ctx context.Context, testType *example.TestType, opts v1.CreateOptions) (result *example.TestType, err error)

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

func (*FakeTestTypes) Delete

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

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

func (*FakeTestTypes) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeTestTypes) Get

func (c *FakeTestTypes) Get(ctx context.Context, name string, options v1.GetOptions) (result *example.TestType, err error)

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

func (*FakeTestTypes) List

func (c *FakeTestTypes) List(ctx context.Context, opts v1.ListOptions) (result *example.TestTypeList, err error)

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

func (*FakeTestTypes) Patch

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

Patch applies the patch and returns the patched testType.

func (*FakeTestTypes) Update

func (c *FakeTestTypes) Update(ctx context.Context, testType *example.TestType, opts v1.UpdateOptions) (result *example.TestType, err error)

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

func (*FakeTestTypes) UpdateStatus

func (c *FakeTestTypes) UpdateStatus(ctx context.Context, testType *example.TestType, opts v1.UpdateOptions) (*example.TestType, error)

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

func (*FakeTestTypes) Watch

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

Jump to

Keyboard shortcuts

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