Documentation ¶
Index ¶
- func CreateCronWorkflows(filePaths []string, cliOpts *cliCreateOpts, submitOpts *wfv1.SubmitOpts)
- func GetNextRuntime(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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCronWorkflows ¶
func CreateCronWorkflows(filePaths []string, cliOpts *cliCreateOpts, submitOpts *wfv1.SubmitOpts)
func GetNextRuntime ¶
func GetNextRuntime(cwf *v1alpha1.CronWorkflow) (time.Time, error)
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 ¶
NewSuspendCommand returns a new instance of an `argo suspend` command
func NewSuspendCommand ¶
NewSuspendCommand returns a new instance of an `argo suspend` command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.