public class ImageStreamService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_FORMAT |
| 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
|
io.fabric8.openshift.api.model.TagEvent |
newerTag(io.fabric8.openshift.api.model.TagEvent tag1,
io.fabric8.openshift.api.model.TagEvent tag2) |
public static final String DATE_FORMAT
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.MojoExecutionExceptionpublic io.fabric8.openshift.api.model.TagEvent newerTag(io.fabric8.openshift.api.model.TagEvent tag1,
io.fabric8.openshift.api.model.TagEvent tag2)
Copyright © 2019. All rights reserved.