-
Notifications
You must be signed in to change notification settings - Fork 111
[JBIDE-21626] Add ImageStreamImport Capability #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JBIDE-21626] Add ImageStreamImport Capability #118
Conversation
|
looking... |
| } | ||
|
|
||
| @Override | ||
| public DockerImageURI getDockerImageRepositorySpec() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not call this #getDockerImageURI to match what you get back when you call it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was trying to explicitly distinguish it being in the spec section. The other is actually depricated i blieve
96d5992 to
65d443a
Compare
|
|
||
| DockerImageURI getDockerImageRepositorySpec(); | ||
|
|
||
| void setDockerImageRepositorySpec(String imageUri); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this replacing deprecated #setDockerImageRepository? What is the difference? having this explained in javadoc would help a lot
927b984 to
026342f
Compare
026342f to
b2d6786
Compare
|
Evaluated for javaclient test up to b2d6786 |
|
Java Client Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test-openshift-restclient-java/78/) |
|
[merge] |
|
Java Client Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge-openshift-restclient-java/73/) |
|
Evaluated for javaclient merge up to b2d6786 |
This PR adds support for ImageStreamImport to fix the referenced issue. It allows image metadata to be retrieved via openshift without having a connection to a docker daemon
cc @adietish @fbricon
[test]