-
Notifications
You must be signed in to change notification settings - Fork 4
Support multiple gateway backends #1350
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
Support multiple gateway backends #1350
Conversation
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
…to workload Signed-off-by: nabil salah <nabil.salah203@gmail.com>
@@ -41,7 +41,7 @@ func zlogs(dl *zosTypes.Deployment, name string) []Zlog { | |||
|
|||
var dataI interface{} | |||
|
|||
dataI, err := wl.Workload3().WorkloadData() | |||
dataI, err := wl.Workload.Workload().WorkloadData() |
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.
why not only renaming 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.
it give error because embedded field Workload is shadowing the method
also it should act the same
https://go101.org/article/type-embedding.html
section: Shorthands of Selectors
Description
Change restrictions on gateway backends count
Changes
grid-client/workloads/gateway_fqdn.go
Related Issues
Checklist