public class DockerConfigFile extends Object
| Constructor and Description |
|---|
DockerConfigFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AuthConfigurations |
getAuthConfigurations() |
Map<String,AuthConfig> |
getAuths() |
String |
getCurrentContext() |
int |
hashCode() |
static DockerConfigFile |
loadConfig(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String dockerConfigPath) |
static DockerConfigFile |
loadConfig(String dockerConfigPath)
Deprecated.
|
AuthConfig |
resolveAuthConfig(String hostname) |
void |
setAuths(Map<String,AuthConfig> authConfigMap) |
String |
toString() |
@Nonnull public Map<String,AuthConfig> getAuths()
public void setAuths(Map<String,AuthConfig> authConfigMap)
public String getCurrentContext()
@CheckForNull public AuthConfig resolveAuthConfig(@CheckForNull String hostname)
@Nonnull public AuthConfigurations getAuthConfigurations()
@Nonnull @Deprecated public static DockerConfigFile loadConfig(@CheckForNull String dockerConfigPath) throws IOException
IOException@Nonnull public static DockerConfigFile loadConfig(com.fasterxml.jackson.databind.ObjectMapper objectMapper, @CheckForNull String dockerConfigPath) throws IOException
IOExceptionCopyright © 2025. All rights reserved.