We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701c09f commit b90dc50Copy full SHA for b90dc50
1 file changed
pkg/nsx/services/ipblocksinfo/ipblocksinfo.go
@@ -207,14 +207,14 @@ func (s *IPBlocksInfoService) updateIPBlocksInfo(ctx context.Context, vpcConfigL
207
ObjectMeta: metav1.ObjectMeta{
208
Name: ipBlocksInfoCRDName,
209
},
210
- ExternalIPCIDRs: extV4,
211
- ExternalIPv6CIDRs: extV6,
212
- PrivateTGWIPCIDRs: privV4,
213
- PrivateTGWIPv6CIDRs: privV6,
214
- ExternalIPRanges: extRv4,
215
- ExternalIPv6Ranges: extRv6,
216
- PrivateTGWIPRanges: privRv4,
217
- PrivateTGWIPv6Ranges: privRv6,
+ ExternalIPCIDRs: extV4,
+ ExternalIPv6CIDRs: extV6,
+ PrivateTGWIPCIDRs: privV4,
+ PrivateTGWIPv6CIDRs: privV6,
+ ExternalIPRanges: extRv4,
+ ExternalIPv6Ranges: extRv6,
+ PrivateTGWIPRanges: privRv4,
+ PrivateTGWIPv6Ranges: privRv6,
218
}
219
return s.createOrUpdateIPBlocksInfo(ctx, ipBlocksInfo, incremental)
220
0 commit comments