Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdSave ¶
func NewCmdSave(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type SaveOptions ¶
type SaveOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewSaveOptions ¶
func NewSaveOptions(streams genericclioptions.IOStreams) *SaveOptions
func (*SaveOptions) Complete ¶
func (o *SaveOptions) Complete(cmd *cobra.Command, args []string) error
func (*SaveOptions) Run ¶
func (o *SaveOptions) Run() error
func (*SaveOptions) Validate ¶
func (o *SaveOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.