public abstract class DockerConfig extends Object
| Constructor and Description |
|---|
DockerConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableMap<String,RegistryAuth> |
auths() |
static DockerConfig |
create(Map<String,String> credHelpers,
Map<String,RegistryAuth> auths,
Map<String,String> httpHeaders,
String credsStore,
String detachKeys,
String stackOrchestrator,
String psFormat,
String imagesFormat) |
abstract com.google.common.collect.ImmutableMap<String,String> |
credHelpers() |
abstract String |
credsStore() |
abstract String |
detachKeys() |
abstract com.google.common.collect.ImmutableMap<String,String> |
httpHeaders() |
abstract String |
imagesFormat() |
abstract String |
psFormat() |
abstract String |
stackOrchestrator() |
@Nullable public abstract com.google.common.collect.ImmutableMap<String,String> credHelpers()
@Nullable public abstract com.google.common.collect.ImmutableMap<String,RegistryAuth> auths()
@Nullable public abstract com.google.common.collect.ImmutableMap<String,String> httpHeaders()
Copyright © 2019. All rights reserved.