# 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.
NewCmdExec implements the exec 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.
NewCmdTest implements the odo test command.
NewCmdUnlink implements the link odo command.
NewCmdUpdate implements the Update odo command.
NewCmdWatch implements the watch odo command.
NewCommonPushOptions instantiates a commonPushOptions object.
NewCreateOptions returns new instance of CreateOptions.
NewDeleteOptions returns new instance of DeleteOptions.
NewDescribeOptions returns new instance of ListOptions.
NewExecOptions returns new instance of ExecOptions.
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 with "default" values for certain values, for example, show is "false".
NewTestOptions creates a new TestOptions instance.
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.
ExecRecommendedCommandName is the recommended exec command name.
GetRecommendedCommandName is the recommended get command name.
LinkRecommendedCommandName is the recommended link command name.
ListRecommendedCommandName is the recommended watch command name.
LocalDirectoryDefaultLocation is the default location of where --local files should always be.
LogRecommendedCommandName is the recommended watch command name.
No description provided by the author
PushRecommendedCommandName is the recommended push command name.
RecommendedCommandName is the recommended component command name.
TestRecommendedCommandName is the recommended test command name.
UnlinkRecommendedCommandName is the recommended unlink command name.
No description provided by the author
UpdateRecommendedCommandName is the recommended update command name.
WatchRecommendedCommandName is the recommended watch command name.
# Variables
ConfigFilePath is the path of config.yaml for s2i component.
DevfilePath is the devfile path that is used by odo, which means odo can: 1.
EnvFilePath is the path of env file for devfile component.
# Structs
CommonPushOptions has data needed for all pushes.
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.
DevfileMetadata includes devfile component metadata.
ExecOptions contains exec options.
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.
TestOptions encapsulates the options for the odo command.
UnlinkOptions encapsulates the options for the odo link command.
UpdateOptions encapsulates the update command options.
WatchOptions contains attributes of the watch command.