Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetNodeSelectorsForService (0.24 sec)

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

    		t.Run(tc.name, func(t *testing.T) {
    			key := podKeyByProxy(tc.proxy)
    			if key != tc.expectedKey {
    				t.Errorf("expected key %s != %s", tc.expectedKey, key)
    			}
    		})
    	}
    }
    
    func TestGetNodeSelectorsForService(t *testing.T) {
    	testCases := []struct {
    		name                  string
    		svc                   *v1.Service
    		expectedLabelSelector labels.Instance
    	}{
    		{
    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