Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maybeApplyEdsConfig (0.31 sec)

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

    					},
    					InitialFetchTimeout: durationpb.New(0),
    					ResourceApiVersion:  core.ApiVersion_V3,
    				},
    			},
    		},
    	}
    
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    			maybeApplyEdsConfig(tt.cluster)
    			if !reflect.DeepEqual(tt.cluster.EdsClusterConfig, tt.edsConfig) {
    				t.Errorf("Unexpected Eds config in cluster. want %v, got %v", tt.edsConfig, tt.cluster.EdsClusterConfig)
    			}
    		})
    	}
    }
    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