Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConfigType (0.09 sec)

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

    				t.Fatalf("got diff: %v", diff)
    			}
    		})
    	}
    }
    
    func buildTestClustersWithTCPKeepalive(t testing.TB, configType ConfigType) []*cluster.Cluster {
    	// Set mesh wide defaults.
    	m := testMesh()
    	if configType != None {
    		m.TcpKeepalive = &networking.ConnectionPoolSettings_TCPSettings_TcpKeepalive{
    			Time: &durationpb.Duration{
    				Seconds: MeshWideTCPKeepaliveSeconds,
    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