Documentation ¶
Index ¶
Constants ¶
const RecommendedCommandName = "utils"
Variables ¶
This section is empty.
Functions ¶
func NewCmdConvert ¶ added in v1.2.5
NewCmdConvert implements the odo utils convert-to-devfile command
func NewCmdTerminal ¶ added in v0.0.19
NewCmdTerminal implements the utils terminal odo command
func NewCmdUtils ¶
NewCmdUtils implements the utils odo command
Types ¶
type ConvertOptions ¶ added in v1.2.5
type ConvertOptions struct {
// contains filtered or unexported fields
}
ConvertOptions encapsulates the options for the command
func NewConvertOptions ¶ added in v1.2.5
func NewConvertOptions() *ConvertOptions
NewConvertOptions creates a new ConvertOptions instance
func (*ConvertOptions) Complete ¶ added in v1.2.5
Complete completes ConvertOptions after they've been created
func (*ConvertOptions) Run ¶ added in v1.2.5
func (co *ConvertOptions) Run() (err error)
Run contains the logic for the command
func (*ConvertOptions) Validate ¶ added in v1.2.5
func (co *ConvertOptions) Validate() (err error)
Validate validates the ConvertOptions based on completed values
type TerminalOptions ¶ added in v0.0.19
type TerminalOptions struct {
// contains filtered or unexported fields
}
TerminalOptions encapsulates the options for the command
func NewTerminalOptions ¶ added in v0.0.19
func NewTerminalOptions() *TerminalOptions
NewTerminalOptions creates a new TerminalOptions instance
func (*TerminalOptions) Complete ¶ added in v0.0.19
Complete completes TerminalOptions after they've been created
func (*TerminalOptions) Run ¶ added in v0.0.19
func (o *TerminalOptions) Run() (err error)
Run contains the logic for the command
func (*TerminalOptions) Validate ¶ added in v0.0.19
func (o *TerminalOptions) Validate() (err error)
Validate validates the TerminalOptions based on completed values