fake

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2021 License: Apache-2.0 Imports: 10 Imported by: 10

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 FakeClusterTasks

type FakeClusterTasks struct {
	Fake *FakeTektonV1alpha1
}

FakeClusterTasks implements ClusterTaskInterface

func (*FakeClusterTasks) Create

func (c *FakeClusterTasks) Create(ctx context.Context, clusterTask *v1alpha1.ClusterTask, opts v1.CreateOptions) (result *v1alpha1.ClusterTask, err error)

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

func (*FakeClusterTasks) Delete

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

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

func (*FakeClusterTasks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterTasks) Get

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

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

func (*FakeClusterTasks) List

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

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

func (*FakeClusterTasks) Patch

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

Patch applies the patch and returns the patched clusterTask.

func (*FakeClusterTasks) Update

func (c *FakeClusterTasks) Update(ctx context.Context, clusterTask *v1alpha1.ClusterTask, opts v1.UpdateOptions) (result *v1alpha1.ClusterTask, err error)

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

func (*FakeClusterTasks) Watch

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

type FakeConditions added in v0.6.0

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

FakeConditions implements ConditionInterface

func (*FakeConditions) Create added in v0.6.0

func (c *FakeConditions) Create(ctx context.Context, condition *v1alpha1.Condition, opts v1.CreateOptions) (result *v1alpha1.Condition, err error)

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

func (*FakeConditions) Delete added in v0.6.0

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

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

func (*FakeConditions) DeleteCollection added in v0.6.0

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

DeleteCollection deletes a collection of objects.

func (*FakeConditions) Get added in v0.6.0

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

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

func (*FakeConditions) List added in v0.6.0

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

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

func (*FakeConditions) Patch added in v0.6.0

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

Patch applies the patch and returns the patched condition.

func (*FakeConditions) Update added in v0.6.0

func (c *FakeConditions) Update(ctx context.Context, condition *v1alpha1.Condition, opts v1.UpdateOptions) (result *v1alpha1.Condition, err error)

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

func (*FakeConditions) Watch added in v0.6.0

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

type FakePipelineRuns

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

FakePipelineRuns implements PipelineRunInterface

func (*FakePipelineRuns) Create

func (c *FakePipelineRuns) Create(ctx context.Context, pipelineRun *v1alpha1.PipelineRun, opts v1.CreateOptions) (result *v1alpha1.PipelineRun, err error)

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

func (*FakePipelineRuns) Delete

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

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

func (*FakePipelineRuns) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePipelineRuns) Get

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

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

func (*FakePipelineRuns) List

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

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

func (*FakePipelineRuns) Patch

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

Patch applies the patch and returns the patched pipelineRun.

func (*FakePipelineRuns) Update

func (c *FakePipelineRuns) Update(ctx context.Context, pipelineRun *v1alpha1.PipelineRun, opts v1.UpdateOptions) (result *v1alpha1.PipelineRun, err error)

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

func (*FakePipelineRuns) UpdateStatus

func (c *FakePipelineRuns) UpdateStatus(ctx context.Context, pipelineRun *v1alpha1.PipelineRun, opts v1.UpdateOptions) (*v1alpha1.PipelineRun, error)

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

func (*FakePipelineRuns) Watch

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

type FakePipelines

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

FakePipelines implements PipelineInterface

func (*FakePipelines) Create

func (c *FakePipelines) Create(ctx context.Context, pipeline *v1alpha1.Pipeline, opts v1.CreateOptions) (result *v1alpha1.Pipeline, err error)

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

func (*FakePipelines) Delete

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

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

func (*FakePipelines) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePipelines) Get

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

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

func (*FakePipelines) List

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

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

func (*FakePipelines) Patch

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

Patch applies the patch and returns the patched pipeline.

func (*FakePipelines) Update

func (c *FakePipelines) Update(ctx context.Context, pipeline *v1alpha1.Pipeline, opts v1.UpdateOptions) (result *v1alpha1.Pipeline, err error)

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

func (*FakePipelines) Watch

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

type FakeRuns added in v0.15.0

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

FakeRuns implements RunInterface

func (*FakeRuns) Create added in v0.15.0

