public class ContainerSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerSpec.Builder |
| Constructor and Description |
|---|
ContainerSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
args() |
static ContainerSpec.Builder |
builder() |
List<String> |
command() |
String |
dir() |
List<String> |
env() |
boolean |
equals(Object obj) |
List<String> |
groups() |
int |
hashCode() |
String |
image() |
Map<String,String> |
labels() |
List<Mount> |
mounts() |
Long |
stopGracePeriod() |
String |
toString() |
Boolean |
tty() |
String |
user() |
Copyright © 2017. All rights reserved.