Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type ArgoprojV1alpha1Client
- func (c *ArgoprojV1alpha1Client) ClusterWorkflowTemplates() ClusterWorkflowTemplateInterface
- func (c *ArgoprojV1alpha1Client) CronWorkflows(namespace string) CronWorkflowInterface
- func (c *ArgoprojV1alpha1Client) RESTClient() rest.Interface
- func (c *ArgoprojV1alpha1Client) WorkflowArtifactGCTasks(namespace string) WorkflowArtifactGCTaskInterface
- func (c *ArgoprojV1alpha1Client) WorkflowEventBindings(namespace string) WorkflowEventBindingInterface
- func (c *ArgoprojV1alpha1Client) WorkflowTaskResults(namespace string) WorkflowTaskResultInterface
- func (c *ArgoprojV1alpha1Client) WorkflowTaskSets(namespace string) WorkflowTaskSetInterface
- func (c *ArgoprojV1alpha1Client) WorkflowTemplates(namespace string) WorkflowTemplateInterface
- func (c *ArgoprojV1alpha1Client) Workflows(namespace string) WorkflowInterface
- type ArgoprojV1alpha1Interface
- type ClusterWorkflowTemplateExpansion
- type ClusterWorkflowTemplateInterface
- type ClusterWorkflowTemplatesGetter
- type CronWorkflowExpansion
- type CronWorkflowInterface
- type CronWorkflowsGetter
- type WorkflowArtifactGCTaskExpansion
- type WorkflowArtifactGCTaskInterface
- type WorkflowArtifactGCTasksGetter
- type WorkflowEventBindingExpansion
- type WorkflowEventBindingInterface
- type WorkflowEventBindingsGetter
- type WorkflowExpansion
- type WorkflowInterface
- type WorkflowTaskResultExpansion
- type WorkflowTaskResultInterface
- type WorkflowTaskResultsGetter
- type WorkflowTaskSetExpansion
- type WorkflowTaskSetInterface
- type WorkflowTaskSetsGetter
- type WorkflowTemplateExpansion
- type WorkflowTemplateInterface
- type WorkflowTemplatesGetter
- type WorkflowsGetter
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 ¶
func New(c rest.Interface) *ArgoprojV1alpha1Client
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) WorkflowArtifactGCTasks ¶ added in v3.4.0
func (c *ArgoprojV1alpha1Client) WorkflowArtifactGCTasks(namespace string) WorkflowArtifactGCTaskInterface
func (*ArgoprojV1alpha1Client) WorkflowEventBindings ¶
func (c *ArgoprojV1alpha1Client) WorkflowEventBindings(namespace string) WorkflowEventBindingInterface
func (*ArgoprojV1alpha1Client) WorkflowTaskResults ¶ added in v3.3.0
func (c *ArgoprojV1alpha1Client) WorkflowTaskResults(namespace string) WorkflowTaskResultInterface
func (*ArgoprojV1alpha1Client) WorkflowTaskSets ¶ added in v3.2.0
func (c *ArgoprojV1alpha1Client) WorkflowTaskSets(namespace string) WorkflowTaskSetInterface
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 ClusterWorkflowTemplatesGetter CronWorkflowsGetter WorkflowsGetter WorkflowArtifactGCTasksGetter WorkflowEventBindingsGetter WorkflowTaskResultsGetter WorkflowTaskSetsGetter WorkflowTemplatesGetter }
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 WorkflowArtifactGCTaskExpansion ¶ added in v3.4.0
type WorkflowArtifactGCTaskExpansion interface{}
type WorkflowArtifactGCTaskInterface ¶ added in v3.4.0
type WorkflowArtifactGCTaskInterface interface { Create(ctx context.Context, workflowArtifactGCTask *v1alpha1.WorkflowArtifactGCTask, opts v1.CreateOptions) (*v1alpha1.WorkflowArtifactGCTask, error) Update(ctx context.Context, workflowArtifactGCTask *v1alpha1.WorkflowArtifactGCTask, opts v1.UpdateOptions) (*v1alpha1.WorkflowArtifactGCTask, error) UpdateStatus(ctx context.Context, workflowArtifactGCTask *v1alpha1.WorkflowArtifactGCTask, opts v1.UpdateOptions) (*v1alpha1.WorkflowArtifactGCTask, 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.WorkflowArtifactGCTask, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkflowArtifactGCTaskList, 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.WorkflowArtifactGCTask, err error) WorkflowArtifactGCTaskExpansion }
WorkflowArtifactGCTaskInterface has methods to work with WorkflowArtifactGCTask resources.
type WorkflowArtifactGCTasksGetter ¶ added in v3.4.0
type WorkflowArtifactGCTasksGetter interface {
WorkflowArtifactGCTasks(namespace string) WorkflowArtifactGCTaskInterface
}
WorkflowArtifactGCTasksGetter has a method to return a WorkflowArtifactGCTaskInterface. 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 WorkflowTaskResultExpansion ¶ added in v3.3.0
type WorkflowTaskResultExpansion interface{}
type WorkflowTaskResultInterface ¶ added in v3.3.0
type WorkflowTaskResultInterface interface { Create(ctx context.Context, workflowTaskResult *v1alpha1.WorkflowTaskResult, opts v1.CreateOptions) (*v1alpha1.WorkflowTaskResult, error) Update(ctx context.Context, workflowTaskResult *v1alpha1.WorkflowTaskResult, opts v1.UpdateOptions) (*v1alpha1.WorkflowTaskResult, 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.WorkflowTaskResult, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkflowTaskResultList, 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.WorkflowTaskResult, err error) WorkflowTaskResultExpansion }
WorkflowTaskResultInterface has methods to work with WorkflowTaskResult resources.
type WorkflowTaskResultsGetter ¶ added in v3.3.0
type WorkflowTaskResultsGetter interface {
WorkflowTaskResults(namespace string) WorkflowTaskResultInterface
}
WorkflowTaskResultsGetter has a method to return a WorkflowTaskResultInterface. A group's client should implement this interface.
type WorkflowTaskSetExpansion ¶ added in v3.2.0
type WorkflowTaskSetExpansion interface{}
type WorkflowTaskSetInterface ¶ added in v3.2.0
type WorkflowTaskSetInterface interface { Create(ctx context.Context, workflowTaskSet *v1alpha1.WorkflowTaskSet, opts v1.CreateOptions) (*v1alpha1.WorkflowTaskSet, error) Update(ctx context.Context, workflowTaskSet *v1alpha1.WorkflowTaskSet, opts v1.UpdateOptions) (*v1alpha1.WorkflowTaskSet, error) UpdateStatus(ctx context.Context, workflowTaskSet *v1alpha1.WorkflowTaskSet, opts v1.UpdateOptions) (*v1alpha1.WorkflowTaskSet, 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.WorkflowTaskSet, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkflowTaskSetList, 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.WorkflowTaskSet, err error) WorkflowTaskSetExpansion }
WorkflowTaskSetInterface has methods to work with WorkflowTaskSet resources.
type WorkflowTaskSetsGetter ¶ added in v3.2.0
type WorkflowTaskSetsGetter interface {
WorkflowTaskSets(namespace string) WorkflowTaskSetInterface
}
WorkflowTaskSetsGetter has a method to return a WorkflowTaskSetInterface. A group's client should implement this interface.
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.