File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
staging/src/k8s.io/legacy-cloud-providers/azure Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -1446,16 +1446,16 @@ func TestReconcileLoadBalancer(t *testing.T) {
1446
1446
}
1447
1447
1448
1448
testCases := []struct {
1449
- desc string
1450
- service v1.Service
1451
- loadBalancerSku string
1452
- preConfigLBType string
1449
+ desc string
1450
+ service v1.Service
1451
+ loadBalancerSku string
1452
+ preConfigLBType string
1453
1453
loadBalancerResourceGroup string
1454
- disableOutboundSnat * bool
1455
- wantLb bool
1456
- existingLB network.LoadBalancer
1457
- expectedLB network.LoadBalancer
1458
- expectedError error
1454
+ disableOutboundSnat * bool
1455
+ wantLb bool
1456
+ existingLB network.LoadBalancer
1457
+ expectedLB network.LoadBalancer
1458
+ expectedError error
1459
1459
}{
1460
1460
{
1461
1461
desc : "reconcileLoadBalancer shall return the lb deeply equal to the existingLB if there's no " +
@@ -1535,14 +1535,14 @@ func TestReconcileLoadBalancer(t *testing.T) {
1535
1535
expectedError : nil ,
1536
1536
},
1537
1537
{
1538
- desc : "reconcileLoadBalancer in other resource group" ,
1539
- loadBalancerSku : "standard" ,
1538
+ desc : "reconcileLoadBalancer in other resource group" ,
1539
+ loadBalancerSku : "standard" ,
1540
1540
loadBalancerResourceGroup : "anotherRG" ,
1541
- service : service8 ,
1542
- existingLB : lb8 ,
1543
- wantLb : true ,
1544
- expectedLB : expectedLB8 ,
1545
- expectedError : nil ,
1541
+ service : service8 ,
1542
+ existingLB : lb8 ,
1543
+ wantLb : true ,
1544
+ expectedLB : expectedLB8 ,
1545
+ expectedError : nil ,
1546
1546
},
1547
1547
}
1548
1548
You can’t perform that action at this time.
0 commit comments