Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/model/push_context_test.go

    			}
    		})
    	}
    }
    
    func TestRootSidecarScopePropagation(t *testing.T) {
    	rootNS := "istio-system"
    	defaultNS := "default"
    	otherNS := "foo"
    
    	verifyServices := func(sidecarScopeEnabled bool, desc string, ns string, push *PushContext) {
    		t.Run(desc, func(t *testing.T) {
    			scScope := push.getSidecarScope(&Proxy{Type: SidecarProxy, ConfigNamespace: ns}, nil)
    			services := scScope.Services()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top