Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestModelProtocolToListenerProtocol (0.52 sec)

  1. pilot/pkg/networking/networking_test.go

    package networking
    
    import (
    	"testing"
    
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    
    	"istio.io/istio/pkg/config/protocol"
    )
    
    func TestModelProtocolToListenerProtocol(t *testing.T) {
    	tests := []struct {
    		name      string
    		protocol  protocol.Instance
    		direction core.TrafficDirection
    		want      ListenerProtocol
    	}{
    		{
    			"TCP to TCP",
    			protocol.TCP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 01 02:46:15 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top