func (c *FakeRuns) Create(ctx context.Context, run *v1alpha1.Run, opts v1.CreateOptions) (result *v1alpha1.Run, err error)

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

func (*FakeRuns) Delete added in v0.15.0

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

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

func (*FakeRuns) DeleteCollection added in v0.15.0

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

DeleteCollection deletes a collection of objects.

func (*FakeRuns) Get added in v0.15.0

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

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

func (*FakeRuns) List added in v0.15.0

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

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

func (*FakeRuns) Patch added in v0.15.0

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

Patch applies the patch and returns the patched run.

func (*FakeRuns) Update added in v0.15.0

func (c *FakeRuns) Update(ctx context.Context, run *v1alpha1.Run, opts v1.UpdateOptions) (result *v1alpha1.Run, err error)

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

func (*FakeRuns) UpdateStatus added in v0.15.0

func (c *FakeRuns) UpdateStatus(ctx context.Context, run *v1alpha1.Run, opts v1.UpdateOptions) (*v1alpha1.Run, error)

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

func (*FakeRuns) Watch added in v0.15.0

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

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

type FakeTaskRuns

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

FakeTaskRuns implements TaskRunInterface

func (*FakeTaskRuns) Create

func (c *FakeTaskRuns) Create(ctx context.Context, taskRun *v1alpha1.TaskRun, opts v1.CreateOptions) (result *v1alpha1.TaskRun, err error)

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

func (*FakeTaskRuns) Delete

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

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

func (*FakeTaskRuns) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeTaskRuns) Get

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

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

func (*FakeTaskRuns) List

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

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

func (*FakeTaskRuns) Patch

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

Patch applies the patch and returns the patched taskRun.

func (*FakeTaskRuns) Update

func (c *FakeTaskRuns) Update(ctx context.Context, taskRun *v1alpha1.TaskRun, opts v1.UpdateOptions) (result *v1alpha1.TaskRun, err error)

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

func (*FakeTaskRuns) UpdateStatus

func (c *FakeTaskRuns) UpdateStatus(ctx context.Context, taskRun *v1alpha1.TaskRun, opts v1.UpdateOptions) (*v1alpha1.TaskRun, error)

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

func (*FakeTaskRuns) Watch

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

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

type FakeTasks

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

FakeTasks implements TaskInterface

func (*FakeTasks) Create

func (c *FakeTasks) Create(ctx context.Context, task *v1alpha1.Task, opts v1.CreateOptions) (result *v1alpha1.Task, err error)

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

func (*FakeTasks) Delete

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

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

func (*FakeTasks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeTasks) Get

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

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

func (*FakeTasks) List

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

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

func (*FakeTasks) Patch

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

Patch applies the patch and returns the patched task.

func (*FakeTasks) Update

func (c *FakeTasks) Update(ctx context.Context, task *v1alpha1.Task, opts v1.UpdateOptions) (result *v1alpha1.Task, err error)

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

func (*FakeTasks) Watch

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

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

type FakeTektonV1alpha1

type FakeTektonV1alpha1 struct {
	*testing.Fake
}

func (*FakeTektonV1alpha1) ClusterTasks

func (*FakeTektonV1alpha1) Conditions added in v0.6.0

func (c *FakeTektonV1alpha1) Conditions(namespace string) v1alpha1.ConditionInterface

func (*FakeTektonV1alpha1) PipelineRuns

func (c *FakeTektonV1alpha1) PipelineRuns(namespace string) v1alpha1.PipelineRunInterface

func (*FakeTektonV1alpha1) Pipelines

func (c *FakeTektonV1alpha1) Pipelines(namespace string) v1alpha1.PipelineInterface

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) Runs added in v0.15.0

func (c *FakeTektonV1alpha1) Runs(namespace string) v1alpha1.RunInterface

func (*FakeTektonV1alpha1) TaskRuns

func (c *FakeTektonV1alpha1) TaskRuns(namespace string) v1alpha1.TaskRunInterface

func (*FakeTektonV1alpha1) Tasks

func (c *FakeTektonV1alpha1) Tasks(namespace string) v1alpha1.TaskInterface

Jump to

Keyboard shortcuts

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