Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failoverPriorityLabels (0.14 sec)

  1. pilot/pkg/xds/endpoints/endpoint_builder_test.go

    			if tt.dr != nil {
    				b.destinationRule = model.ConvertConsolidatedDestRule(tt.dr)
    			}
    			b.populateFailoverPriorityLabels()
    			if !reflect.DeepEqual(b.failoverPriorityLabels, tt.expectedLabels) {
    				t.Fatalf("expected priorityLabels %v but got %v", tt.expectedLabels, b.failoverPriorityLabels)
    			}
    		})
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top