fake

package
v0.0.0-...-d24fd3e Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: Apache-2.0 Imports: 13 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 FakeProjectRequests

type FakeProjectRequests struct {
	Fake *FakeProjectV1
}

FakeProjectRequests implements ProjectRequestInterface

func (*FakeProjectRequests) Apply

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

func (*FakeProjectRequests) Create

func (c *FakeProjectRequests) Create(ctx context.Context, projectRequest *projectv1.ProjectRequest, opts metav1.CreateOptions) (result *projectv1.Project, err error)

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

type FakeProjectV1

type FakeProjectV1 struct {
	*testing.Fake
}

func (*FakeProjectV1) ProjectRequests

func (c *FakeProjectV1) ProjectRequests() v1.ProjectRequestInterface

func (*FakeProjectV1) Projects

func (c *FakeProjectV1) Projects() v1.ProjectInterface

func (*FakeProjectV1) RESTClient

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

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

type FakeProjects

type FakeProjects struct {
	Fake *FakeProjectV1
}

FakeProjects implements ProjectInterface

func (*FakeProjects) Apply

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

func (*FakeProjects) ApplyStatus

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

func (*FakeProjects) Create

func (c *FakeProjects) Create(ctx context.Context, project *projectv1.Project, opts v1.CreateOptions) (result *projectv1.Project, err error)

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

func (*FakeProjects) Delete

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

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

func (*FakeProjects) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProjects) Get

func (c *FakeProjects) Get(ctx context.Context, name string, options v1.GetOptions) (result *projectv1.Project, err error)

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

func (*FakeProjects) List

func (c *FakeProjects) List(ctx context.Context, opts v1.ListOptions) (result *projectv1.ProjectList, err error)

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

func (*FakeProjects) Patch

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

Patch applies the patch and returns the patched project.

func (*FakeProjects) Update

func (c *FakeProjects) Update(ctx context.Context, project *projectv1.Project, opts v1.UpdateOptions) (result *projectv1.Project, err error)

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

func (*FakeProjects) UpdateStatus

func (c *FakeProjects) UpdateStatus(ctx context.Context, project *projectv1.Project, opts v1.UpdateOptions) (*projectv1.Project, error)

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

func (*FakeProjects) Watch

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

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

Jump to

Keyboard shortcuts

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