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

Introduce ALB Virtual Service management functions #417

Merged
merged 7 commits into from
Dec 21, 2021

Conversation

Didainius
Copy link
Collaborator

@Didainius Didainius commented Dec 16, 2021

Note Only to be reviewed once #414 is merged (because it contains and relies on that code).

This PR adds methods and types to deal with NSX-T ALB Virtual Services.

Signed-off-by: Dainius Serplis <[email protected]>
…Name' for easier lookup with Tenant access

Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
@Didainius Didainius marked this pull request as ready for review December 17, 2021 10:24
Copy link
Collaborator

@lvirbalas lvirbalas left a comment

Choose a reason for hiding this comment

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

Great to see so many tests!
Just couple of total nits in this review.


for _, serviceEngineGroupAssignment := range allServiceEngineGroupAssignments {
if serviceEngineGroupAssignment.NsxtAlbServiceEngineGroupAssignment.ServiceEngineGroupRef.Name == name {
foundGroup = serviceEngineGroupAssignment
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the name unique? in case we don't return only first one found

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It must be unique:
image

@Didainius Didainius merged commit e27dc7f into vmware:master Dec 21, 2021
@Didainius Didainius deleted the alb-vs-pr branch December 21, 2021 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants