| Package | Description |
|---|---|
| io.fabric8.maven.docker.access | |
| io.fabric8.maven.docker.access.hc | |
| io.fabric8.maven.docker.log |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerAccess.startExecContainer(String containerId,
LogOutputSpec outputSpec)
Starts a previously set up exec instance (via
DockerAccess.createExecContainer(String, Arguments) container
this API sets up a session with the exec command. |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerAccessWithHcClient.startExecContainer(String containerId,
LogOutputSpec outputSpec) |
| Modifier and Type | Field and Description |
|---|---|
static LogOutputSpec |
LogOutputSpec.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
LogOutputSpec |
LogOutputSpec.Builder.build() |
LogOutputSpec |
LogOutputSpecFactory.createSpec(String containerId,
ImageConfiguration imageConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogDispatcher.fetchContainerLog(String containerId,
LogOutputSpec spec) |
void |
LogDispatcher.trackContainerLog(String containerId,
LogOutputSpec spec) |
| Constructor and Description |
|---|
DefaultLogCallback(LogOutputSpec outputSpec) |
Copyright © 2018. All rights reserved.