Versions in this module Expand all Collapse all v0 v0.2.1 Oct 27, 2015 Changes in this version + const AwsAccessKey + const AwsRegion + const AwsSecretKey + const DockerAvailabilityZone + const DockerIOPS + const DockerSize + const DockerVolumeType + const Host + const LogLevel + const MinVolSize + const OSDrivers + const OpenstackAuthURL + const OpenstackAvailabilityZoneName + const OpenstackDomainID + const OpenstackDomainName + const OpenstackPassword + const OpenstackRegionName + const OpenstackTenantID + const OpenstackTenantName + const OpenstackUserID + const OpenstackUserName + const RackspaceAuthURL + const RackspaceDomainID + const RackspaceDomainName + const RackspacePassword + const RackspaceTenantID + const RackspaceTenantName + const RackspaceUserID + const RackspaceUserName + const RemoteManagement + const ScaleIOEndpoint + const ScaleIOInsecure + const ScaleIOPassword + const ScaleIOProtectionDomainID + const ScaleIOProtectionDomainName + const ScaleIOStoragePoolID + const ScaleIOStoragePoolName + const ScaleIOSystemID + const ScaleIOSystemName + const ScaleIOUseCerts + const ScaleIOUserName + const StorageDrivers + const VolumeDrivers + const XtremIODeviceMapper + const XtremIOEndpoint + const XtremIOInsecure + const XtremIOMultipath + const XtremIOPassword + const XtremIORemoteManagement + const XtremIOUserName + type Config struct + AdditionalFlags *flag.FlagSet + GlobalFlags *flag.FlagSet + Host string + Viper *viper.Viper + func FromJSON(from string) (*Config, error) + func New() *Config + func NewConfig(loadGlobalConfig, loadUserConfig bool, configName, configType string) *Config + func (c *Config) Copy() (*Config, error) + func (c *Config) EnvVars() []string + func (c *Config) JSONMarshalStrategy() JSONMarshalStrategy + func (c *Config) MarshalJSON() ([]byte, error) + func (c *Config) ReadConfig(in io.Reader) error + func (c *Config) ReadConfigFile(filePath string) error + func (c *Config) SetJSONMarshalStrategy(s JSONMarshalStrategy) + func (c *Config) ToJSON() (string, error) + func (c *Config) ToSecureJSON() (string, error) + type JSONMarshalStrategy int + const JSONMarshalPlainText + const JSONMarshalSecure v0.2.1-rc1 Oct 20, 2015