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 FakeCloudV1alpha1

type FakeCloudV1alpha1 struct {
	*testing.Fake
}

func (*FakeCloudV1alpha1) IntegrationAppDynamicses

func (c *FakeCloudV1alpha1) IntegrationAppDynamicses(namespace string) v1alpha1.IntegrationAppDynamicsInterface

func (*FakeCloudV1alpha1) IntegrationAwsExternalIDs

func (c *FakeCloudV1alpha1) IntegrationAwsExternalIDs(namespace string) v1alpha1.IntegrationAwsExternalIDInterface

func (*FakeCloudV1alpha1) IntegrationAzureActivityLogs

func (c *FakeCloudV1alpha1) IntegrationAzureActivityLogs(namespace string) v1alpha1.IntegrationAzureActivityLogInterface

func (*FakeCloudV1alpha1) IntegrationAzures

func (c *FakeCloudV1alpha1) IntegrationAzures(namespace string) v1alpha1.IntegrationAzureInterface

func (*FakeCloudV1alpha1) IntegrationCloudtrails

func (c *FakeCloudV1alpha1) IntegrationCloudtrails(namespace string) v1alpha1.IntegrationCloudtrailInterface

func (*FakeCloudV1alpha1) IntegrationCloudwatches

func (c *FakeCloudV1alpha1) IntegrationCloudwatches(namespace string) v1alpha1.IntegrationCloudwatchInterface

func (*FakeCloudV1alpha1) IntegrationEc2s

func (c *FakeCloudV1alpha1) IntegrationEc2s(namespace string) v1alpha1.IntegrationEc2Interface

func (*FakeCloudV1alpha1) IntegrationGcpBillings

func (c *FakeCloudV1alpha1) IntegrationGcpBillings(namespace string) v1alpha1.IntegrationGcpBillingInterface

func (*FakeCloudV1alpha1) IntegrationGcps

func (c *FakeCloudV1alpha1) IntegrationGcps(namespace string) v1alpha1.IntegrationGcpInterface

func (*FakeCloudV1alpha1) IntegrationNewrelics

func (c *FakeCloudV1alpha1) IntegrationNewrelics(namespace string) v1alpha1.IntegrationNewrelicInterface

func (*FakeCloudV1alpha1) IntegrationTeslas

func (c *FakeCloudV1alpha1) IntegrationTeslas(namespace string) v1alpha1.IntegrationTeslaInterface

func (*FakeCloudV1alpha1) RESTClient

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

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

type FakeIntegrationAppDynamicses

type FakeIntegrationAppDynamicses struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationAppDynamicses implements IntegrationAppDynamicsInterface

func (*FakeIntegrationAppDynamicses) Create

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

func (*FakeIntegrationAppDynamicses) Delete

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

func (*FakeIntegrationAppDynamicses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationAppDynamicses) Get

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

func (*FakeIntegrationAppDynamicses) List

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

func (*FakeIntegrationAppDynamicses) Patch

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

Patch applies the patch and returns the patched integrationAppDynamics.

func (*FakeIntegrationAppDynamicses) Update

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

func (*FakeIntegrationAppDynamicses) UpdateStatus

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

func (*FakeIntegrationAppDynamicses) Watch

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

type FakeIntegrationAwsExternalIDs

type FakeIntegrationAwsExternalIDs struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationAwsExternalIDs implements IntegrationAwsExternalIDInterface

func (*FakeIntegrationAwsExternalIDs) Create

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

func (*FakeIntegrationAwsExternalIDs) Delete

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

func (*FakeIntegrationAwsExternalIDs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationAwsExternalIDs) Get

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

func (*FakeIntegrationAwsExternalIDs) List

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

func (*FakeIntegrationAwsExternalIDs) Patch

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

Patch applies the patch and returns the patched integrationAwsExternalID.

func (*FakeIntegrationAwsExternalIDs) Update

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

func (*FakeIntegrationAwsExternalIDs) UpdateStatus

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

func (*FakeIntegrationAwsExternalIDs) Watch

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

type FakeIntegrationAzureActivityLogs

type FakeIntegrationAzureActivityLogs struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationAzureActivityLogs implements IntegrationAzureActivityLogInterface

func (*FakeIntegrationAzureActivityLogs) Create

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

func (*FakeIntegrationAzureActivityLogs) Delete

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

