Interface ContainerSpec.Builder
- Enclosing interface:
- ContainerSpec
public static interface ContainerSpec.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()configs(Iterable<? extends ConfigBind> configs) healthcheck(ContainerConfig.Healthcheck healthcheck) secrets(Iterable<? extends SecretBind> secrets) stopGracePeriod(Long stopGracePeriod)
-
Method Details
-
image
-
addLabel
-
hostname
-
labels
-
command
-
command
-
args
-
args
-
env
-
env
-
dir
-
user
-
groups
-
groups
-
tty
-
mounts
-
mounts
-
stopGracePeriod
-
dnsConfig
-
healthcheck
-
hosts
-
secrets
-
configs
-
init
-
sysctls
-
addSysctl
-
build
ContainerSpec build()
-