Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		name         string
    		trafficType  string
    		podAssertion func(s *ambientTestServer)
    		svcAssertion func(s *ambientTestServer)
    	}{
    		{
    			name:        "service traffic",
    			trafficType: constants.ServiceTraffic,
    			podAssertion: func(s *ambientTestServer) {
    				s.t.Helper()
    				s.assertNoEvent(s.t)
    			},
    			svcAssertion: func(s *ambientTestServer) {
    				s.t.Helper()
    				s.assertEvent(s.t, s.svcXdsName("svc1"))
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top