Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIsHttp2Cluster (0.11 sec)

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

    				t.Fatalf("got: %t, want: %t (%v, %v)", upgrade, test.upgrade, test.mesh.H2UpgradePolicy, test.connectionPool.Http.H2UpgradePolicy)
    			}
    		})
    	}
    }
    
    // nolint
    func TestIsHttp2Cluster(t *testing.T) {
    	tests := []struct {
    		name           string
    		cluster        *clusterWrapper
    		isHttp2Cluster bool // revive:disable-line
    	}{
    		{
    			name:           "with no h2 options",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
Back to top