-
Notifications
You must be signed in to change notification settings - Fork 405
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
Example of a basic API server #2
Comments
@kris-nova we've just built one in service-catalog and have notes to compare - @MHBauer also has a PR open to the community to add docs on how to do this. We definitely need both an example and some technical documentation explaining the process that we maintain as we refactor. |
Thanks @pmorie I was actually just looking at the one in service catalog.. this is exactly what I was looking for! Thanks, and I hope you don't mind if I borrow some ideas from your code! |
@kris-nova feel free! also related: kubernetes/kubernetes#41136 |
Be aware that the service-catalog server is using a downlevel version of k8s and that constant refactors in apimachinery mean direct copy and paste may not compile. |
kubernetes/kubernetes#41136 is an API server with one resource. It will always be current since it builds in tree. Once kubernetes/test-infra#1784 merges, we'll have up to date, matched syncs |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Super closed thanks everyone |
Signed-off-by: Nilekh Chaudhari <[email protected]> fix (#2) Signed-off-by: Monis Khan <[email protected]> Kubernetes-commit: e95b7c6d8b889e42ee44e626914e457e228ce8d4
MVP cleanup #2 Kubernetes-commit: 3660a34d21492a2bdbb992c435554af0fa457e2d
Any way I could request a very basic example of using the library to get a vanilla API server up and running with a hello world? I am working on trying to build one now, and can contribute my notes/examples if that helps.
But wondering if anyone has anything useful lying around that isn't in the repo!
Cheers
The text was updated successfully, but these errors were encountered: