Skip to content
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

Use kubernetes/code-generator to generate clients #329

Closed
tamalsaha opened this issue Jul 26, 2017 · 4 comments
Closed

Use kubernetes/code-generator to generate clients #329

tamalsaha opened this issue Jul 26, 2017 · 4 comments
Labels
Milestone

Comments

@tamalsaha
Copy link
Contributor Author

tamalsaha commented Aug 31, 2017

  • We get proto. So can generate other lang clients
  • Open api docs. We can also get validators using the open api spec. https://github.com/garethr/kubeval
  • Conversions: go from v1alpha1 to v1beta1. Api server can do the conversions for us.
  • We can delete all the hand written copy/pasted client etc. We just write the types.go and any conversion that can't be auto generated

@tamalsaha tamalsaha added this to the 4.0.0 milestone Aug 31, 2017
@tamalsaha tamalsaha changed the title Support programmatically creating Ingress Use kubernetes/code-generator to generate clients Sep 5, 2017
@tamalsaha
Copy link
Contributor Author

I have working pr for appscode/stash stashed/stash#163

We just need to copy the process here.

@tamalsaha
Copy link
Contributor Author

Use docker image to run generator https://github.com/tamalsaha/gengo-builder

@tamalsaha
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant