Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedCanary (0.67 sec)

  1. pilot/pkg/config/kube/crdclient/client_test.go

    		// canary revision should receive only global objects and objects with the canary revision
    		if selectedLabels == nil || reflect.DeepEqual(selectedLabels, labels[1]) {
    			expectedCanary = append(expectedCanary, TranslateObject(obj, gvk.ServiceEntry, ""))
    		}
    		// prod revision should receive only global objects and objects with the prod revision
    		if selectedLabels == nil || reflect.DeepEqual(selectedLabels, labels[2]) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 02:58:52 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top