fake

package
v0.18.3 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2021 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 FakeCloudAuditLogsSources added in v0.12.0

type FakeCloudAuditLogsSources struct {
	Fake *FakeEventsV1alpha1
	// contains filtered or unexported fields
}

FakeCloudAuditLogsSources implements CloudAuditLogsSourceInterface

func (*FakeCloudAuditLogsSources) Create added in v0.12.0

func (c *FakeCloudAuditLogsSources) Create(ctx context.Context, cloudAuditLogsSource *v1alpha1.CloudAuditLogsSource, opts v1.CreateOptions) (result *v1alpha1.CloudAuditLogsSource, err error)

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

func (*FakeCloudAuditLogsSources) Delete added in v0.12.0

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

func (*FakeCloudAuditLogsSources) DeleteCollection added in v0.12.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudAuditLogsSources) Get added in v0.12.0

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

func (*FakeCloudAuditLogsSources) List added in v0.12.0

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

func (*FakeCloudAuditLogsSources) Patch added in v0.12.0

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

Patch applies the patch and returns the patched cloudAuditLogsSource.

func (*FakeCloudAuditLogsSources) Update added in v0.12.0

func (c *FakeCloudAuditLogsSources) Update(ctx context.Context, cloudAuditLogsSource *v1alpha1.CloudAuditLogsSource, opts v1.UpdateOptions) (result *v1alpha1.CloudAuditLogsSource, err error)

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

func (*FakeCloudAuditLogsSources) UpdateStatus added in v0.12.0

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

func (*FakeCloudAuditLogsSources) Watch added in v0.12.0

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

type FakeCloudBuildSources added in v0.14.0

type FakeCloudBuildSources struct {
	Fake *FakeEventsV1alpha1
	// contains filtered or unexported fields
}

FakeCloudBuildSources implements CloudBuildSourceInterface

func (*FakeCloudBuildSources) Create added in v0.14.0

func (c *FakeCloudBuildSources) Create(ctx context.Context, cloudBuildSource *v1alpha1.CloudBuildSource, opts v1.CreateOptions) (result *v1alpha1.CloudBuildSource, err error)

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

func (*FakeCloudBuildSources) Delete added in v0.14.0

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

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

func (*FakeCloudBuildSources) DeleteCollection added in v0.14.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudBuildSources) Get added in v0.14.0

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

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

func (*FakeCloudBuildSources) List added in v0.14.0

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

func (*FakeCloudBuildSources) Patch added in v0.14.0

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

Patch applies the patch and returns the patched cloudBuildSource.

func (*FakeCloudBuildSources) Update added in v0.14.0

func (c *FakeCloudBuildSources) Update(ctx context.Context, cloudBuildSource *v1alpha1.CloudBuildSource, opts v1.UpdateOptions) (result *v1alpha1.CloudBuildSource, err error)

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

func (*FakeCloudBuildSources) UpdateStatus added in v0.14.0

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

func (*FakeCloudBuildSources) Watch added in v0.14.0

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

type FakeCloudPubSubSources added in v0.12.0

type FakeCloudPubSubSources struct {
	Fake *FakeEventsV1alpha1
	// contains filtered or unexported fields
}

FakeCloudPubSubSources implements CloudPubSubSourceInterface

func (*FakeCloudPubSubSources) Create added in v0.12.0

func (c *FakeCloudPubSubSources) Create(ctx context.Context, cloudPubSubSource *v1alpha1.CloudPubSubSource, opts v1.CreateOptions) (result *v1alpha1.CloudPubSubSource, err error)

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

func (*FakeCloudPubSubSources) Delete added in v0.12.0

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

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

func (*FakeCloudPubSubSources) DeleteCollection added in v0.12.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudPubSubSources) Get added in v0.12.0

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

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

func (*FakeCloudPubSubSources) List added in v0.12.0

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

func (*FakeCloudPubSubSources) Patch added in v0.12.0

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

Patch applies the patch and returns the patched cloudPubSubSource.

func (*FakeCloudPubSubSources) Update added in v0.12.0

func (c *FakeCloudPubSubSources) Update(ctx context.Context, cloudPubSubSource *v1alpha1.CloudPubSubSource, opts v1.UpdateOptions) (result *v1alpha1.CloudPubSubSource, err error)

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

func (*FakeCloudPubSubSources) UpdateStatus added in v0.12.0

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

