| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.service.docker | |
| org.eclipse.jkube.kit.build.service.docker.watch |
| Modifier and Type | Method and Description |
|---|---|
static DockerServiceHub |
DockerServiceHub.newInstance(org.eclipse.jkube.kit.common.KitLogger kitLogger) |
static DockerServiceHub |
DockerServiceHub.newInstance(org.eclipse.jkube.kit.common.KitLogger kitLogger,
DockerAccess dockerAccess) |
| Modifier and Type | Method and Description |
|---|---|
DockerServiceHub |
WatchContext.getHub() |
| Modifier and Type | Method and Description |
|---|---|
WatchContext.WatchContextBuilder |
WatchContext.WatchContextBuilder.hub(DockerServiceHub hub) |
| Constructor and Description |
|---|
WatchContext(org.eclipse.jkube.kit.common.JKubeConfiguration buildContext,
org.eclipse.jkube.kit.config.image.WatchMode watchMode,
int watchInterval,
String watchPostExec,
GavLabel gavLabel,
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> imageCustomizer,
Task<WatchService.ImageWatcher> containerRestarter,
ExecTask containerCommandExecutor,
CopyFilesTask containerCopyTask,
DockerServiceHub hub,
Runnable postGoalTask,
Date buildTimestamp) |
Copyright © 2024. All rights reserved.