Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEmptyVIPsExcluded (0.2 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    				assert.NoError(t, err)
    			}
    			golden := filepath.Join("testdata", strings.ReplaceAll(name, "-in", ""))
    			util.CompareContent(t, []byte(msg), golden)
    		})
    	}
    }
    
    func TestEmptyVIPsExcluded(t *testing.T) {
    	testSVC := corev1.Service{
    		Spec: corev1.ServiceSpec{
    			ClusterIP: "",
    		},
    		Status: corev1.ServiceStatus{
    			LoadBalancer: corev1.LoadBalancerStatus{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top