Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TapOptions ¶
type TapOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewTapOptions ¶
func NewTapOptions(streams genericclioptions.IOStreams) *TapOptions
NewTapOptions provides an instance of TapOptions with default values
func (*TapOptions) Complete ¶
func (o *TapOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets all information required for updating the current context
func (*TapOptions) Run ¶
func (o *TapOptions) Run() error
func (*TapOptions) Validate ¶
func (o *TapOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.