Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTestServiceImportCache (0.17 sec)

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

    )
    
    func TestServiceNotImported(t *testing.T) {
    	c, ic := newTestServiceImportCache(t)
    	ic.createKubeService(t, c)
    
    	// Check that the service does not have ClusterSet IPs.
    	ic.checkServiceInstances(t)
    }
    
    func TestServiceImportedAfterCreated(t *testing.T) {
    	c, ic := newTestServiceImportCache(t)
    
    	ic.createKubeService(t, c)
    	ic.createServiceImport(t, mcsapi.ClusterSetIP, serviceImportVIPs)
    
    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