Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BasicCredentials ¶
type Config ¶
type Config struct { AuthPerHost map[string]Headerer DockerCredentialsPerRegistry map[string]BasicCredentials }
Config is a single place where configuration for rkt frontend needs resides.
func GetConfig ¶
GetConfig gets the Config instance with configuration taken from default system path (see common.DefaultSystemConfigDir) overridden with configuration from default local path (see common.DefaultLocalConfigDir).
func GetConfigFrom ¶
GetConfigFrom gets the Config instance with configuration taken from given system path overridden with configuration from given local path.
func GetConfigFromDir ¶
GetConfigFromDir gets the Config instance with configuration taken from given directory.
Click to show internal directories.
Click to hide internal directories.