Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newServiceImport (0.28 sec)

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

    	t.Helper()
    
    	// Create the ServiceImport resource in the cluster.
    	_, err := ic.client.Dynamic().Resource(mcs.ServiceImportGVR).Namespace(serviceImportNamespace).Create(context.TODO(),
    		newServiceImport(importType, vips),
    		metav1.CreateOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	shouldCreateMCSService := importType == mcsapi.ClusterSetIP && len(vips) > 0 &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 18:50:38 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top