Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	ic.createKubeService(t, c)
    	ic.createServiceImport(t, mcsapi.Headless, nil)
    
    	// Verify that we did not generate the synthetic service for the headless service.
    	ic.checkServiceInstances(t)
    }
    
    func TestDeleteImportedService(t *testing.T) {
    	// Create and run the controller.
    	c1, ic := newTestServiceImportCache(t)
    
    	// Create and run another controller.
    	c2, _ := NewFakeControllerWithOptions(t, FakeControllerOptions{
    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