void |
BuildService.build(io.fabric8.maven.docker.config.ImageConfiguration imageConfig)
Builds the given image using the specified configuration.
|
void |
PortForwardService.forwardPort(io.fabric8.maven.docker.util.Logger externalProcessLogger,
String pod,
int remotePort,
int localPort) |
Closeable |
PortForwardService.forwardPortAsync(io.fabric8.maven.docker.util.Logger externalProcessLogger,
io.fabric8.kubernetes.api.model.LabelSelector podSelector,
int remotePort,
int localPort)
Forwards a port to the newest pod matching the given selector.
|
ProcessUtil.ProcessExecutionContext |
PortForwardService.forwardPortAsync(io.fabric8.maven.docker.util.Logger externalProcessLogger,
String pod,
int remotePort,
int localPort) |