Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testRunningAddressesWithHostname (0.18 sec)

  1. pilot/pkg/config/kube/ingress/status_test.go

    	t.Run("hostname", testRunningAddressesWithHostname)
    }
    
    func testRunningAddressesWithService(t *testing.T) {
    	syncer := makeStatusSyncer(t, "istio-ingress")
    	address := syncer.runningAddresses()
    
    	if len(address) != 1 || address[0] != serviceIP {
    		t.Errorf("Address is not correctly set to service ip")
    	}
    }
    
    func testRunningAddressesWithHostname(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top