public abstract class ContainerSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerSpec.Builder |
| Constructor and Description |
|---|
ContainerSpec() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<String> |
args() |
static ContainerSpec.Builder |
builder() |
abstract com.google.common.collect.ImmutableList<String> |
command() |
abstract com.google.common.collect.ImmutableList<ConfigBind> |
configs() |
abstract String |
dir() |
abstract DnsConfig |
dnsConfig() |
abstract com.google.common.collect.ImmutableList<String> |
env() |
abstract com.google.common.collect.ImmutableList<String> |
groups() |
abstract ContainerConfig.Healthcheck |
healthcheck() |
abstract String |
hostname() |
abstract com.google.common.collect.ImmutableList<String> |
hosts() |
abstract String |
image() |
abstract com.google.common.collect.ImmutableMap<String,String> |
labels() |
abstract com.google.common.collect.ImmutableList<Mount> |
mounts() |
abstract com.google.common.collect.ImmutableList<SecretBind> |
secrets() |
abstract Long |
stopGracePeriod() |
abstract Boolean |
tty() |
abstract String |
user() |
public abstract String image()
@Nullable public abstract ContainerConfig.Healthcheck healthcheck()
@Nullable public abstract com.google.common.collect.ImmutableList<String> hosts()
@Nullable public abstract com.google.common.collect.ImmutableList<SecretBind> secrets()
@Nullable public abstract com.google.common.collect.ImmutableList<ConfigBind> configs()
public static ContainerSpec.Builder builder()
Copyright © 2018. All rights reserved.