Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DfiOptions ¶
type DfiOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
DfiOptions is struct of df options
func NewDfiOptions ¶ added in v0.1.2
func NewDfiOptions(streams genericclioptions.IOStreams) *DfiOptions
NewDfOptions is an instance of DfOptions
func (*DfiOptions) Prepare ¶ added in v0.1.2
func (o *DfiOptions) Prepare() error
Prepare sets client
func (*DfiOptions) Run ¶
func (o *DfiOptions) Run(args []string) error
Run printing disk usage of images
func (*DfiOptions) Validate ¶
func (o *DfiOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.