Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBuildSidecarClustersWithIstioMutualAndSNI (0.47 sec)

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

    		&meshconfig.MeshConfig_ServiceSettings{
    			Settings: &meshconfig.MeshConfig_ServiceSettings_Settings{
    				ClusterLocal: true,
    			},
    			Hosts: hosts,
    		})
    	return m
    }
    
    func TestBuildSidecarClustersWithIstioMutualAndSNI(t *testing.T) {
    	cases := []struct {
    		sni      string
    		expected string
    	}{
    		{"foo.com", "foo.com"},
    		{"", "outbound_.8080_.foobar_.foo.example.org"},
    	}
    	for _, tt := range cases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top