Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeCurrentContext ¶ added in v0.2.0
func ChangeCurrentContext(context string)
func PrintCurrentContext ¶ added in v0.2.0
func PrintCurrentContext()
Types ¶
type VCDInfo ¶ added in v0.2.0
type VCDInfo struct {
Name string `yaml:"name"`
RefreshToken string `yaml:"refreshToken,omitempty"`
Org string `yaml:"org,omitempty"`
Site string `yaml:"site"`
Ovdc string `yaml:"ovdc,omitempty"`
Insecure bool `yaml:"insecure,omitempty"`
Username string `yaml:"username,omitempty"`
Password string `yaml:"password,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.