-
Notifications
You must be signed in to change notification settings - Fork 112
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
Load balancer syntax cleanup and bugfixes #290
Conversation
@@ -103,7 +103,7 @@ func testAccCheckVcdLbServiceMonitorDestroy(serviceMonitorName string) resource. | |||
return fmt.Errorf(errorUnableToFindEdgeGateway, err) | |||
} | |||
|
|||
monitor, err := edgeGateway.ReadLBServiceMonitor(&types.LBMonitor{Name: serviceMonitorName}) | |||
monitor, err := edgeGateway.GetLbServiceMonitor(&types.LbMonitor{Name: serviceMonitorName}) |
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.
Doesn't we should have wappers here?
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.
Yes indeed. I was hoping make install
to fail on such cases but I was wrong. Replaced them.
I am not sure I saw all changes/fixes from issues I mentioned in emails. |
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.
It's like a polished labradorite!
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
No description provided.