-
Notifications
You must be signed in to change notification settings - Fork 44
Marking references to api_url as deprecated
#141
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
Marking references to api_url as deprecated
#141
Conversation
6c6c87a to
7d24398
Compare
|
/hold |
7d24398 to
c5e6634
Compare
|
/unhold |
|
@bradmwilliams: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bradmwilliams, hoxhaeris The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Supersedes #140
@jramcast Thanks for your PR. I took a look at the code and thought it might be better to make a few more changes and flag the impacted APIs as deprecated (just in case there is anyone who actually uses them). I thought about introducing the deprecation module, but that'll certainly break folks if/when then choose to upgrade. So, although this is a little rough around the edges, I think it'll accomplish what you were trying to do, provide the backward compatibility we'd like to maintain, and I'll create an issue to remove the deprecated APIs.