Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewService (0.11 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    			}
    
    			if tc.newService.Spec.ClusterIP != tc.expectedClusterIP {
    				t.Fatalf("expected clusterIP [%v] got [%v]", tc.expectedClusterIP, tc.newService.Spec.ClusterIP)
    			}
    
    			if len(tc.newService.Spec.ClusterIPs) != len(tc.expectedClusterIPs) {
    				t.Fatalf("expected  clusterIPs %v got %v", tc.expectedClusterIPs, tc.newService.Spec.ClusterIPs)
    			}
    
    			for idx, clusterIP := range tc.newService.Spec.ClusterIPs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top