Documentation ¶
Index ¶
Constants ¶
const RecommendedCommandName = "list"
RecommendedCommandName is the recommended command name
Variables ¶
This section is empty.
Functions ¶
func NewCmdCatalogList ¶
NewCmdCatalogList implements the odo catalog list command
func NewCmdCatalogListComponents ¶
NewCmdCatalogListComponents implements the odo catalog list components command
func NewCmdCatalogListServices ¶
NewCmdCatalogListServices implements the odo catalog list services command
Types ¶
type ListComponentsOptions ¶
type ListComponentsOptions struct { // generic context options common to all commands *genericclioptions.Context // contains filtered or unexported fields }
ListComponentsOptions encapsulates the options for the odo catalog list components command
func NewListComponentsOptions ¶
func NewListComponentsOptions() *ListComponentsOptions
NewListComponentsOptions creates a new ListComponentsOptions instance
func (*ListComponentsOptions) Complete ¶
func (o *ListComponentsOptions) Complete(name string, cmd *cobra.Command, args []string) (err error)
Complete completes ListComponentsOptions after they've been created
func (*ListComponentsOptions) Run ¶
func (o *ListComponentsOptions) Run() (err error)
Run contains the logic for the command associated with ListComponentsOptions
func (*ListComponentsOptions) Validate ¶
func (o *ListComponentsOptions) Validate() (err error)
Validate validates the ListComponentsOptions based on completed values
type ListServicesOptions ¶
type ListServicesOptions struct { // generic context options common to all commands *genericclioptions.Context // contains filtered or unexported fields }
ListServicesOptions encapsulates the options for the odo catalog list services command
func NewListServicesOptions ¶
func NewListServicesOptions() *ListServicesOptions
NewListServicesOptions creates a new ListServicesOptions instance
func (*ListServicesOptions) Complete ¶
Complete completes ListServicesOptions after they've been created
func (*ListServicesOptions) Run ¶
func (o *ListServicesOptions) Run() (err error)
Run contains the logic for the command associated with ListServicesOptions
func (*ListServicesOptions) Validate ¶
func (o *ListServicesOptions) Validate() (err error)
Validate validates the ListServicesOptions based on completed values