Uses of Interface
org.mandas.docker.client.messages.RegistryConfigs
-
Packages that use RegistryConfigs Package Description org.mandas.docker.client org.mandas.docker.client.auth org.mandas.docker.client.auth.gcr Support for authenticating with Google Container Registry.org.mandas.docker.client.messages -
-
Uses of RegistryConfigs in org.mandas.docker.client
Methods in org.mandas.docker.client that return RegistryConfigs Modifier and Type Method Description RegistryConfigsDockerConfigReader. 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 RegistryConfigs Modifier and Type Method Description RegistryConfigsConfigFileRegistryAuthSupplier. authForBuild()RegistryConfigsFixedRegistryAuthSupplier. authForBuild()RegistryConfigsMultiRegistryAuthSupplier. authForBuild()RegistryConfigsRegistryAuthSupplier. 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 RegistryConfigs Constructor Description FixedRegistryAuthSupplier(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 Modifier and Type Method Description RegistryConfigsContainerRegistryAuthSupplier. authForBuild() -
Uses of RegistryConfigs in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return RegistryConfigs Modifier and Type Method Description RegistryConfigsRegistryConfigs.Builder. build()static RegistryConfigsRegistryConfigs. create(Map<String,RegistryAuth> configs)static RegistryConfigsRegistryConfigs. empty()
-