Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOutboundListenerForHeadlessServices (0.48 sec)

  1. pilot/pkg/networking/core/listener_test.go

    					t.Fatalf("expected connection balance config to be set to exact_balance, found %v", listeners[0].ConnectionBalanceConfig)
    				}
    			}
    		})
    	}
    }
    
    func TestOutboundListenerForHeadlessServices(t *testing.T) {
    	svc := buildServiceWithPort("test.com", 9999, protocol.TCP, tnow)
    	svc.Resolution = model.Passthrough
    	svc.Attributes.ServiceRegistry = provider.Kubernetes
    	services := []*model.Service{svc}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top