Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeCoordinationV1beta1
- type FakeLeases
- func (c *FakeLeases) Apply(ctx context.Context, lease *coordinationv1beta1.LeaseApplyConfiguration, ...) (result *v1beta1.Lease, err error)
- func (c *FakeLeases) Create(ctx context.Context, lease *v1beta1.Lease, opts v1.CreateOptions) (result *v1beta1.Lease, err error)
- func (c *FakeLeases) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeLeases) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeLeases) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.Lease, err error)
- func (c *FakeLeases) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.LeaseList, err error)
- func (c *FakeLeases) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1beta1.Lease, err error)
- func (c *FakeLeases) Update(ctx context.Context, lease *v1beta1.Lease, opts v1.UpdateOptions) (result *v1beta1.Lease, err error)
- func (c *FakeLeases) 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 FakeCoordinationV1beta1 ¶
func (*FakeCoordinationV1beta1) Leases ¶
func (c *FakeCoordinationV1beta1) Leases(namespace string) v1beta1.LeaseInterface
func (*FakeCoordinationV1beta1) RESTClient ¶
func (c *FakeCoordinationV1beta1) 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 *FakeCoordinationV1beta1 // contains filtered or unexported fields }
FakeLeases implements LeaseInterface
func (*FakeLeases) Apply ¶ added in v0.21.0
func (c *FakeLeases) Apply(ctx context.Context, lease *coordinationv1beta1.LeaseApplyConfiguration, opts v1.ApplyOptions) (result *v1beta1.Lease, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied lease.
func (*FakeLeases) Create ¶
func (c *FakeLeases) Create(ctx context.Context, lease *v1beta1.Lease, opts v1.CreateOptions) (result *v1beta1.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 *v1beta1.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 *v1beta1.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 *v1beta1.Lease, err error)
Patch applies the patch and returns the patched lease.
func (*FakeLeases) Update ¶
func (c *FakeLeases) Update(ctx context.Context, lease *v1beta1.Lease, opts v1.UpdateOptions) (result *v1beta1.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.