search

package
v1.0.0-beta5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const RecommendedCommandName = "search"

RecommendedCommandName is the recommended command name

Variables

This section is empty.

Functions

func NewCmdCatalogSearch

func NewCmdCatalogSearch(name, fullName string) *cobra.Command

NewCmdCatalogSearch implements the odo catalog search command

func NewCmdCatalogSearchComponent

func NewCmdCatalogSearchComponent(name, fullName string) *cobra.Command

NewCmdCatalogSearchComponent implements the odo catalog search component command

func NewCmdCatalogSearchService

func NewCmdCatalogSearchService(name, fullName string) *cobra.Command

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

func (o *SearchServiceOptions) Complete(name string, cmd *cobra.Command, args []string) (err error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL