public interface IImageStreamImport extends IResource
| Modifier and Type | Method and Description |
|---|---|
void |
addImage(String fromKind,
DockerImageURI imageUri)
Add image info those being imorted
|
String |
getImageJsonFor(DockerImageURI uri)
Deprecated.
|
String |
getImageJsonFor(String tag)
Get the raw json docker metadata for
the given tag.
|
Collection<IStatus> |
getImageStatus()
The status of the image retrieval
|
boolean |
isImport()
Are the tags to be imported for the imagestream
|
void |
setImport(boolean importTags)
Set to true to import tags for the imagestream; false to just retrieve
|
addLabel, getAnnotation, getAnnotations, getCapabilities, getCreationTimeStamp, getLabels, getMetadata, getName, getNamespace, getProject, getResourceVersion, isAnnotatedWith, removeAnnotation, setAnnotationaccept, getCapability, supportsgetApiVersiontoJson, toJsonvoid setImport(boolean importTags)
importTags - boolean isImport()
void addImage(String fromKind, DockerImageURI imageUri)
fromKind - The indirection of where to find the image.
Typically is DockerImage, ImageStreamTaguriWithoutTag - Collection<IStatus> getImageStatus()
@Deprecated String getImageJsonFor(DockerImageURI uri)
uri - Copyright © 2018 Red Hat, Inc. All Rights Reserved.