Skip to content

Commit

Permalink
Add LbServiceSize in VPCNetworkConfigInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <wenqiq@vmware.com>
  • Loading branch information
wenqiq committed Jun 25, 2024
1 parent 247ef00 commit f195cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/networkinfo/vpcnetworkconfig_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func buildNetworkConfigInfo(vpcConfigCR v1alpha1.VPCNetworkConfiguration) (*comm
DefaultGatewayPath: vpcConfigCR.Spec.DefaultGatewayPath,
EdgeClusterPath: vpcConfigCR.Spec.EdgeClusterPath,
VPCConnectivityProfile: vpcConfigCR.Spec.VPCConnectivityProfile,
LbServiceSize: vpcConfigCR.Spec.LbServiceSize,
NsxtProject: project,
ExternalIPv4Blocks: vpcConfigCR.Spec.ExternalIPv4Blocks,
PrivateIPv4CIDRs: vpcConfigCR.Spec.PrivateIPv4CIDRs,
Expand Down
1 change: 1 addition & 0 deletions pkg/nsx/services/common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ type VPCNetworkConfigInfo struct {
DefaultGatewayPath string // deprecated, existing field
// VPCServiceProfile string
VPCConnectivityProfile string
LbServiceSize string
EdgeClusterPath string // deprecated, existing field
NsxtProject string
ExternalIPv4Blocks []string // deprecated, existing field
Expand Down

0 comments on commit f195cb8

Please sign in to comment.