Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTestServiceExportCache (0.22 sec)

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

    func TestServiceNotExported(t *testing.T) {
    	for _, clusterLocalMode := range ClusterLocalModes {
    		t.Run(clusterLocalMode.String(), func(t *testing.T) {
    			// Create and run the controller.
    			ec, endpoints := newTestServiceExportCache(t, clusterLocalMode)
    			// Check that the endpoint is cluster-local
    			ec.checkServiceInstancesOrFail(t, false, endpoints)
    		})
    	}
    }
    
    func TestServiceExported(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 18:50:38 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top