Documentation ¶
Index ¶
- Variables
- func LoadCloudProviders(ctx context.Context, log logr.Logger) error
- func Persist(ctx context.Context, logger logr.Logger, cfg *rest.Config, ...) (string, []string, error)
- func Verify(ctx context.Context, configDir string, insecureRegistries []string, ...) error
- type AuthConfigs
- type DockerConfigJSON
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.