func (*FakeCloudPubSubSources) Watch added in v0.12.0

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

type FakeCloudSchedulerSources added in v0.12.0

type FakeCloudSchedulerSources struct {
	Fake *FakeEventsV1alpha1
	// contains filtered or unexported fields
}

FakeCloudSchedulerSources implements CloudSchedulerSourceInterface

func (*FakeCloudSchedulerSources) Create added in v0.12.0

func (c *FakeCloudSchedulerSources) Create(ctx context.Context, cloudSchedulerSource *v1alpha1.CloudSchedulerSource, opts v1.CreateOptions) (result *v1alpha1.CloudSchedulerSource, err error)

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

func (*FakeCloudSchedulerSources) Delete added in v0.12.0

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

func (*FakeCloudSchedulerSources) DeleteCollection added in v0.12.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudSchedulerSources) Get added in v0.12.0

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

func (*FakeCloudSchedulerSources) List added in v0.12.0

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

func (*FakeCloudSchedulerSources) Patch added in v0.12.0

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

Patch applies the patch and returns the patched cloudSchedulerSource.

func (*FakeCloudSchedulerSources) Update added in v0.12.0

func (c *FakeCloudSchedulerSources) Update(ctx context.Context, cloudSchedulerSource *v1alpha1.CloudSchedulerSource, opts v1.UpdateOptions) (result *v1alpha1.CloudSchedulerSource, err error)

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

func (*FakeCloudSchedulerSources) UpdateStatus added in v0.12.0

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

func (*FakeCloudSchedulerSources) Watch added in v0.12.0

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

type FakeCloudStorageSources added in v0.12.0

type FakeCloudStorageSources struct {
	Fake *FakeEventsV1alpha1
	// contains filtered or unexported fields
}

FakeCloudStorageSources implements CloudStorageSourceInterface

func (*FakeCloudStorageSources) Create added in v0.12.0

func (c *FakeCloudStorageSources) Create(ctx context.Context, cloudStorageSource *v1alpha1.CloudStorageSource, opts v1.CreateOptions) (result *v1alpha1.CloudStorageSource, err error)

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

func (*FakeCloudStorageSources) Delete added in v0.12.0

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

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

func (*FakeCloudStorageSources) DeleteCollection added in v0.12.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudStorageSources) Get added in v0.12.0

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

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

func (*FakeCloudStorageSources) List added in v0.12.0

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

func (*FakeCloudStorageSources) Patch added in v0.12.0

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

Patch applies the patch and returns the patched cloudStorageSource.

func (*FakeCloudStorageSources) Update added in v0.12.0

func (c *FakeCloudStorageSources) Update(ctx context.Context, cloudStorageSource *v1alpha1.CloudStorageSource, opts v1.UpdateOptions) (result *v1alpha1.CloudStorageSource, err error)

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

func (*FakeCloudStorageSources) UpdateStatus added in v0.12.0

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

func (*FakeCloudStorageSources) Watch added in v0.12.0

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

type FakeEventsV1alpha1

type FakeEventsV1alpha1 struct {
	*testing.Fake
}

func (*FakeEventsV1alpha1) CloudAuditLogsSources added in v0.12.0

func (c *FakeEventsV1alpha1) CloudAuditLogsSources(namespace string) v1alpha1.CloudAuditLogsSourceInterface

func (*FakeEventsV1alpha1) CloudBuildSources added in v0.14.0

func (c *FakeEventsV1alpha1) CloudBuildSources(namespace string) v1alpha1.CloudBuildSourceInterface

func (*FakeEventsV1alpha1) CloudPubSubSources added in v0.12.0

func (c *FakeEventsV1alpha1) CloudPubSubSources(namespace string) v1alpha1.CloudPubSubSourceInterface

func (*FakeEventsV1alpha1) CloudSchedulerSources added in v0.12.0

func (c *FakeEventsV1alpha1) CloudSchedulerSources(namespace string) v1alpha1.CloudSchedulerSourceInterface

func (*FakeEventsV1alpha1) CloudStorageSources added in v0.12.0

func (c *FakeEventsV1alpha1) CloudStorageSources(namespace string) v1alpha1.CloudStorageSourceInterface

func (*FakeEventsV1alpha1) RESTClient

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

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

Jump to

Keyboard shortcuts

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