url

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: Apache-2.0 Imports: 28 Imported by: 7

Documentation

Index

Constants

View Source
const RecommendedCommandName = "url"

RecommendedCommandName is the recommended url command name

Variables

This section is empty.

Functions

func NewCmdURL

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

NewCmdURL returns the top-level url command

func NewCmdURLCreate added in v0.0.19

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

NewCmdURLCreate implements the odo url create command.

func NewCmdURLDelete added in v0.0.19

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

NewCmdURLDelete implements the odo url delete command.

func NewCmdURLDescribe added in v1.1.2

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

NewCmdURLDescribe implements the odo url describe command.

func NewCmdURLList added in v0.0.19

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

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

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

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.PushOptions
	// 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

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

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
}

URLDescribeOptions encapsulates the options for the odo url describe command

func NewURLDescribeOptions added in v1.1.2

func NewURLDescribeOptions() *URLDescribeOptions

NewURLDescribeOptions creates a new NewURLDescribeOptions instance

func (*URLDescribeOptions) Complete added in v1.1.2

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

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 describe 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

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

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

Jump to

Keyboard shortcuts

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