Documentation ¶
Index ¶
- func NewCmd() *cobra.Command
- func NewDescribeCmd() *cobra.Command
- func NewExecutionCmd() *cobra.Command
- func NewHistoryCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewLogCmd() *cobra.Command
- func NewRunCmd() *cobra.Command
- func NewStopCmd() *cobra.Command
- type DescribeOptions
- type ExecutionOptions
- type HistoryOptions
- type ListOptions
- type LogCommandOptions
- type RunOptions
- type StopOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDescribeCmd ¶
func NewExecutionCmd ¶
func NewHistoryCmd ¶
func NewListCmd ¶
func NewStopCmd ¶
Types ¶
type DescribeOptions ¶
type DescribeOptions struct {
OutputOpts output.NonTabularOutputOptions
}
DescribeOptions is a struct to support job command
func NewDescribeOptions ¶
func NewDescribeOptions() *DescribeOptions
NewDescribeOptions returns initialized Options
type ExecutionOptions ¶
type ExecutionOptions struct { output.OutputOptions cliflags.ListOptions }
ExecutionOptions is a struct to support node command
func NewExecutionOptions ¶
func NewExecutionOptions() *ExecutionOptions
NewExecutionOptions returns initialized Options
type HistoryOptions ¶
type HistoryOptions struct { output.OutputOptions cliflags.ListOptions EventType string ExecutionID string NodeID string }
HistoryOptions is a struct to support node command
func NewHistoryOptions ¶
func NewHistoryOptions() *HistoryOptions
NewHistoryOptions returns initialized Options
type ListOptions ¶
type ListOptions struct { output.OutputOptions cliflags.ListOptions Labels string }
ListOptions is a struct to support list command
type LogCommandOptions ¶
type RunOptions ¶
type RunOptions struct { RunTimeSettings *cliflags.RunTimeSettings // Run time settings for execution (e.g. follow, wait after submission) ShowWarnings bool // Show warnings when submitting a job NoTemplate bool TemplateVars map[string]string TemplateEnvVarsPattern string }
func NewRunOptions ¶
func NewRunOptions() *RunOptions
type StopOptions ¶
type StopOptions struct {
Quiet bool
}
func NewStopOptions ¶
func NewStopOptions() *StopOptions
Click to show internal directories.
Click to hide internal directories.