Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeDiscoveryV1
- type FakeEndpointSlices
- func (c *FakeEndpointSlices) Apply(ctx context.Context, ...) (result *discoveryv1.EndpointSlice, err error)
- func (c *FakeEndpointSlices) Create(ctx context.Context, endpointSlice *discoveryv1.EndpointSlice, ...) (result *discoveryv1.EndpointSlice, err error)
- func (c *FakeEndpointSlices) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeEndpointSlices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeEndpointSlices) Get(ctx context.Context, name string, options v1.GetOptions) (result *discoveryv1.EndpointSlice, err error)
- func (c *FakeEndpointSlices) List(ctx context.Context, opts v1.ListOptions) (result *discoveryv1.EndpointSliceList, err error)
- func (c *FakeEndpointSlices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *discoveryv1.EndpointSlice, err error)
- func (c *FakeEndpointSlices) Update(ctx context.Context, endpointSlice *discoveryv1.EndpointSlice, ...) (result *discoveryv1.EndpointSlice, err error)
- func (c *FakeEndpointSlices) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDiscoveryV1 ¶
func (*FakeDiscoveryV1) EndpointSlices ¶
func (c *FakeDiscoveryV1) EndpointSlices(namespace string) v1.EndpointSliceInterface
func (*FakeDiscoveryV1) RESTClient ¶
func (c *FakeDiscoveryV1) 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 *FakeDiscoveryV1 // contains filtered or unexported fields }
FakeEndpointSlices implements EndpointSliceInterface
func (*FakeEndpointSlices) Apply ¶
func (c *FakeEndpointSlices) Apply(ctx context.Context, endpointSlice *applyconfigurationsdiscoveryv1.EndpointSliceApplyConfiguration, opts v1.ApplyOptions) (result *discoveryv1.EndpointSlice, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied endpointSlice.
func (*FakeEndpointSlices) Create ¶
func (c *FakeEndpointSlices) Create(ctx context.Context, endpointSlice *discoveryv1.EndpointSlice, opts v1.CreateOptions) (result *discoveryv1.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(ctx context.Context, name string, opts 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(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeEndpointSlices) Get ¶
func (c *FakeEndpointSlices) Get(ctx context.Context, name string, options v1.GetOptions) (result *discoveryv1.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(ctx context.Context, opts v1.ListOptions) (result *discoveryv1.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(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *discoveryv1.EndpointSlice, err error)
Patch applies the patch and returns the patched endpointSlice.
func (*FakeEndpointSlices) Update ¶
func (c *FakeEndpointSlices) Update(ctx context.Context, endpointSlice *discoveryv1.EndpointSlice, opts v1.UpdateOptions) (result *discoveryv1.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 ¶
func (c *FakeEndpointSlices) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested endpointSlices.