| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.service.docker | |
| org.eclipse.jkube.kit.build.service.docker.helper | |
| 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,
LogOutputSpecFactory logOutputSpecFactory) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
RunService.createVolumesAsPerVolumeBinds(DockerServiceHub hub,
List<String> binds,
List<VolumeConfiguration> volumes)
Creates a Volume if a volume is referred to during startup in bind mount mapping and
a VolumeConfiguration exists
|
| Modifier and Type | Method and Description |
|---|---|
StartContainerExecutor.StartContainerExecutorBuilder |
StartContainerExecutor.StartContainerExecutorBuilder.hub(DockerServiceHub hub) |
| Constructor and Description |
|---|
StartContainerExecutor(String exposeContainerProps,
org.eclipse.jkube.kit.common.KitLogger log,
LogOutputSpecFactory logOutputSpecFactory,
DockerServiceHub hub,
boolean follow,
String showLogs,
String containerNamePattern,
Date buildDate,
Properties projectProperties,
File basedir,
org.eclipse.jkube.kit.config.image.ImageConfiguration imageConfig,
GavLabel gavLabel,
PortMapping portMapping,
LogDispatcher dispatcher) |
| 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,
boolean keepRunning,
String watchPostExec,
GavLabel gavLabel,
boolean keepContainer,
boolean removeVolumes,
boolean autoCreateCustomNetworks,
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> imageCustomizer,
Task<WatchService.ImageWatcher> containerRestarter,
ExecTask containerCommandExecutor,
CopyFilesTask containerCopyTask,
DockerServiceHub hub,
LogOutputSpecFactory logOutputSpecFactory,
LogDispatcher dispatcher,
Runnable postGoalTask,
boolean follow,
String showLogs,
Date buildTimestamp,
String containerNamePattern) |
Copyright © 2023. All rights reserved.