-
Notifications
You must be signed in to change notification settings - Fork 46
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
Make gce endpoint strings configurable. #79
Make gce endpoint strings configurable. #79
Conversation
b8edbc9
to
feabfbb
Compare
feabfbb
to
a4c62da
Compare
add a unit test that checks the SetDomain took effect in the call to the API and this lgtm |
This will allow packages who import this to configure the endpoints to something like https://mydomain.com/compute/v1. These endpoints are only used for SelfLink().
a4c62da
to
8c2b775
Compare
Added a new test, lmk if that wasn't what you meant. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bowei, spencerhance 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 |
This will allow packages who import this to configure the endpoints to something like https://mydomain.com/compute/v1.
These endpoints are only used for SelfLink().