Documentation ¶
Index ¶
- func ConvertSecrets(img RegistryImage, proxyRegistryMap map[string]string) []image.RegistryCredentials
- func LegacyLoadFromReader(configData io.Reader, configFile *configfile.ConfigFile) error
- func ResolveAuthConfig(image RegistryImage) (types.AuthConfig, error)
- func ResolveAuthConfigWithPullSecret(image RegistryImage, pullSecret KubeCreds) (types.AuthConfig, error)
- type KubeCreds
- type RegistryImage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertSecrets ¶
func ConvertSecrets(img RegistryImage, proxyRegistryMap map[string]string) []image.RegistryCredentials
func LegacyLoadFromReader ¶
func LegacyLoadFromReader(configData io.Reader, configFile *configfile.ConfigFile) error
LegacyLoadFromReader reads the non-nested configuration data given and sets up the auth config information with given directory and populates the receiver object
func ResolveAuthConfig ¶
func ResolveAuthConfig(image RegistryImage) (types.AuthConfig, error)
func ResolveAuthConfigWithPullSecret ¶
func ResolveAuthConfigWithPullSecret(image RegistryImage, pullSecret KubeCreds) (types.AuthConfig, error)
Types ¶
type RegistryImage ¶
Click to show internal directories.
Click to hide internal directories.