public class ImageStreamService extends Object
| Constructor and Description |
|---|
ImageStreamService(io.fabric8.openshift.client.OpenShiftClient client,
io.fabric8.maven.docker.util.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendImageStreamResource(io.fabric8.maven.docker.util.ImageName imageName,
File target)
Save the images stream to a file
|
public ImageStreamService(io.fabric8.openshift.client.OpenShiftClient client,
io.fabric8.maven.docker.util.Logger log)
public void appendImageStreamResource(io.fabric8.maven.docker.util.ImageName imageName,
File target)
throws org.apache.maven.plugin.MojoExecutionException
imageName - name of the image for which the stream should be extractedtarget - file to store the image streamorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2017. All rights reserved.