Documentation
¶
Index ¶
- func CreateCronWorkflows(ctx context.Context, filePaths []string, cliOpts *cliCreateOpts, ...) error
- func GetNextRuntime(ctx context.Context, cwf *v1alpha1.CronWorkflow) (time.Time, error)
- 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
- func NewUpdateCommand() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCronWorkflows ¶
func GetNextRuntime ¶
GetNextRuntime returns the next time the workflow should run in local time. It assumes the workflow-controller is in UTC, but nevertheless returns the time in the local timezone.
func NewCreateCommand ¶
func NewCronWorkflowCommand ¶
func NewDeleteCommand ¶
NewDeleteCommand returns a new instance of an `argo delete` command
func NewGetCommand ¶
func NewLintCommand ¶
func NewListCommand ¶
func NewResumeCommand ¶
NewResumeCommand returns a new instance of an `argo resume` command
func NewSuspendCommand ¶
NewSuspendCommand returns a new instance of an `argo suspend` command
func NewUpdateCommand ¶ added in v3.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.