Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServiceConversionWithEmptyServiceAccountsAnnotation (0.56 sec)

  1. pilot/pkg/serviceregistry/kube/conversion_test.go

    		"spiffe://company.com/ns/default/sa/" + saB,
    	}
    	if !reflect.DeepEqual(sa, expected) {
    		t.Fatalf("Unexpected service accounts %v (expecting %v)", sa, expected)
    	}
    }
    
    func TestServiceConversionWithEmptyServiceAccountsAnnotation(t *testing.T) {
    	serviceName := "service1"
    	namespace := "default"
    
    	ip := "10.0.0.1"
    
    	localSvc := corev1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:        serviceName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top