public class AzureDockerClientConfig extends Object implements com.github.dockerjava.core.DockerClientConfig, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AzureDockerClientConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
API_VERSION |
static String |
DOCKER_CERT_PATH |
static String |
DOCKER_CONFIG |
static String |
DOCKER_HOST |
static String |
DOCKER_TLS_VERIFY |
static String |
REGISTRY_EMAIL |
static String |
REGISTRY_PASSWORD |
static String |
REGISTRY_URL |
static String |
REGISTRY_USERNAME |
Modifier and Type | Method and Description |
---|---|
static AzureDockerClientConfig.Builder |
createDefaultConfigBuilder() |
com.github.dockerjava.api.model.AuthConfig |
effectiveAuthConfig(String imageName) |
boolean |
equals(Object o) |
com.github.dockerjava.core.RemoteApiVersion |
getApiVersion() |
com.github.dockerjava.api.model.AuthConfigurations |
getAuthConfigurations() |
String |
getDockerConfig() |
URI |
getDockerHost() |
String |
getRegistryEmail() |
String |
getRegistryPassword() |
String |
getRegistryUrl() |
String |
getRegistryUsername() |
com.github.dockerjava.core.SSLConfig |
getSSLConfig() |
int |
hashCode() |
String |
toString() |
public static final String DOCKER_HOST
public static final String DOCKER_TLS_VERIFY
public static final String DOCKER_CONFIG
public static final String DOCKER_CERT_PATH
public static final String API_VERSION
public static final String REGISTRY_USERNAME
public static final String REGISTRY_PASSWORD
public static final String REGISTRY_EMAIL
public static final String REGISTRY_URL
public static AzureDockerClientConfig.Builder createDefaultConfigBuilder()
public URI getDockerHost()
getDockerHost
in interface com.github.dockerjava.core.DockerClientConfig
public com.github.dockerjava.core.RemoteApiVersion getApiVersion()
getApiVersion
in interface com.github.dockerjava.core.DockerClientConfig
public String getRegistryUsername()
getRegistryUsername
in interface com.github.dockerjava.core.DockerClientConfig
public String getRegistryPassword()
getRegistryPassword
in interface com.github.dockerjava.core.DockerClientConfig
public String getRegistryEmail()
getRegistryEmail
in interface com.github.dockerjava.core.DockerClientConfig
public String getRegistryUrl()
getRegistryUrl
in interface com.github.dockerjava.core.DockerClientConfig
public String getDockerConfig()
public com.github.dockerjava.api.model.AuthConfig effectiveAuthConfig(String imageName)
effectiveAuthConfig
in interface com.github.dockerjava.core.DockerClientConfig
public com.github.dockerjava.api.model.AuthConfigurations getAuthConfigurations()
getAuthConfigurations
in interface com.github.dockerjava.core.DockerClientConfig
public com.github.dockerjava.core.SSLConfig getSSLConfig()
getSSLConfig
in interface com.github.dockerjava.core.DockerClientConfig
Copyright © 2016–2021. All rights reserved.