-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Cleanup REST interfaces across the codebase #5758
Cleanup REST interfaces across the codebase #5758
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
1f92788
to
7a3cc50
Compare
7a3cc50
to
34ae16a
Compare
This is a nice improvement in both code structure and naming. I never liked REST* prefixes and it makes sense to put this in the rest package. Taking this from @bgrant0607 to save him some cycles. Will merge on green since this LGTM |
Dependency chain is now api -> api/rest -> apiserver. Makes the interfaces much cleaner to read, and cleans up some inconsistenties that crept in along the way.
34ae16a
to
9bb797f
Compare
Got a green Shippable. |
Cleanup REST interfaces across the codebase
No description provided.