mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	@@ -2709,12 +2709,6 @@ func TestLoadBalancerIngressRouteTypeProxy(t *testing.T) {
 | 
			
		||||
			ipMode:       &ipModeVIP,
 | 
			
		||||
			expectedRule: true,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			svcIP:        "10.20.30.43",
 | 
			
		||||
			svcLBIP:      "1.2.3.6",
 | 
			
		||||
			ipMode:       nil,
 | 
			
		||||
			expectedRule: true,
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	svcPort := 80
 | 
			
		||||
 
 | 
			
		||||
@@ -4348,12 +4348,6 @@ func TestLoadBalancerIngressRouteTypeProxy(t *testing.T) {
 | 
			
		||||
			ipMode:           &ipModeVIP,
 | 
			
		||||
			expectedServices: 2,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			svcIP:            "10.20.30.43",
 | 
			
		||||
			svcLBIP:          "1.2.3.6",
 | 
			
		||||
			ipMode:           nil,
 | 
			
		||||
			expectedServices: 2,
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	svcPort := 80
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user