Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectTransportSocketMatch (0.44 sec)

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

    				t.Errorf("Expected TransportSocket %v", test.expectTransportSocket)
    			}
    			if test.expectTransportSocketMatch && cluster.TransportSocketMatches == nil ||
    				!test.expectTransportSocketMatch && cluster.TransportSocketMatches != nil {
    				t.Errorf("Expected TransportSocketMatch %v", test.expectTransportSocketMatch)
    			}
    			upstreamProxyProtocol := &proxyprotocol.ProxyProtocolUpstreamTransport{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls_test.go

    				t.Errorf("Expected TransportSocket %v", test.expectTransportSocket)
    			}
    			if test.expectTransportSocketMatch && opts.mutable.cluster.TransportSocketMatches == nil ||
    				!test.expectTransportSocketMatch && opts.mutable.cluster.TransportSocketMatches != nil {
    				t.Errorf("Expected TransportSocketMatch %v", test.expectTransportSocketMatch)
    			}
    
    			if test.validateTLSContext != nil {
    				ctx := &tls.UpstreamTlsContext{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top