Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	ic.createKubeService(t, c)
    	ic.createServiceImport(t, mcsapi.ClusterSetIP, serviceImportVIPs)
    	ic.checkServiceInstances(t)
    
    	// Update the k8s service and verify that both services are updated.
    	ic.updateKubeService(t)
    }
    
    func TestHeadlessServiceImported(t *testing.T) {
    	// Create and run the controller.
    	c, ic := newTestServiceImportCache(t)
    
    	ic.createKubeService(t, c)
    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