Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CloudAuthRegistry = &cloudauth.Registry{}
Functions ¶
func LoadCloudProviders ¶
LoadCloudProviders adds all cloud authentication providers to the CloudAuthRegistry.
Types ¶
type AuthConfigs ¶
type AuthConfigs map[string]types.AuthConfig
AuthConfigs is a map of registry urls to authentication credentials.
type DockerConfigJSON ¶
type DockerConfigJSON struct {
Auths AuthConfigs `json:"auths"`
}
DockerConfigJSON models the structure of .dockerconfigjson data.
Click to show internal directories.
Click to hide internal directories.