Documentation ¶
Index ¶
- Constants
- Variables
- func AllDefaultGWOK(timeout int) error
- func GetConsoles(urls []string) ([]string, error)
- func GetEngines(urls []string) ([]string, error)
- func GetServices(urls []string) ([]string, error)
- func LoadFromNetwork(location string) ([]byte, error)
- func LoadFromNetworkWithCache(location string) ([]byte, error)
- func LoadMultiEngineResource(name string) ([]byte, error)
- func LoadResource(location string, network bool) ([]byte, error)
- func LoadServiceResource(name string, useNetwork bool, cfg *config.CloudConfig) ([]byte, error)
- func SetProxyEnvironmentVariables()
- func UpdateCache(location string) ([]byte, error)
- func UpdateCaches(urls []string, key string) error
Constants ¶
View Source
const (
DefaultRoutesCheckTimeout = 20000 // 20 second
)
Variables ¶
View Source
var ( ErrNoNetwork = errors.New("Networking not available to load resource") ErrNotFound = errors.New("Failed to find resource") )
Functions ¶
func AllDefaultGWOK ¶ added in v1.5.3
func GetConsoles ¶
func GetEngines ¶
func GetServices ¶
func LoadFromNetwork ¶
func LoadMultiEngineResource ¶
func LoadServiceResource ¶
func SetProxyEnvironmentVariables ¶
func SetProxyEnvironmentVariables()
func UpdateCache ¶ added in v1.5.2
func UpdateCaches ¶ added in v1.5.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.