fake

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2020 License: Apache-2.0 Imports: 9 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 FakeEventListeners

type FakeEventListeners struct {
	Fake *FakeTektonV1alpha1
	// contains filtered or unexported fields
}

FakeEventListeners implements EventListenerInterface

func (*FakeEventListeners) Create

func (c *FakeEventListeners) Create(eventListener *v1alpha1.EventListener) (result *v1alpha1.EventListener, err error)

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

func (*FakeEventListeners) Delete

func (c *FakeEventListeners) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeEventListeners) DeleteCollection

func (c *FakeEventListeners) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEventListeners) Get

func (c *FakeEventListeners) Get(name string, options v1.GetOptions) (result *v1alpha1.EventListener, err error)

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

func (*FakeEventListeners) List

func (c *FakeEventListeners) List(opts v1.ListOptions) (result *v1alpha1.EventListenerList, err error)

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

func (*FakeEventListeners) Patch

func (c *FakeEventListeners) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.EventListener, err error)

Patch applies the patch and returns the patched eventListener.

func (*FakeEventListeners) Update

func (c *FakeEventListeners) Update(eventListener *v1alpha1.EventListener) (result *v1alpha1.EventListener, err error)

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

func (*FakeEventListeners) UpdateStatus

func (c *FakeEventListeners) UpdateStatus(eventListener *v1alpha1.EventListener) (*v1alpha1.EventListener, error)

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

func (*FakeEventListeners) Watch

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

type FakeTektonV1alpha1

type FakeTektonV1alpha1 struct {
	*testing.Fake
}

func (*FakeTektonV1alpha1) EventListeners

func (c *FakeTektonV1alpha1) EventListeners(namespace string) v1alpha1.EventListenerInterface

func (*FakeTektonV1alpha1) RESTClient

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

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

func (*FakeTektonV1alpha1) TriggerBindings

func (c *FakeTektonV1alpha1) TriggerBindings(namespace string) v1alpha1.TriggerBindingInterface

func (*FakeTektonV1alpha1) TriggerTemplates

func (c *FakeTektonV1alpha1) TriggerTemplates(namespace string) v1alpha1.TriggerTemplateInterface

type FakeTriggerBindings

type FakeTriggerBindings struct {
	Fake *FakeTektonV1alpha1
	// contains filtered or unexported fields
}

FakeTriggerBindings implements TriggerBindingInterface

func (*FakeTriggerBindings) Create

func (c *FakeTriggerBindings) Create(triggerBinding *v1alpha1.TriggerBinding) (result *v1alpha1.TriggerBinding, err error)

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

func (*FakeTriggerBindings) Delete

func (c *FakeTriggerBindings) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeTriggerBindings) DeleteCollection

func (c *FakeTriggerBindings) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTriggerBindings) Get

func (c *FakeTriggerBindings) Get(name string, options v1.GetOptions) (result *v1alpha1.TriggerBinding, err error)

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

func (*FakeTriggerBindings) List

func (c *FakeTriggerBindings) List(opts v1.ListOptions) (result *v1alpha1.TriggerBindingList, err error)

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

func (*FakeTriggerBindings) Patch

func (c *FakeTriggerBindings) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.TriggerBinding, err error)

Patch applies the patch and returns the patched triggerBinding.

func (*FakeTriggerBindings) Update

func (c *FakeTriggerBindings) Update(triggerBinding *v1alpha1.TriggerBinding) (result *v1alpha1.TriggerBinding, err error)

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

func (*FakeTriggerBindings) UpdateStatus

func (c *FakeTriggerBindings) UpdateStatus(triggerBinding *v1alpha1.TriggerBinding) (*v1alpha1.TriggerBinding, error)

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

func (*FakeTriggerBindings) Watch

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

type FakeTriggerTemplates

type FakeTriggerTemplates struct {
	Fake *FakeTektonV1alpha1
	// contains filtered or unexported fields
}

FakeTriggerTemplates implements TriggerTemplateInterface

func (*FakeTriggerTemplates) Create

func (c *FakeTriggerTemplates) Create(triggerTemplate *v1alpha1.TriggerTemplate) (result *v1alpha1.TriggerTemplate, err error)

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

func (*FakeTriggerTemplates) Delete

func (c *FakeTriggerTemplates) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeTriggerTemplates) DeleteCollection

func (c *FakeTriggerTemplates) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTriggerTemplates) Get

func (c *FakeTriggerTemplates) Get(name string, options v1.GetOptions) (result *v1alpha1.TriggerTemplate, err error)

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

func (*FakeTriggerTemplates) List

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

func (*FakeTriggerTemplates) Patch

func (c *FakeTriggerTemplates) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.TriggerTemplate, err error)

Patch applies the patch and returns the patched triggerTemplate.

func (*FakeTriggerTemplates) Update

func (c *FakeTriggerTemplates) Update(triggerTemplate *v1alpha1.TriggerTemplate) (result *v1alpha1.TriggerTemplate, err error)

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

func (*FakeTriggerTemplates) UpdateStatus

func (c *FakeTriggerTemplates) UpdateStatus(triggerTemplate *v1alpha1.TriggerTemplate) (*v1alpha1.TriggerTemplate, error)

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

func (*FakeTriggerTemplates) Watch

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

Jump to

Keyboard shortcuts

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