-
Notifications
You must be signed in to change notification settings - Fork 314
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
Introduce glb settings in godo #674
Introduce glb settings in godo #674
Conversation
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.
@asaha2 Could you update the tests to include the new behaviour, and add a test for the PurgeCache
endpoint?
"load_balancers": [ | ||
{ | ||
"id":"37e6be88-01ec-4ec7-9bc6-a514d4719057", | ||
"name":"example-lb-01", | ||
"ip":"46.214.185.203", | ||
"algorithm":"round_robin", |
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.
Prettified all json payloads here: mostly whitespace change diff.
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, thanks @asaha2!
Adds config options to support operations on global load balancers.