Documentation ¶
Index ¶
Constants ¶
const RecommendedCommandName = "search"
RecommendedCommandName is the recommended command name
Variables ¶
This section is empty.
Functions ¶
func NewCmdCatalogSearch ¶
NewCmdCatalogSearch implements the odo catalog search command
func NewCmdCatalogSearchComponent ¶
NewCmdCatalogSearchComponent implements the odo catalog search component command
func NewCmdCatalogSearchService ¶
NewCmdCatalogSearchService implements the odo catalog search service command
Types ¶
type SearchComponentOptions ¶
type SearchComponentOptions struct { // generic context options common to all commands *genericclioptions.Context // contains filtered or unexported fields }
SearchComponentOptions encapsulates the options for the odo catalog describe service command
func NewSearchComponentOptions ¶
func NewSearchComponentOptions() *SearchComponentOptions
NewSearchComponentOptions creates a new SearchComponentOptions instance
func (*SearchComponentOptions) Complete ¶
func (o *SearchComponentOptions) Complete(name string, cmd *cobra.Command, args []string) (err error)
Complete completes SearchComponentOptions after they've been created
func (*SearchComponentOptions) Run ¶
func (o *SearchComponentOptions) Run() (err error)
Run contains the logic for the command associated with SearchComponentOptions
func (*SearchComponentOptions) Validate ¶
func (o *SearchComponentOptions) Validate() (err error)
Validate validates the SearchComponentOptions based on completed values
type SearchServiceOptions ¶
type SearchServiceOptions struct { // generic context options common to all commands *genericclioptions.Context // contains filtered or unexported fields }
SearchServiceOptions encapsulates the options for the odo catalog describe service command
func NewSearchServiceOptions ¶
func NewSearchServiceOptions() *SearchServiceOptions
NewSearchServiceOptions creates a new SearchServiceOptions instance
func (*SearchServiceOptions) Complete ¶
Complete completes SearchServiceOptions after they've been created
func (*SearchServiceOptions) Run ¶
func (o *SearchServiceOptions) Run() (err error)
Run contains the logic for the command associated with SearchServiceOptions
func (*SearchServiceOptions) Validate ¶
func (o *SearchServiceOptions) Validate() (err error)
Validate validates the SearchServiceOptions based on completed values