Documentation ¶
Index ¶
Constants ¶
View Source
const RecommendedCommandName = "login"
RecommendedCommandName is the recommended command name
Variables ¶
This section is empty.
Functions ¶
func NewCmdLogin ¶
NewCmdLogin implements the odo command
Types ¶
type LoginOptions ¶ added in v0.0.19
type LoginOptions struct {
// contains filtered or unexported fields
}
LoginOptions encapsulates the options for the odo command
func NewLoginOptions ¶ added in v0.0.19
func NewLoginOptions() *LoginOptions
NewLoginOptions creates a new LoginOptions instance
func (*LoginOptions) Complete ¶ added in v0.0.19
Complete completes LoginOptions after they've been created
func (*LoginOptions) Run ¶ added in v0.0.19
func (o *LoginOptions) Run() (err error)
Run contains the logic for the odo command
func (*LoginOptions) Validate ¶ added in v0.0.19
func (o *LoginOptions) Validate() (err error)
Validate validates the LoginOptions based on completed values
Click to show internal directories.
Click to hide internal directories.