func (*FakeIntegrationAzureActivityLogs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationAzureActivityLogs) Get

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

func (*FakeIntegrationAzureActivityLogs) List

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

func (*FakeIntegrationAzureActivityLogs) Patch

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

Patch applies the patch and returns the patched integrationAzureActivityLog.

func (*FakeIntegrationAzureActivityLogs) Update

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

func (*FakeIntegrationAzureActivityLogs) UpdateStatus

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

func (*FakeIntegrationAzureActivityLogs) Watch

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

type FakeIntegrationAzures

type FakeIntegrationAzures struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationAzures implements IntegrationAzureInterface

func (*FakeIntegrationAzures) Create

func (c *FakeIntegrationAzures) Create(ctx context.Context, integrationAzure *v1alpha1.IntegrationAzure, opts v1.CreateOptions) (result *v1alpha1.IntegrationAzure, err error)

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

func (*FakeIntegrationAzures) Delete

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

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

func (*FakeIntegrationAzures) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationAzures) Get

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

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

func (*FakeIntegrationAzures) List

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

func (*FakeIntegrationAzures) Patch

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

Patch applies the patch and returns the patched integrationAzure.

func (*FakeIntegrationAzures) Update

func (c *FakeIntegrationAzures) Update(ctx context.Context, integrationAzure *v1alpha1.IntegrationAzure, opts v1.UpdateOptions) (result *v1alpha1.IntegrationAzure, err error)

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

func (*FakeIntegrationAzures) UpdateStatus

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

func (*FakeIntegrationAzures) Watch

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

type FakeIntegrationCloudtrails

type FakeIntegrationCloudtrails struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationCloudtrails implements IntegrationCloudtrailInterface

func (*FakeIntegrationCloudtrails) Create

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

func (*FakeIntegrationCloudtrails) Delete

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

func (*FakeIntegrationCloudtrails) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationCloudtrails) Get

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

func (*FakeIntegrationCloudtrails) List

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

func (*FakeIntegrationCloudtrails) Patch

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

Patch applies the patch and returns the patched integrationCloudtrail.

func (*FakeIntegrationCloudtrails) Update

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

func (*FakeIntegrationCloudtrails) UpdateStatus

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

func (*FakeIntegrationCloudtrails) Watch

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

type FakeIntegrationCloudwatches

type FakeIntegrationCloudwatches struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationCloudwatches implements IntegrationCloudwatchInterface

func (*FakeIntegrationCloudwatches) Create

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

func (*FakeIntegrationCloudwatches) Delete

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

func (*FakeIntegrationCloudwatches) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationCloudwatches) Get

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

func (*FakeIntegrationCloudwatches) List

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

func (*FakeIntegrationCloudwatches) Patch

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

Patch applies the patch and returns the patched integrationCloudwatch.

func (*FakeIntegrationCloudwatches) Update

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

func (*FakeIntegrationCloudwatches) UpdateStatus

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

func (*FakeIntegrationCloudwatches) Watch

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

type FakeIntegrationEc2s

type FakeIntegrationEc2s struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationEc2s implements IntegrationEc2Interface

func (*FakeIntegrationEc2s) Create

func (c *FakeIntegrationEc2s) Create(ctx context.Context, integrationEc2 *v1alpha1.IntegrationEc2, opts v1.CreateOptions) (result *v1alpha1.IntegrationEc2, err error)

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

func (*FakeIntegrationEc2s) Delete

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

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

func (*FakeIntegrationEc2s) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationEc2s) Get

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

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

func (*FakeIntegrationEc2s) List

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

func (*FakeIntegrationEc2s) Patch

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

Patch applies the patch and returns the patched integrationEc2.

func (*FakeIntegrationEc2s) Update

func (c *FakeIntegrationEc2s) Update(ctx context.Context, integrationEc2 *v1alpha1.IntegrationEc2, opts v1.UpdateOptions) (result *v1alpha1.IntegrationEc2, err error)

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

func (*FakeIntegrationEc2s) UpdateStatus

func (c *FakeIntegrationEc2s) UpdateStatus(ctx context.Context, integrationEc2 *v1alpha1.IntegrationEc2, opts v1.UpdateOptions) (*v1alpha1.IntegrationEc2, error)

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

func (*FakeIntegrationEc2s) Watch

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

type FakeIntegrationGcpBillings

