Documentation ¶
Index ¶
- Variables
- func GetConsoles(urls []string) ([]string, error)
- func GetEngines(urls []string) ([]string, error)
- func GetServices(urls []string) ([]string, error)
- func LoadResource(location string, network bool) ([]byte, error)
- func LoadServiceResource(name string, useNetwork bool, cfg *config.CloudConfig) ([]byte, error)
- func SetProxyEnvironmentVariables(cfg *config.CloudConfig)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoNetwork = errors.New("Networking not available to load resource") ErrNotFound = errors.New("Failed to find resource") )
Functions ¶
func GetConsoles ¶ added in v0.5.0
func GetEngines ¶ added in v0.6.0
func GetServices ¶
func LoadServiceResource ¶ added in v0.5.0
func SetProxyEnvironmentVariables ¶
func SetProxyEnvironmentVariables(cfg *config.CloudConfig)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.