-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Implement getVersion method in OpenShiftConnector #4363
Conversation
Can one of the admins verify this patch? |
@@ -36,6 +36,11 @@ | |||
<artifactId>guava</artifactId> | |||
</dependency> | |||
<dependency> | |||
<groupId>com.squareup.okhttp3</groupId> | |||
<artifactId>okhttp</artifactId> | |||
<version>3.4.1</version> |
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.
Guys. I know it's your branch. But could you follow the general rule to not to declare versions in maven submodules. It can save us some time in a future.
The PR requires eclipse-che/che-dependencies#34 |
f4923c0
to
2580099
Compare
d96e1ec
to
951d323
Compare
cda3edc
to
2627489
Compare
54c1b89
to
c9d16a9
Compare
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
Added |
Can one of the admins verify this patch? |
work is done as part of #6222 |
What does this PR do?
Implements the getVersion method in OpenShiftConnector.
OpenShift REST API has the version method, but the kubernetes client doesn't implement it. I have created a simple extension that returns version information.
What issues does this PR fix or reference?
Che doesn't start on OpenShift if the Docker socket is not mounted.