Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownloadCommand ¶
func NewDownloadCommand(parentName string, streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type DownloadOptions ¶
type DownloadOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewDownloadOptions ¶
func NewDownloadOptions(parentName string, streams genericclioptions.IOStreams) *DownloadOptions
func (*DownloadOptions) Complete ¶
func (o *DownloadOptions) Complete(command *cobra.Command, args []string) error
func (*DownloadOptions) Run ¶
func (o *DownloadOptions) Run() error
func (*DownloadOptions) Validate ¶
func (o *DownloadOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.