Documentation ¶
Index ¶
- func CreateCronWorkflows(filePaths []string, cliOpts *cliCreateOpts, submitOpts *cronWorkflowSubmitOpts)
- func InitCronWorkflowClient(ns ...string) v1alpha1.CronWorkflowInterface
- func NewCreateCommand() *cobra.Command
- func NewCronWorkflowCommand() *cobra.Command
- func NewDeleteCommand() *cobra.Command
- func NewGetCommand() *cobra.Command
- func NewLintCommand() *cobra.Command
- func NewListCommand() *cobra.Command
- func NewResumeCommand() *cobra.Command
- func NewSuspendCommand() *cobra.Command
- type LazyWorkflowTemplateGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCronWorkflows ¶
func CreateCronWorkflows(filePaths []string, cliOpts *cliCreateOpts, submitOpts *cronWorkflowSubmitOpts)
func InitCronWorkflowClient ¶
func InitCronWorkflowClient(ns ...string) v1alpha1.CronWorkflowInterface
InitCronWorkflowClient creates a new client for the Kubernetes WorkflowTemplate CRD. DEPRECATED
func NewCreateCommand ¶
func NewCronWorkflowCommand ¶
func NewDeleteCommand ¶
NewDeleteCommand returns a new instance of an `argo delete` command
func NewGetCommand ¶
func NewLintCommand ¶
func NewListCommand ¶
func NewResumeCommand ¶
NewSuspendCommand returns a new instance of an `argo suspend` command
func NewSuspendCommand ¶
NewSuspendCommand returns a new instance of an `argo suspend` command
Types ¶
type LazyWorkflowTemplateGetter ¶
type LazyWorkflowTemplateGetter struct{}
LazyWorkflowTemplateGetter is a wrapper of v1alpha1.WorkflowTemplateInterface which supports lazy initialization. DEPRECATED
func (LazyWorkflowTemplateGetter) Get ¶
func (c LazyWorkflowTemplateGetter) Get(name string) (*wfv1.WorkflowTemplate, error)
Get initializes it just before it's actually used and returns a retrieved workflow template. DEPRECATED
Click to show internal directories.
Click to hide internal directories.