Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for drWithLabels (0.1 sec)

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

    					model.TrafficDirectionOutbound, "v1", "foo.com", 8080,
    					service, drWithLabels(tt.labels),
    				)
    				actual := eb.FromServiceEndpoints()
    				sortEndpoints(actual)
    				if v := cmp.Diff(tt.expected, actual, protocmp.Transform()); v != "" {
    					t.Fatalf("Expected (-) != actual (+):\n%s", v)
    				}
    			})
    		}
    	}
    }
    
    func drWithLabels(lbls labels.Instance) *model.ConsolidatedDestRule {
    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