Package | Description |
---|---|
io.fabric8.maven.core.service | |
io.fabric8.maven.core.service.kubernetes | |
io.fabric8.maven.core.service.openshift |
Modifier and Type | Method and Description |
---|---|
void |
BuildService.build(io.fabric8.maven.docker.config.ImageConfiguration imageConfig)
Builds the given image using the specified configuration.
|
File[] |
ComposeService.convertToKubeFragments()
Returns array of kubernetes resource descriptor files generated from docker compose files
using 'kompose' (http://kompose.io) utility
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
DockerBuildService.build(io.fabric8.maven.docker.config.ImageConfiguration imageConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OpenshiftBuildService.build(io.fabric8.maven.docker.config.ImageConfiguration imageConfig) |
protected File |
OpenshiftBuildService.createBuildArchive(io.fabric8.maven.docker.config.ImageConfiguration imageConfig) |
Copyright © 2020. All rights reserved.