describe

package
v1.2.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const RecommendedCommandName = "describe"

RecommendedCommandName is the recommended command name

Variables

This section is empty.

Functions

func NewCmdCatalogDescribe

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

NewCmdCatalogDescribe implements the odo catalog describe command

func NewCmdCatalogDescribeService

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

NewCmdCatalogDescribeService implements the odo catalog describe service command

Types

type DescribeServiceOptions

type DescribeServiceOptions struct {

	// generic context options common to all commands
	*genericclioptions.Context
	// contains filtered or unexported fields
}

DescribeServiceOptions encapsulates the options for the odo catalog describe service command

func NewDescribeServiceOptions

func NewDescribeServiceOptions() *DescribeServiceOptions

NewDescribeServiceOptions creates a new DescribeServiceOptions instance

func (*DescribeServiceOptions) Complete

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

Complete completes DescribeServiceOptions after they've been created

func (*DescribeServiceOptions) Run

func (o *DescribeServiceOptions) Run() (err error)

Run contains the logic for the command associated with DescribeServiceOptions

func (*DescribeServiceOptions) Validate

func (o *DescribeServiceOptions) Validate() (err error)

Validate validates the DescribeServiceOptions based on completed values

Jump to

Keyboard shortcuts

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