Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct { Filename string // Filename for job (can be .json or .yaml) Concurrency int // Number of concurrent jobs to run RunTimeSettings *cliflags.RunTimeSettingsWithDownload // Run time settings for execution (e.g. wait, get, etc after submission) DownloadFlags *cliflags.DownloaderSettings // Settings for running Download }
func NewCreateOptions ¶
func NewCreateOptions() *CreateOptions
Click to show internal directories.
Click to hide internal directories.