Skip to content

Commit

Permalink
Merge pull request #1437 from ish-hcc/fix_azure_nlb
Browse files Browse the repository at this point in the history
Azure: Re-work NLBHandler
  • Loading branch information
powerkimhub authored Jan 24, 2025
2 parents 4a801a1 + 8755ba5 commit 301d2c6
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 262 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (cloudConn *AzureCloudConnection) CreateNLBHandler() (irs.NLBHandler, error
NLBBackendAddressPoolsClient: cloudConn.NLBBackendAddressPoolsClient,
VNicClient: cloudConn.VNicClient,
PublicIPClient: cloudConn.PublicIPClient,
VPCClient: cloudConn.VNetClient,
VMClient: cloudConn.VMClient,
ScaleSetVMsClient: cloudConn.VirtualMachineScaleSetVMsClient,
DiskClient: cloudConn.DiskClient,
Expand Down
Loading

0 comments on commit 301d2c6

Please sign in to comment.