Skip to content
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

Add support for Reserved IP addresses #532

Merged
merged 2 commits into from Jun 15, 2022

Conversation

senorprogrammer
Copy link
Contributor

Floating IPs are being renamed to Reserved IPs. We'll need to
support both for awhile, treating them as distinct resource
types until Floating IPs are deprecated or removed.

This change allows the caller to use either or both at the same
time.

Signed-off-by: Chris Cummer chriscummer@me.com

Floating IPs are being renamed to Reserved IPs. We'll need to
support both for awhile, treating them as distinct resource
types until Floating IPs are deprecated or removed.

This change allows the caller to use either or both at the same
time.

Signed-off-by: Chris Cummer <chriscummer@me.com>
Signed-off-by: Chris Cummer <chriscummer@me.com>
@senorprogrammer senorprogrammer marked this pull request as ready for review June 15, 2022 17:00
"next":"http://example.com/v2/floating_ips/?page=3",
"prev":"http://example.com/v2/floating_ips/?page=1",
"last":"http://example.com/v2/floating_ips/?page=3",
"first":"http://example.com/v2/floating_ips/?page=1"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pedantic change that has no functional impact. The routes in the returned JSON were incorrect for the resource type.

Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM!

@andrewsomething andrewsomething merged commit 67d5985 into digitalocean:main Jun 15, 2022
@senorprogrammer senorprogrammer deleted the reserved-ip-fields branch June 15, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants