fake

package
v0.19.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2020 License: Apache-2.0 Imports: 10 Imported by: 62

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 FakeCoordinationV1

type FakeCoordinationV1 struct {
	*testing.Fake
}

func (*FakeCoordinationV1) Leases

func (c *FakeCoordinationV1) Leases(namespace string) v1.LeaseInterface

func (*FakeCoordinationV1) RESTClient

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

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

type FakeLeases

type FakeLeases struct {
	Fake *FakeCoordinationV1
	// contains filtered or unexported fields
}

FakeLeases implements LeaseInterface

func (*FakeLeases) Create

func (c *FakeLeases) Create(ctx context.Context, lease *coordinationv1.Lease, opts v1.CreateOptions) (result *coordinationv1.Lease, err error)

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

func (*FakeLeases) Delete

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

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

func (*FakeLeases) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeLeases) Get

func (c *FakeLeases) Get(ctx context.Context, name string, options v1.GetOptions) (result *coordinationv1.Lease, err error)

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

func (*FakeLeases) List

func (c *FakeLeases) List(ctx context.Context, opts v1.ListOptions) (result *coordinationv1.LeaseList, err error)

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

func (*FakeLeases) Patch

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

Patch applies the patch and returns the patched lease.

func (*FakeLeases) Update

func (c *FakeLeases) Update(ctx context.Context, lease *coordinationv1.Lease, opts v1.UpdateOptions) (result *coordinationv1.Lease, err error)

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

func (*FakeLeases) Watch

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

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

Jump to

Keyboard shortcuts

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