type FakeIntegrationGcpBillings struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationGcpBillings implements IntegrationGcpBillingInterface

func (*FakeIntegrationGcpBillings) Create

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

func (*FakeIntegrationGcpBillings) Delete

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

func (*FakeIntegrationGcpBillings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationGcpBillings) Get

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

func (*FakeIntegrationGcpBillings) List

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

func (*FakeIntegrationGcpBillings) Patch

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

Patch applies the patch and returns the patched integrationGcpBilling.

func (*FakeIntegrationGcpBillings) Update

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

func (*FakeIntegrationGcpBillings) UpdateStatus

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

func (*FakeIntegrationGcpBillings) Watch

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

type FakeIntegrationGcps

type FakeIntegrationGcps struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationGcps implements IntegrationGcpInterface

func (*FakeIntegrationGcps) Create

func (c *FakeIntegrationGcps) Create(ctx context.Context, integrationGcp *v1alpha1.IntegrationGcp, opts v1.CreateOptions) (result *v1alpha1.IntegrationGcp, err error)

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

func (*FakeIntegrationGcps) Delete

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

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

func (*FakeIntegrationGcps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationGcps) Get

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

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

func (*FakeIntegrationGcps) List

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

func (*FakeIntegrationGcps) Patch

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

Patch applies the patch and returns the patched integrationGcp.

func (*FakeIntegrationGcps) Update

func (c *FakeIntegrationGcps) Update(ctx context.Context, integrationGcp *v1alpha1.IntegrationGcp, opts v1.UpdateOptions) (result *v1alpha1.IntegrationGcp, err error)

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

func (*FakeIntegrationGcps) UpdateStatus

func (c *FakeIntegrationGcps) UpdateStatus(ctx context.Context, integrationGcp *v1alpha1.IntegrationGcp, opts v1.UpdateOptions) (*v1alpha1.IntegrationGcp, error)

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

func (*FakeIntegrationGcps) Watch

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

type FakeIntegrationNewrelics

type FakeIntegrationNewrelics struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationNewrelics implements IntegrationNewrelicInterface

func (*FakeIntegrationNewrelics) Create

func (c *FakeIntegrationNewrelics) Create(ctx context.Context, integrationNewrelic *v1alpha1.IntegrationNewrelic, opts v1.CreateOptions) (result *v1alpha1.IntegrationNewrelic, err error)

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

func (*FakeIntegrationNewrelics) Delete

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

func (*FakeIntegrationNewrelics) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationNewrelics) Get

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

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

func (*FakeIntegrationNewrelics) List

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

func (*FakeIntegrationNewrelics) Patch

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

Patch applies the patch and returns the patched integrationNewrelic.

func (*FakeIntegrationNewrelics) Update

func (c *FakeIntegrationNewrelics) Update(ctx context.Context, integrationNewrelic *v1alpha1.IntegrationNewrelic, opts v1.UpdateOptions) (result *v1alpha1.IntegrationNewrelic, err error)

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

func (*FakeIntegrationNewrelics) UpdateStatus

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

func (*FakeIntegrationNewrelics) Watch

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

type FakeIntegrationTeslas

type FakeIntegrationTeslas struct {
	Fake *FakeCloudV1alpha1
	// contains filtered or unexported fields
}

FakeIntegrationTeslas implements IntegrationTeslaInterface

func (*FakeIntegrationTeslas) Create

func (c *FakeIntegrationTeslas) Create(ctx context.Context, integrationTesla *v1alpha1.IntegrationTesla, opts v1.CreateOptions) (result *v1alpha1.IntegrationTesla, err error)

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

func (*FakeIntegrationTeslas) Delete

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

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

func (*FakeIntegrationTeslas) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIntegrationTeslas) Get

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

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

func (*FakeIntegrationTeslas) List

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

func (*FakeIntegrationTeslas) Patch

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

Patch applies the patch and returns the patched integrationTesla.

func (*FakeIntegrationTeslas) Update

func (c *FakeIntegrationTeslas) Update(ctx context.Context, integrationTesla *v1alpha1.IntegrationTesla, opts v1.UpdateOptions) (result *v1alpha1.IntegrationTesla, err error)

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

func (*FakeIntegrationTeslas) UpdateStatus

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

func (*FakeIntegrationTeslas) Watch

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

Jump to

Keyboard shortcuts

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