Documentation ¶
Index ¶
- Constants
- func NewCmdURL(name, fullName string) *cobra.Command
- func NewCmdURLCreate(name, fullName string) *cobra.Command
- func NewCmdURLDelete(name, fullName string) *cobra.Command
- func NewCmdURLDescribe(name, fullName string) *cobra.Command
- func NewCmdURLList(name, fullName string) *cobra.Command
- type URLCreateOptions
- type URLDeleteOptions
- type URLDescribeOptions
- type URLListOptions
Constants ¶
const RecommendedCommandName = "url"
RecommendedCommandName is the recommended url command name
Variables ¶
This section is empty.
Functions ¶
func NewCmdURLCreate ¶ added in v0.0.19
NewCmdURLCreate implements the odo url create command.
func NewCmdURLDelete ¶ added in v0.0.19
NewCmdURLDelete implements the odo url delete command.
func NewCmdURLDescribe ¶ added in v1.1.2
NewCmdURLDescribe implements the odo url describe command.
func NewCmdURLList ¶ added in v0.0.19
NewCmdURLList implements the odo url list command.
Types ¶
type URLCreateOptions ¶ added in v0.0.19
type URLCreateOptions struct { *clicomponent.PushOptions // contains filtered or unexported fields }
URLCreateOptions encapsulates the options for the odo url create command
func NewURLCreateOptions ¶ added in v0.0.19
func NewURLCreateOptions() *URLCreateOptions
NewURLCreateOptions creates a new URLCreateOptions instance
func (*URLCreateOptions) Complete ¶ added in v0.0.19
Complete completes URLCreateOptions after they've been Created
func (*URLCreateOptions) Run ¶ added in v0.0.19
func (o *URLCreateOptions) Run() (err error)
Run contains the logic for the odo url create command
func (*URLCreateOptions) Validate ¶ added in v0.0.19
func (o *URLCreateOptions) Validate() (err error)
Validate validates the URLCreateOptions based on completed values
type URLDeleteOptions ¶ added in v0.0.19
type URLDeleteOptions struct { *clicomponent.CommonPushOptions // contains filtered or unexported fields }
URLDeleteOptions encapsulates the options for the odo url delete command
func NewURLDeleteOptions ¶ added in v0.0.19
func NewURLDeleteOptions() *URLDeleteOptions
NewURLDeleteOptions creates a new URLDeleteOptions instance
func (*URLDeleteOptions) Complete ¶ added in v0.0.19
Complete completes URLDeleteOptions after they've been Deleted
func (*URLDeleteOptions) Run ¶ added in v0.0.19
func (o *URLDeleteOptions) Run() (err error)
Run contains the logic for the odo url delete command
func (*URLDeleteOptions) Validate ¶ added in v0.0.19
func (o *URLDeleteOptions) Validate() (err error)
Validate validates the URLDeleteOptions based on completed values
type URLDescribeOptions ¶ added in v1.1.2
type URLDescribeOptions struct { *genericclioptions.Context // contains filtered or unexported fields }
URLListOptions encapsulates the options for the odo url list command
func NewURLDescribeOptions ¶ added in v1.1.2
func NewURLDescribeOptions() *URLDescribeOptions
NewURLDescribeOptions creates a new URLCreateOptions instance
func (*URLDescribeOptions) Complete ¶ added in v1.1.2
Complete completes URLDescribeOptions after they've been Listed
func (*URLDescribeOptions) Run ¶ added in v1.1.2
func (o *URLDescribeOptions) Run() (err error)
Run contains the logic for the odo url list command
func (*URLDescribeOptions) Validate ¶ added in v1.1.2
func (o *URLDescribeOptions) Validate() (err error)
Validate validates the URLDescribeOptions based on completed values
type URLListOptions ¶ added in v0.0.19
type URLListOptions struct { *genericclioptions.Context // contains filtered or unexported fields }
URLListOptions encapsulates the options for the odo url list command
func NewURLListOptions ¶ added in v0.0.19
func NewURLListOptions() *URLListOptions
NewURLListOptions creates a new URLCreateOptions instance
func (*URLListOptions) Complete ¶ added in v0.0.19
Complete completes URLListOptions after they've been Listed
func (*URLListOptions) Run ¶ added in v0.0.19
func (o *URLListOptions) Run() (err error)
Run contains the logic for the odo url list command
func (*URLListOptions) Validate ¶ added in v0.0.19
func (o *URLListOptions) Validate() (err error)
Validate validates the URLListOptions based on completed values