Documentation ¶
Index ¶
- func NewCompileCommand(opts *RootOptions) *cobra.Command
- func NewCreateCommand(opts *RootOptions) *cobra.Command
- func NewDeleteCommand(opts *RootOptions) *cobra.Command
- func NewFlyteCommand() *cobra.Command
- func NewGetCommand(opts *RootOptions) *cobra.Command
- func NewVisualizeCommand(opts *RootOptions) *cobra.Command
- type CompileOpts
- type CreateOpts
- type DeleteOpts
- type GetOpts
- type RootOptions
- type VisualizeOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCompileCommand ¶
func NewCompileCommand(opts *RootOptions) *cobra.Command
func NewCreateCommand ¶
func NewCreateCommand(opts *RootOptions) *cobra.Command
func NewDeleteCommand ¶
func NewDeleteCommand(opts *RootOptions) *cobra.Command
func NewFlyteCommand ¶
NewCommand returns a new instance of an argo command
func NewGetCommand ¶
func NewGetCommand(opts *RootOptions) *cobra.Command
func NewVisualizeCommand ¶
func NewVisualizeCommand(opts *RootOptions) *cobra.Command
Types ¶
type CompileOpts ¶
type CompileOpts struct { *RootOptions // contains filtered or unexported fields }
type CreateOpts ¶
type CreateOpts struct { *RootOptions // contains filtered or unexported fields }
type DeleteOpts ¶
type DeleteOpts struct { *RootOptions // contains filtered or unexported fields }
type GetOpts ¶
type GetOpts struct { *RootOptions // contains filtered or unexported fields }
type RootOptions ¶
type RootOptions struct { *clientcmd.ConfigOverrides // contains filtered or unexported fields }
func (*RootOptions) ConfigureClient ¶
func (r *RootOptions) ConfigureClient() error
func (*RootOptions) GetTimeoutSeconds ¶
func (r *RootOptions) GetTimeoutSeconds() (int64, error)
type VisualizeOpts ¶
type VisualizeOpts struct {
*RootOptions
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.