Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for weightedExpectations (0.14 sec)

  1. pilot/pkg/xds/mesh_network_test.go

    	if w.weightedExpectations == nil {
    		w.weightedExpectations = make(map[string][]xdstest.LocLbEpInfo)
    	}
    	w.weightedExpectations[target.clusterName(subset)] = eps
    }
    
    func (w *workload) Test(t *testing.T, s *xds.FakeDiscoveryServer) {
    	if w.expectations == nil && w.weightedExpectations == nil {
    		return
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top