Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPodKeyByProxy (0.12 sec)

  1. pilot/pkg/serviceregistry/kube/controller/util_test.go

    			if test.expectedLabelValue != got {
    				t.Errorf("Expected %v, but got %v", test.expectedLabelValue, got)
    			}
    		})
    	}
    }
    
    func TestPodKeyByProxy(t *testing.T) {
    	testCases := []struct {
    		name        string
    		proxy       *model.Proxy
    		expectedKey types.NamespacedName
    	}{
    		{
    			name: "invalid id: bad format",
    			proxy: &model.Proxy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 20:45:12 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top