Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Test7 (0.25 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    		},
    		{
    			name:            "test6",
    			args:            []string{"rc,pod,svc", "foo"},
    			expectedHasName: true,
    			expectedError:   nil,
    		},
    		{
    			name:            "test7",
    			args:            []string{"rc/foo", "rc/bar", "rc/zee"},
    			expectedHasName: true,
    			expectedError:   nil,
    		},
    		{
    			name:            "test8",
    			args:            []string{"rc/foo", "bar"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    			wantSubsets: []string{"subset6-0", "subset6-1"},
    		},
    		// both svc and dr namespace is not equal to proxy ns, the dr will not take effect on the proxy
    		{
    			proxyNs:     "istio-system",
    			serviceNs:   "test7",
    			host:        "api.test.com",
    			wantSubsets: nil,
    		},
    	}
    	for _, tt := range cases {
    		t.Run(fmt.Sprintf("%s-%s", tt.proxyNs, tt.serviceNs), func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top