Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdFree ¶
func NewCmdFree(f cmdutil.Factory, streams genericclioptions.IOStreams, version, commit, date string) *cobra.Command
NewCmdFree is a cobra command wrapping
Types ¶
type FreeOptions ¶
type FreeOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
FreeOptions is struct of df options
func NewFreeOptions ¶
func NewFreeOptions(streams genericclioptions.IOStreams) *FreeOptions
NewFreeOptions is an instance of FreeOptions
func (*FreeOptions) Run ¶
func (o *FreeOptions) Run(args []string) error
Run printing disk usage of images
func (*FreeOptions) Validate ¶
func (o *FreeOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.