-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Decouple openshift-model dependency from kubernetes-client #2141
Labels
Comments
Actually earlier entire model was inside |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 26, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 27, 2020
11 tasks
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 27, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Sep 2, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Sep 16, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Sep 16, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Sep 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After model split (#2108 #2137) we have to keep a dependency to
openshift-model
inkubernetes-client
as some of the classes still import OpenShift specific model types (io.fabric8.openshift.api.model.*
e.g.ClusterOperationsImpl
)Classes with such imports should segregated with resulting classes moved to
openshift-client
module.Blocked by
The text was updated successfully, but these errors were encountered: