package fake

import "k8s.io/client-go/kubernetes/typed/discovery/v1alpha1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeDiscoveryV1alpha1

type FakeDiscoveryV1alpha1 struct {
	*testing.Fake
}

func (*FakeDiscoveryV1alpha1) EndpointSlices

func (c *FakeDiscoveryV1alpha1) EndpointSlices(namespace string) v1alpha1.EndpointSliceInterface

func (*FakeDiscoveryV1alpha1) RESTClient

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

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

type FakeEndpointSlices

type FakeEndpointSlices struct {
	Fake *FakeDiscoveryV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointSlices implements EndpointSliceInterface

func (*FakeEndpointSlices) Create

func (c *FakeEndpointSlices) Create(endpointSlice *v1alpha1.EndpointSlice) (result *v1alpha1.EndpointSlice, err error)

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

func (*FakeEndpointSlices) Delete

func (c *FakeEndpointSlices) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeEndpointSlices) DeleteCollection

func (c *FakeEndpointSlices) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointSlices) Get

func (c *FakeEndpointSlices) Get(name string, options v1.GetOptions) (result *v1alpha1.EndpointSlice, err error)

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

func (*FakeEndpointSlices) List

func (c *FakeEndpointSlices) List(opts v1.ListOptions) (result *v1alpha1.EndpointSliceList, err error)

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

func (*FakeEndpointSlices) Patch

func (c *FakeEndpointSlices) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.EndpointSlice, err error)

Patch applies the patch and returns the patched endpointSlice.

func (*FakeEndpointSlices) Update

func (c *FakeEndpointSlices) Update(endpointSlice *v1alpha1.EndpointSlice) (result *v1alpha1.EndpointSlice, err error)

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

func (*FakeEndpointSlices) Watch

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

Source Files

doc.go fake_discovery_client.go fake_endpointslice.go

Version
v0.16.13-rc.0
Published
Jun 26, 2020
Platform
linux/amd64
Imports
9 packages
Last checked
5 minutes ago

Tools for package owners.