Documentation ¶
Index ¶
Constants ¶
View Source
const RecommendedCommandName = "describe"
RecommendedCommandName is the recommended command name
Variables ¶
This section is empty.
Functions ¶
func NewCmdCatalogDescribe ¶
NewCmdCatalogDescribe implements the odo catalog describe command
func NewCmdCatalogDescribeService ¶
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
Click to show internal directories.
Click to hide internal directories.