fake

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 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 FakeDnsV1alpha1

type FakeDnsV1alpha1 struct {
	*testing.Fake
}

func (*FakeDnsV1alpha1) ManagedZones

func (c *FakeDnsV1alpha1) ManagedZones(namespace string) v1alpha1.ManagedZoneInterface

func (*FakeDnsV1alpha1) Policies

func (c *FakeDnsV1alpha1) Policies(namespace string) v1alpha1.PolicyInterface

func (*FakeDnsV1alpha1) RESTClient

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

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

func (*FakeDnsV1alpha1) RecordSets

func (c *FakeDnsV1alpha1) RecordSets(namespace string) v1alpha1.RecordSetInterface

type FakeManagedZones

type FakeManagedZones struct {
	Fake *FakeDnsV1alpha1
	// contains filtered or unexported fields
}

FakeManagedZones implements ManagedZoneInterface

func (*FakeManagedZones) Create

func (c *FakeManagedZones) Create(ctx context.Context, managedZone *v1alpha1.ManagedZone, opts v1.CreateOptions) (result *v1alpha1.ManagedZone, err error)

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

func (*FakeManagedZones) Delete

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

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

func (*FakeManagedZones) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeManagedZones) Get

func (c *FakeManagedZones) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ManagedZone, err error)

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

func (*FakeManagedZones) List

func (c *FakeManagedZones) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ManagedZoneList, err error)

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

func (*FakeManagedZones) Patch

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

Patch applies the patch and returns the patched managedZone.

func (*FakeManagedZones) Update

func (c *FakeManagedZones) Update(ctx context.Context, managedZone *v1alpha1.ManagedZone, opts v1.UpdateOptions) (result *v1alpha1.ManagedZone, err error)

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

func (*FakeManagedZones) UpdateStatus

func (c *FakeManagedZones) UpdateStatus(ctx context.Context, managedZone *v1alpha1.ManagedZone, opts v1.UpdateOptions) (*v1alpha1.ManagedZone, error)

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

func (*FakeManagedZones) Watch

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

type FakePolicies

type FakePolicies struct {
	Fake *FakeDnsV1alpha1
	// contains filtered or unexported fields
}

FakePolicies implements PolicyInterface

func (*FakePolicies) Create

func (c *FakePolicies) Create(ctx context.Context, policy *v1alpha1.Policy, opts v1.CreateOptions) (result *v1alpha1.Policy, err error)

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

func (*FakePolicies) Delete

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

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

func (*FakePolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePolicies) Get

func (c *FakePolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Policy, err error)

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

func (*FakePolicies) List

func (c *FakePolicies) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.PolicyList, err error)

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

func (*FakePolicies) Patch

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

Patch applies the patch and returns the patched policy.

func (*FakePolicies) Update

func (c *FakePolicies) Update(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (result *v1alpha1.Policy, err error)

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

func (*FakePolicies) UpdateStatus

func (c *FakePolicies) UpdateStatus(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (*v1alpha1.Policy, error)

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

func (*FakePolicies) Watch

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

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

type FakeRecordSets

type FakeRecordSets struct {
	Fake *FakeDnsV1alpha1
	// contains filtered or unexported fields
}

FakeRecordSets implements RecordSetInterface

func (*FakeRecordSets) Create

func (c *FakeRecordSets) Create(ctx context.Context, recordSet *v1alpha1.RecordSet, opts v1.CreateOptions) (result *v1alpha1.RecordSet, err error)

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

func (*FakeRecordSets) Delete

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

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

func (*FakeRecordSets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRecordSets) Get

func (c *FakeRecordSets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.RecordSet, err error)

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

func (*FakeRecordSets) List

func (c *FakeRecordSets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.RecordSetList, err error)

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

func (*FakeRecordSets) Patch

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

Patch applies the patch and returns the patched recordSet.

func (*FakeRecordSets) Update

func (c *FakeRecordSets) Update(ctx context.Context, recordSet *v1alpha1.RecordSet, opts v1.UpdateOptions) (result *v1alpha1.RecordSet, err error)

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

func (*FakeRecordSets) UpdateStatus

func (c *FakeRecordSets) UpdateStatus(ctx context.Context, recordSet *v1alpha1.RecordSet, opts v1.UpdateOptions) (*v1alpha1.RecordSet, error)

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

func (*FakeRecordSets) Watch

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

Jump to

Keyboard shortcuts

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