-
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
Allow option to containerize Go Model Schema generation builds #2662
Closed
rohanKanojia opened this issue
Dec 14, 2020
· 0 comments
· Fixed by #2791 or jenkinsci/kubernetes-client-api-plugin#83
Closed
Allow option to containerize Go Model Schema generation builds #2662
rohanKanojia opened this issue
Dec 14, 2020
· 0 comments
· Fixed by #2791 or jenkinsci/kubernetes-client-api-plugin#83
Labels
component/kubernetes-model
Deals with the kubernetes-model
Comments
rohanKanojia
added
the
component/kubernetes-model
Deals with the kubernetes-model
label
Dec 14, 2020
11 tasks
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 5, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 5, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
11 tasks
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 5, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 5, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 5, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
manusa
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 17, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 24, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
manusa
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Mar 1, 2021
…ration builds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
manusa
pushed a commit
that referenced
this issue
Mar 1, 2021
…ilds Added a bash script for doing Go Model generation Builds inside a docker container. Go Build and schema generation are done inside a container and copied to host folders afterwards
This was referenced Mar 12, 2021
This was referenced Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we require user to have a golang setup in order to generate model. We should try to get rid of this requirement as not all Java Developers can have golang setup like this. Model schema generation can easily be containerized like this:
You can build image for this
Dockerfile
and then run it to generate schema like this:The text was updated successfully, but these errors were encountered: