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 |
saveImageStreamResource(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 saveImageStreamResource(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
- filel to store the image streamorg.apache.maven.plugin.MojoExecutionException
Copyright © 2018. All rights reserved.