fake

package
v1.0.1-0...-1280aca Latest Latest
Warning

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

Go to latest
Published: Aug 19, 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 FakeK8sV1alpha1

type FakeK8sV1alpha1 struct {
	*testing.Fake
}

func (*FakeK8sV1alpha1) NetworkChainings

func (c *FakeK8sV1alpha1) NetworkChainings(namespace string) v1alpha1.NetworkChainingInterface

func (*FakeK8sV1alpha1) Networks

func (c *FakeK8sV1alpha1) Networks(namespace string) v1alpha1.NetworkInterface

func (*FakeK8sV1alpha1) ProviderNetworks

func (c *FakeK8sV1alpha1) ProviderNetworks(namespace string) v1alpha1.ProviderNetworkInterface

func (*FakeK8sV1alpha1) RESTClient

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

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

type FakeNetworkChainings

type FakeNetworkChainings struct {
	Fake *FakeK8sV1alpha1
	// contains filtered or unexported fields
}

FakeNetworkChainings implements NetworkChainingInterface

func (*FakeNetworkChainings) Create

func (c *FakeNetworkChainings) Create(ctx context.Context, networkChaining *v1alpha1.NetworkChaining, opts v1.CreateOptions) (result *v1alpha1.NetworkChaining, err error)

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

func (*FakeNetworkChainings) Delete

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

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

func (*FakeNetworkChainings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworkChainings) Get

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

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

func (*FakeNetworkChainings) List

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

func (*FakeNetworkChainings) Patch

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

Patch applies the patch and returns the patched networkChaining.

func (*FakeNetworkChainings) Update

func (c *FakeNetworkChainings) Update(ctx context.Context, networkChaining *v1alpha1.NetworkChaining, opts v1.UpdateOptions) (result *v1alpha1.NetworkChaining, err error)

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

func (*FakeNetworkChainings) UpdateStatus

func (c *FakeNetworkChainings) UpdateStatus(ctx context.Context, networkChaining *v1alpha1.NetworkChaining, opts v1.UpdateOptions) (*v1alpha1.NetworkChaining, error)

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

func (*FakeNetworkChainings) Watch

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

type FakeNetworks

type FakeNetworks struct {
	Fake *FakeK8sV1alpha1
	// contains filtered or unexported fields
}

FakeNetworks implements NetworkInterface

func (*FakeNetworks) Create

func (c *FakeNetworks) Create(ctx context.Context, network *v1alpha1.Network, opts v1.CreateOptions) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) Delete

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

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

func (*FakeNetworks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworks) Get

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

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

func (*FakeNetworks) List

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

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

func (*FakeNetworks) Patch

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

Patch applies the patch and returns the patched network.

func (*FakeNetworks) Update

func (c *FakeNetworks) Update(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) UpdateStatus

func (c *FakeNetworks) UpdateStatus(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (*v1alpha1.Network, error)

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

func (*FakeNetworks) Watch

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

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

type FakeProviderNetworks

type FakeProviderNetworks struct {
	Fake *FakeK8sV1alpha1
	// contains filtered or unexported fields
}

FakeProviderNetworks implements ProviderNetworkInterface

func (*FakeProviderNetworks) Create

func (c *FakeProviderNetworks) Create(ctx context.Context, providerNetwork *v1alpha1.ProviderNetwork, opts v1.CreateOptions) (result *v1alpha1.ProviderNetwork, err error)

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

func (*FakeProviderNetworks) Delete

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

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

func (*FakeProviderNetworks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProviderNetworks) Get

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

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

func (*FakeProviderNetworks) List

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

func (*FakeProviderNetworks) Patch

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

Patch applies the patch and returns the patched providerNetwork.

func (*FakeProviderNetworks) Update

func (c *FakeProviderNetworks) Update(ctx context.Context, providerNetwork *v1alpha1.ProviderNetwork, opts v1.UpdateOptions) (result *v1alpha1.ProviderNetwork, err error)

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

func (*FakeProviderNetworks) UpdateStatus

func (c *FakeProviderNetworks) UpdateStatus(ctx context.Context, providerNetwork *v1alpha1.ProviderNetwork, opts v1.UpdateOptions) (*v1alpha1.ProviderNetwork, error)

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

func (*FakeProviderNetworks) Watch

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

Jump to

Keyboard shortcuts

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