Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpdateMeshConfig (0.15 sec)

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

    		DefaultAddress: "10.0.0.1",
    		Ports: model.PortList{
    			&model.Port{
    				Name:     "tcp-port",
    				Port:     8083,
    				Protocol: protocol.TCP,
    			},
    		},
    	}
    
    	updateMeshConfig := func(
    		meshConfig *meshconfig.MeshConfig,
    		expectedSvcList []*model.Service,
    		expectedNumSvcEvents int,
    		testMeshWatcher *mesh.TestWatcher,
    		fx *xdsfake.Updater,
    		controller *FakeController,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top