v1alpha1

package
v2.5.0-rc5+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2020 License: Apache-2.0 Imports: 7 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) 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) WorkflowTemplates

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

func (*ArgoprojV1alpha1Client) Workflows

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

type ArgoprojV1alpha1Interface

type ArgoprojV1alpha1Interface interface {
	RESTClient() rest.Interface
	CronWorkflowsGetter
	WorkflowsGetter
	WorkflowTemplatesGetter
}

type CronWorkflowExpansion

type CronWorkflowExpansion interface{}

type CronWorkflowInterface

type CronWorkflowInterface interface {
	Create(*v1alpha1.CronWorkflow) (*v1alpha1.CronWorkflow, error)
	Update(*v1alpha1.CronWorkflow) (*v1alpha1.CronWorkflow, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CronWorkflow, error)
	List(opts v1.ListOptions) (*v1alpha1.CronWorkflowList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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 WorkflowExpansion

type WorkflowExpansion interface{}

type WorkflowInterface

type WorkflowInterface interface {
	Create(*v1alpha1.Workflow) (*v1alpha1.Workflow, error)
	Update(*v1alpha1.Workflow) (*v1alpha1.Workflow, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Workflow, error)
	List(opts v1.ListOptions) (*v1alpha1.WorkflowList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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(*v1alpha1.WorkflowTemplate) (*v1alpha1.WorkflowTemplate, error)
	Update(*v1alpha1.WorkflowTemplate) (*v1alpha1.WorkflowTemplate, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.WorkflowTemplate, error)
	List(opts v1.ListOptions) (*v1alpha1.WorkflowTemplateList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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