-
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
Split Kubernetes Model into smaller jars corresponding to each apiGroup #2108
Comments
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 7, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 8, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 8, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 9, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 9, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 10, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 13, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 14, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 14, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 15, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 16, 2020
manusa
pushed a commit
to manusa/kubernetes-client
that referenced
this issue
Apr 16, 2020
manusa
added a commit
to manusa/kubernetes-client
that referenced
this issue
Apr 16, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 16, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 16, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 16, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 16, 2020
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 16, 2020
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 17, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 17, 2020
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 17, 2020
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 23, 2020
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 23, 2020
rohanKanojia
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Apr 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now our model has lots of classes and if we add Sundrio helper classes too they become a lot. @iocanel checked out number of classes generated and these were his findings:
But we don't always need all the classes in most of the cases. This seems to be creating problems in Quarkus Kubernetes Client Extension where the build is taking too much time on JDK11.
As per discussions in Quarkus channel, we should probably split kubernetes model into several modules each specific to an
apiVersion
in Kubernetes. So in the endkubernetes-model
would consist of several small modules like this:The text was updated successfully, but these errors were encountered: