Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBuildDefaultCluster (0.22 sec)

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

    			if !reflect.DeepEqual(tt.cluster.EdsClusterConfig, tt.edsConfig) {
    				t.Errorf("Unexpected Eds config in cluster. want %v, got %v", tt.edsConfig, tt.cluster.EdsClusterConfig)
    			}
    		})
    	}
    }
    
    func TestBuildDefaultCluster(t *testing.T) {
    	servicePort := &model.Port{
    		Name:     "default",
    		Port:     8080,
    		Protocol: protocol.HTTP,
    	}
    
    	cases := []struct {
    		name            string
    		clusterName     string
    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