fake

package
v3.3.8 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2022 License: Apache-2.0 Imports: 10 Imported by: 2

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 FakeArgoprojV1alpha1

type FakeArgoprojV1alpha1 struct {
	*testing.Fake
}

func (*FakeArgoprojV1alpha1) ClusterWorkflowTemplates

func (c *FakeArgoprojV1alpha1) ClusterWorkflowTemplates() v1alpha1.ClusterWorkflowTemplateInterface

func (*FakeArgoprojV1alpha1) CronWorkflows

func (c *FakeArgoprojV1alpha1) CronWorkflows(namespace string) v1alpha1.CronWorkflowInterface

func (*FakeArgoprojV1alpha1) RESTClient

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

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

func (*FakeArgoprojV1alpha1) WorkflowEventBindings

func (c *FakeArgoprojV1alpha1) WorkflowEventBindings(namespace string) v1alpha1.WorkflowEventBindingInterface

func (*FakeArgoprojV1alpha1) WorkflowTaskResults added in v3.3.0

func (c *FakeArgoprojV1alpha1) WorkflowTaskResults(namespace string) v1alpha1.WorkflowTaskResultInterface

func (*FakeArgoprojV1alpha1) WorkflowTaskSets added in v3.2.0

func (c *FakeArgoprojV1alpha1) WorkflowTaskSets(namespace string) v1alpha1.WorkflowTaskSetInterface

func (*FakeArgoprojV1alpha1) WorkflowTemplates

func (c *FakeArgoprojV1alpha1) WorkflowTemplates(namespace string) v1alpha1.WorkflowTemplateInterface

func (*FakeArgoprojV1alpha1) Workflows

func (c *FakeArgoprojV1alpha1) Workflows(namespace string) v1alpha1.WorkflowInterface

type FakeClusterWorkflowTemplates

type FakeClusterWorkflowTemplates struct {
	Fake *FakeArgoprojV1alpha1
}

FakeClusterWorkflowTemplates implements ClusterWorkflowTemplateInterface

func (*FakeClusterWorkflowTemplates) Create

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

func (*FakeClusterWorkflowTemplates) Delete

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

func (*FakeClusterWorkflowTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterWorkflowTemplates) Get

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

func (*FakeClusterWorkflowTemplates) List

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

func (*FakeClusterWorkflowTemplates) Patch

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

Patch applies the patch and returns the patched clusterWorkflowTemplate.

func (*FakeClusterWorkflowTemplates) Update

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

func (*FakeClusterWorkflowTemplates) Watch

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

type FakeCronWorkflows

type FakeCronWorkflows struct {
	Fake *FakeArgoprojV1alpha1
	// contains filtered or unexported fields
}

FakeCronWorkflows implements CronWorkflowInterface

func (*FakeCronWorkflows) Create

func (c *FakeCronWorkflows) Create(ctx context.Context, cronWorkflow *v1alpha1.CronWorkflow, opts v1.CreateOptions) (result *v1alpha1.CronWorkflow, err error)

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

func (*FakeCronWorkflows) Delete

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

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

func (*FakeCronWorkflows) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeCronWorkflows) Get

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

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

func (*FakeCronWorkflows) List

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

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

func (*FakeCronWorkflows) Patch

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

Patch applies the patch and returns the patched cronWorkflow.

func (*FakeCronWorkflows) Update

func (c *FakeCronWorkflows) Update(ctx context.Context, cronWorkflow *v1alpha1.CronWorkflow, opts v1.UpdateOptions) (result *v1alpha1.CronWorkflow, err error)

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

func (*FakeCronWorkflows) Watch

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

type FakeWorkflowEventBindings

type FakeWorkflowEventBindings struct {
	Fake *FakeArgoprojV1alpha1
	// contains filtered or unexported fields
}

FakeWorkflowEventBindings implements WorkflowEventBindingInterface

func (*FakeWorkflowEventBindings) Create

func (c *FakeWorkflowEventBindings) Create(ctx context.Context, workflowEventBinding *v1alpha1.WorkflowEventBinding, opts v1.CreateOptions) (result *v1alpha1.WorkflowEventBinding, err error)

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

func (*FakeWorkflowEventBindings) Delete

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

func (*FakeWorkflowEventBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeWorkflowEventBindings) Get

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

func (*FakeWorkflowEventBindings) List

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

func (*FakeWorkflowEventBindings) Patch

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

Patch applies the patch and returns the patched workflowEventBinding.

func (*FakeWorkflowEventBindings) Update

func (c *FakeWorkflowEventBindings) Update(ctx context.Context, workflowEventBinding *v1alpha1.WorkflowEventBinding, opts v1.UpdateOptions) (result *v1alpha1.WorkflowEventBinding, err error)

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

func (*FakeWorkflowEventBindings) Watch

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

type FakeWorkflowTaskResults added in v3.3.0

type FakeWorkflowTaskResults struct {
	Fake *FakeArgoprojV1alpha1
	// contains filtered or unexported fields
}

FakeWorkflowTaskResults implements WorkflowTaskResultInterface

