v1alpha1

package
v3.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgoprojV1alpha1Client

type ArgoprojV1alpha1Client struct {
	// contains filtered or unexported fields
}

ArgoprojV1alpha1Client is used to interact with features provided by the argoproj.io group.

func New

New creates a new ArgoprojV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*ArgoprojV1alpha1Client, error)

NewForConfig creates a new ArgoprojV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ArgoprojV1alpha1Client

NewForConfigOrDie creates a new ArgoprojV1alpha1Client for the given config and panics if there is an error in the config.

func (*ArgoprojV1alpha1Client) ClusterWorkflowTemplates

func (c *ArgoprojV1alpha1Client) ClusterWorkflowTemplates() ClusterWorkflowTemplateInterface

func (*ArgoprojV1alpha1Client) CronWorkflows

func (c *ArgoprojV1alpha1Client) CronWorkflows(namespace string) CronWorkflowInterface

func (*ArgoprojV1alpha1Client) RESTClient

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

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

func (*ArgoprojV1alpha1Client) WorkflowEventBindings

func (c *ArgoprojV1alpha1Client) WorkflowEventBindings(namespace string) WorkflowEventBindingInterface

func (*ArgoprojV1alpha1Client) WorkflowTemplates

func (c *ArgoprojV1alpha1Client) WorkflowTemplates(namespace string) WorkflowTemplateInterface

func (*ArgoprojV1alpha1Client) Workflows

func (c *ArgoprojV1alpha1Client) Workflows(namespace string) WorkflowInterface

type ClusterWorkflowTemplateExpansion

type ClusterWorkflowTemplateExpansion interface{}

type ClusterWorkflowTemplateInterface

type ClusterWorkflowTemplateInterface interface {
	Create(ctx context.Context, clusterWorkflowTemplate *v1alpha1.ClusterWorkflowTemplate, opts v1.CreateOptions) (*v1alpha1.ClusterWorkflowTemplate, error)
	Update(ctx context.Context, clusterWorkflowTemplate *v1alpha1.ClusterWorkflowTemplate, opts v1.UpdateOptions) (*v1alpha1.ClusterWorkflowTemplate, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ClusterWorkflowTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterWorkflowTemplateList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterWorkflowTemplate, err error)
	ClusterWorkflowTemplateExpansion
}

ClusterWorkflowTemplateInterface has methods to work with ClusterWorkflowTemplate resources.

type ClusterWorkflowTemplatesGetter

type ClusterWorkflowTemplatesGetter interface {
	ClusterWorkflowTemplates() ClusterWorkflowTemplateInterface
}

ClusterWorkflowTemplatesGetter has a method to return a ClusterWorkflowTemplateInterface. A group's client should implement this interface.

type CronWorkflowExpansion

type CronWorkflowExpansion interface{}

type CronWorkflowInterface

type CronWorkflowInterface interface {
	Create(ctx context.Context, cronWorkflow *v1alpha1.CronWorkflow, opts v1.CreateOptions) (*v1alpha1.CronWorkflow, error)
	Update(ctx context.Context, cronWorkflow *v1alpha1.CronWorkflow, opts v1.UpdateOptions) (*v1alpha1.CronWorkflow, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.CronWorkflow, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CronWorkflowList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.CronWorkflow, err error)
	CronWorkflowExpansion
}

CronWorkflowInterface has methods to work with CronWorkflow resources.

type CronWorkflowsGetter

type CronWorkflowsGetter interface {
	CronWorkflows(namespace string) CronWorkflowInterface
}

CronWorkflowsGetter has a method to return a CronWorkflowInterface. A group's client should implement this interface.

type WorkflowEventBindingExpansion

type WorkflowEventBindingExpansion interface{}

type WorkflowEventBindingInterface

type WorkflowEventBindingInterface interface {
	Create(ctx context.Context, workflowEventBinding *v1alpha1.WorkflowEventBinding, opts v1.CreateOptions) (*v1alpha1.WorkflowEventBinding, error)
	Update(ctx context.Context, workflowEventBinding *v1alpha1.WorkflowEventBinding, opts v1.UpdateOptions) (*v1alpha1.WorkflowEventBinding, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.WorkflowEventBinding, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkflowEventBindingList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.WorkflowEventBinding, err error)
	WorkflowEventBindingExpansion
}

WorkflowEventBindingInterface has methods to work with WorkflowEventBinding resources.

type WorkflowEventBindingsGetter

type WorkflowEventBindingsGetter interface {
	WorkflowEventBindings(namespace string) WorkflowEventBindingInterface
}

WorkflowEventBindingsGetter has a method to return a WorkflowEventBindingInterface. A group's client should implement this interface.

type WorkflowExpansion

type WorkflowExpansion interface{}

type WorkflowInterface

type WorkflowInterface interface {
	Create(ctx context.Context, workflow *v1alpha1.Workflow, opts v1.CreateOptions) (*v1alpha1.Workflow, error)
	Update(ctx context.Context, workflow *v1alpha1.Workflow, opts v1.UpdateOptions) (*v1alpha1.Workflow, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Workflow, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkflowList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Workflow, err error)
	WorkflowExpansion
}

WorkflowInterface has methods to work with Workflow resources.

type WorkflowTemplateExpansion

type WorkflowTemplateExpansion interface{}

type WorkflowTemplateInterface

type WorkflowTemplateInterface interface {
	Create(ctx context.Context, workflowTemplate *v1alpha1.WorkflowTemplate, opts v1.CreateOptions) (*v1alpha1.WorkflowTemplate, error)
	Update(ctx context.Context, workflowTemplate *v1alpha1.WorkflowTemplate, opts v1.UpdateOptions) (*v1alpha1.WorkflowTemplate, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.WorkflowTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkflowTemplateList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.WorkflowTemplate, err error)
	WorkflowTemplateExpansion
}

WorkflowTemplateInterface has methods to work with WorkflowTemplate resources.

type WorkflowTemplatesGetter

type WorkflowTemplatesGetter interface {
	WorkflowTemplates(namespace string) WorkflowTemplateInterface
}

WorkflowTemplatesGetter has a method to return a WorkflowTemplateInterface. A group's client should implement this interface.

type WorkflowsGetter

type WorkflowsGetter interface {
	Workflows(namespace string) WorkflowInterface
}

WorkflowsGetter has a method to return a WorkflowInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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