package
0.0.20
Repository: https://github.com/redhat-developer/ocdev.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddComponentFlag adds a `component` flag to the given cobra command Also adds a completion handler to the flag.
NewCmdComponent implements the component odo command.
NewCmdCreate implements the create odo command.
NewCmdDelete implements the delete odo command.
NewCmdDescribe implements the describe odo command.
NewCmdGet implements odo component get command.
NewCmdLink implements the link odo command.
NewCmdList implements the list odo command.
NewCmdLog implements the log odo command.
NewCmdPush implements the push odo command.
NewCmdSet implements odo component set command.
NewCmdUnlink implements the link odo command.
NewCmdUpdate implements the Update odo command.
NewCmdWatch implements the watch odo command.
NewCreateOptions returns new instance of CreateOptions.
NewDeleteOptions returns new instance of DeleteOptions.
NewDescribeOptions returns new instance of ListOptions.
NewGetOptions returns new instance of GetOptions.
NewLinkOptions creates a new LinkOptions instance.
NewListOptions returns new instance of ListOptions.
NewLogOptions returns new instance of LogOptions.
NewPushOptions returns new instance of PushOptions.
NewSetOptions returns new instance of SetOptions.
NewUnlinkOptions creates a new UnlinkOptions instance.
NewUpdateOptions returns new instance of UpdateOptions.
NewWatchOptions returns new instance of WatchOptions.

# Constants

CreateRecommendedCommandName is the recommended watch command name.
DeleteRecommendedCommandName is the recommended delete command name.
DescribeRecommendedCommandName is the recommended describe command name.
GetRecommendedCommandName is the recommended get command name.
LinkRecommendedCommandName is the recommended link command name.
ListRecommendedCommandName is the recommended watch command name.
LogRecommendedCommandName is the recommended watch command name.
PushRecommendedCommandName is the recommended push command name.
RecommendedComponentCommandName is the recommended component command name.
SetRecommendedCommandName is the recommended push command name.
UnlinkRecommendedCommandName is the recommended unlink command name.
UpdateRecommendedCommandName is the recommended update command name.
WatchRecommendedCommandName is the recommended watch command name.

# Structs

ComponentOptions encapsulates basic component options.
CreateOptions encapsulates create options.
DeleteOptions is a container to attach complete, validate and run pattern.
DescribeOptions is a dummy container to attach complete, validate and run pattern.
GetOptions encapsulates component get options.
LinkOptions encapsulates the options for the odo link command.
ListOptions is a dummy container to attach complete, validate and run pattern.
LogOptions contains log options.
PushOptions encapsulates options that push command uses.
SetOptions encapsulates component set options.
UnlinkOptions encapsulates the options for the odo link command.
UpdateOptions encapsulates the update command options.
WatchOptions contains attributes of the watch command.