| Package | Description |
|---|---|
| com.spotify.docker.client | |
| com.spotify.docker.client.auth | |
| com.spotify.docker.client.auth.gcr |
Support for authenticating with Google Container Registry.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultDockerClient.Builder |
DefaultDockerClient.Builder.registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigFileRegistryAuthSupplier
RegistryAuthSupplier that returns data from the docker-cli config file.
|
class |
FixedRegistryAuthSupplier
Wraps a RegistryAuth with the RegistryAuthSupplier interface.
|
class |
MultiRegistryAuthSupplier
A RegistryAuthSupplier that combines authentication info from multiple RegistryAuthSupplier
instances.
|
| Constructor and Description |
|---|
MultiRegistryAuthSupplier(List<RegistryAuthSupplier> suppliers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerRegistryAuthSupplier
A RegistryAuthSupplier for getting access tokens from a Google Cloud Platform service or user
account.
|
Copyright © 2018. All rights reserved.