func (*FakeWorkflowTaskResults) Create added in v3.3.0

func (c *FakeWorkflowTaskResults) Create(ctx context.Context, workflowTaskResult *v1alpha1.WorkflowTaskResult, opts v1.CreateOptions) (result *v1alpha1.WorkflowTaskResult, err error)

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

func (*FakeWorkflowTaskResults) Delete added in v3.3.0

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

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

func (*FakeWorkflowTaskResults) DeleteCollection added in v3.3.0

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

DeleteCollection deletes a collection of objects.

func (*FakeWorkflowTaskResults) Get added in v3.3.0

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

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

func (*FakeWorkflowTaskResults) List added in v3.3.0

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

func (*FakeWorkflowTaskResults) Patch added in v3.3.0

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

Patch applies the patch and returns the patched workflowTaskResult.

func (*FakeWorkflowTaskResults) Update added in v3.3.0

func (c *FakeWorkflowTaskResults) Update(ctx context.Context, workflowTaskResult *v1alpha1.WorkflowTaskResult, opts v1.UpdateOptions) (result *v1alpha1.WorkflowTaskResult, err error)

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

func (*FakeWorkflowTaskResults) Watch added in v3.3.0

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

type FakeWorkflowTaskSets added in v3.2.0

type FakeWorkflowTaskSets struct {
	Fake *FakeArgoprojV1alpha1
	// contains filtered or unexported fields
}

FakeWorkflowTaskSets implements WorkflowTaskSetInterface

func (*FakeWorkflowTaskSets) Create added in v3.2.0

func (c *FakeWorkflowTaskSets) Create(ctx context.Context, workflowTaskSet *v1alpha1.WorkflowTaskSet, opts v1.CreateOptions) (result *v1alpha1.WorkflowTaskSet, err error)

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

func (*FakeWorkflowTaskSets) Delete added in v3.2.0

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

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

func (*FakeWorkflowTaskSets) DeleteCollection added in v3.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeWorkflowTaskSets) Get added in v3.2.0

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

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

func (*FakeWorkflowTaskSets) List added in v3.2.0

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

func (*FakeWorkflowTaskSets) Patch added in v3.2.0

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

Patch applies the patch and returns the patched workflowTaskSet.

func (*FakeWorkflowTaskSets) Update added in v3.2.0

func (c *FakeWorkflowTaskSets) Update(ctx context.Context, workflowTaskSet *v1alpha1.WorkflowTaskSet, opts v1.UpdateOptions) (result *v1alpha1.WorkflowTaskSet, err error)

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

func (*FakeWorkflowTaskSets) UpdateStatus added in v3.2.0

func (c *FakeWorkflowTaskSets) UpdateStatus(ctx context.Context, workflowTaskSet *v1alpha1.WorkflowTaskSet, opts v1.UpdateOptions) (*v1alpha1.WorkflowTaskSet, error)

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

func (*FakeWorkflowTaskSets) Watch added in v3.2.0

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

type FakeWorkflowTemplates

type FakeWorkflowTemplates struct {
	Fake *FakeArgoprojV1alpha1
	// contains filtered or unexported fields
}

FakeWorkflowTemplates implements WorkflowTemplateInterface

func (*FakeWorkflowTemplates) Create

func (c *FakeWorkflowTemplates) Create(ctx context.Context, workflowTemplate *v1alpha1.WorkflowTemplate, opts v1.CreateOptions) (result *v1alpha1.WorkflowTemplate, err error)

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

func (*FakeWorkflowTemplates) Delete

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

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

func (*FakeWorkflowTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeWorkflowTemplates) Get

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

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

func (*FakeWorkflowTemplates) List

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

func (*FakeWorkflowTemplates) Patch

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

Patch applies the patch and returns the patched workflowTemplate.

func (*FakeWorkflowTemplates) Update

func (c *FakeWorkflowTemplates) Update(ctx context.Context, workflowTemplate *v1alpha1.WorkflowTemplate, opts v1.UpdateOptions) (result *v1alpha1.WorkflowTemplate, err error)

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

func (*FakeWorkflowTemplates) Watch

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

type FakeWorkflows

type FakeWorkflows struct {
	Fake *FakeArgoprojV1alpha1
	// contains filtered or unexported fields
}

FakeWorkflows implements WorkflowInterface

func (*FakeWorkflows) Create

func (c *FakeWorkflows) Create(ctx context.Context, workflow *v1alpha1.Workflow, opts v1.CreateOptions) (result *v1alpha1.Workflow, err error)

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

func (*FakeWorkflows) Delete

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

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

func (*FakeWorkflows) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeWorkflows) Get

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

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

func (*FakeWorkflows) List

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

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

func (*FakeWorkflows) Patch

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

Patch applies the patch and returns the patched workflow.

func (*FakeWorkflows) Update

func (c *FakeWorkflows) Update(ctx context.Context, workflow *v1alpha1.Workflow, opts v1.UpdateOptions) (result *v1alpha1.Workflow, err error)

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

func (*FakeWorkflows) Watch

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

Jump to

Keyboard shortcuts

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