-
Notifications
You must be signed in to change notification settings - Fork 557
dns: add support for /v2/quotas #3414
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
base: main
Are you sure you want to change the base?
Conversation
ab9616c
to
04cf9a0
Compare
83dc803
to
35ce048
Compare
@stephenfin could you please take a look into the acceptance tests results?
|
Co-Authored-By: Pierre Prinetti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple of nits. Let's also re-run the acceptance tests once #3420 is in.
type ListOpts struct { | ||
} | ||
|
||
// ToZoneListQuery formats a ListOpts into a query string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment is off.
return q.String(), err | ||
} | ||
|
||
// Get returns information about the quota, given its ID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can clarify a bit
// Get returns information about the quota, given its ID. | |
// Get returns information about the quota for a given project ID. |
This is a rebase of #2399 and #3186
Closes #2398