fake

package
v2.5.0-rc8+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 4, 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 FakeArgoprojV1alpha1

type FakeArgoprojV1alpha1 struct {
	*testing.Fake
}

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) WorkflowTemplates

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

func (*FakeArgoprojV1alpha1) Workflows

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

type FakeCronWorkflows

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

FakeCronWorkflows implements CronWorkflowInterface

func (*FakeCronWorkflows) Create

func (c *FakeCronWorkflows) Create(cronWorkflow *v1alpha1.CronWorkflow) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeCronWorkflows) Get

func (c *FakeCronWorkflows) Get(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(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CronWorkflow, err error)

Patch applies the patch and returns the patched cronWorkflow.

func (*FakeCronWorkflows) Update

func (c *FakeCronWorkflows) Update(cronWorkflow *v1alpha1.CronWorkflow) (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 FakeWorkflowTemplates

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

FakeWorkflowTemplates implements WorkflowTemplateInterface

func (*FakeWorkflowTemplates) Create

func (c *FakeWorkflowTemplates) Create(workflowTemplate *v1alpha1.WorkflowTemplate) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeWorkflowTemplates) Get

func (c *FakeWorkflowTemplates) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.WorkflowTemplate, err error)

Patch applies the patch and returns the patched workflowTemplate.

func (*FakeWorkflowTemplates) Update

func (c *FakeWorkflowTemplates) Update(workflowTemplate *v1alpha1.WorkflowTemplate) (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(workflow *v1alpha1.Workflow) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeWorkflows) Get

func (c *FakeWorkflows) Get(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(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Workflow, err error)

Patch applies the patch and returns the patched workflow.

func (*FakeWorkflows) Update

func (c *FakeWorkflows) Update(workflow *v1alpha1.Workflow) (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

func (c *FakeWorkflows) Watch(opts v1.ListOptions) (watch.Interface, error)

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