Skip to content

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

Merged
merged 6 commits into from
Apr 16, 2025

Conversation

Nabil-Salah
Copy link
Contributor

@Nabil-Salah Nabil-Salah commented Apr 10, 2025

Description

Change restrictions on gateway backends count

Changes

grid-client/workloads/gateway_fqdn.go

Related Issues

Checklist

  • Tests included
  • Build pass
  • Documentation
  • Code format and docstring

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>
@Nabil-Salah Nabil-Salah marked this pull request as ready for review April 10, 2025 17:01
@Nabil-Salah
Copy link
Contributor Author

Gateway Name deploy on zos:

image

image

image

Gateway Name deploy on zos light:

image

image

@Nabil-Salah
Copy link
Contributor Author

deploy vm zos:

image

deploy vm zos light:

image

image

Signed-off-by: nabil salah <nabil.salah203@gmail.com>
…to workload

Signed-off-by: nabil salah <nabil.salah203@gmail.com>
@Nabil-Salah Nabil-Salah requested a review from rawdaGastan April 16, 2025 12:23
@@ -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()
Copy link
Collaborator

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?

Copy link
Contributor Author

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

@Nabil-Salah Nabil-Salah merged commit afc908a into development Apr 16, 2025
56 checks passed
@Nabil-Salah Nabil-Salah deleted the development_multiple_backends_support branch April 16, 2025 13:08
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.

2 participants