Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestInboundListenerFilters (0.27 sec)

  1. pilot/pkg/networking/core/listener_builder_test.go

    const disableMode = `
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: default
      namespace: istio-system
    spec:
      mtls:
        mode: DISABLE
    `
    
    func TestInboundListenerFilters(t *testing.T) {
    	services := []*model.Service{
    		buildServiceWithPort("test1.com", 80, protocol.HTTP, tnow),
    		buildServiceWithPort("test2.com", 81, protocol.Unsupported, tnow),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top