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, getNamespaceName, getProject, getResourceVersion, isAnnotatedWith, removeAnnotation, setAnnotationaccept, getCapability, supportsgetApiVersiontoJson, toJsonvoid setImport(boolean importTags)
boolean isImport()
void addImage(String fromKind, DockerImageURI imageUri)
fromKind - The indirection of where to find the image. Typically is
DockerImage, ImageStreamTagCollection<IStatus> getImageStatus()
@Deprecated String getImageJsonFor(DockerImageURI uri)
Copyright © 2020 Red Hat, Inc. All Rights Reserved.