public abstract class ProcessConfig extends Object
| Constructor and Description |
|---|
ProcessConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<String> |
arguments() |
abstract String |
entrypoint() |
abstract Boolean |
privileged() |
abstract Boolean |
tty() |
abstract String |
user() |
Copyright © 2018. All rights reserved.