# Functions
CachePath returns the local cache path of the current user.
ConfigPath constructs the platform specific path to the configuration file.
ConfigPathWithoutUser is the same as ConfigPath but with environment variables not expanded.
LoadEnvVariables loads UserId, Token and URL from their respective environment variable.
NewRuntime creates a new runtime for a given account.
NewTestRuntime creates a pretty useless runtime instance.
No description provided by the author
No description provided by the author
ParseConfig parses viper config file.
No description provided by the author
# Structs
Config are all configuration settings parsed from a configuration file.
OldConfig are all configuration settings parsed from an old configuration file.
AccountEntry represents a single account in the config file.
Runtime holds all run-time infos.
# Interfaces
KubernetesOperator amalgamates operations for Kubernetes PaaS.