Uses of Interface
org.mandas.docker.client.messages.RegistryConfigs
Packages that use RegistryConfigs
Package
Description
Support for authenticating with Google Container Registry.
-
Uses of RegistryConfigs in org.mandas.docker.client
Methods in org.mandas.docker.client that return RegistryConfigsModifier and TypeMethodDescriptionDockerConfigReader.authForAllRegistries(Path configPath) Parse the contents of the config file and generate all possibleRegistryAuths, which are bundled into aRegistryConfigsinstance. -
Uses of RegistryConfigs in org.mandas.docker.client.auth
Methods in org.mandas.docker.client.auth that return RegistryConfigsModifier and TypeMethodDescriptionConfigFileRegistryAuthSupplier.authForBuild()FixedRegistryAuthSupplier.authForBuild()MultiRegistryAuthSupplier.authForBuild()RegistryAuthSupplier.authForBuild()Authentication info to pass in the X-Registry-Config header when building an image.Constructors in org.mandas.docker.client.auth with parameters of type RegistryConfigsModifierConstructorDescriptionFixedRegistryAuthSupplier(RegistryAuth registryAuth, RegistryConfigs configsForBuild) -
Uses of RegistryConfigs in org.mandas.docker.client.auth.gcr
Methods in org.mandas.docker.client.auth.gcr that return RegistryConfigs -
Uses of RegistryConfigs in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return RegistryConfigsModifier and TypeMethodDescriptionRegistryConfigs.Builder.build()static RegistryConfigsRegistryConfigs.create(Map<String, RegistryAuth> configs) static RegistryConfigsRegistryConfigs.empty()