Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetProxyWorkloadLabels (0.16 sec)

  1. pilot/pkg/serviceregistry/aggregate/controller_test.go

    	}
    	for _, inst := range instances {
    		if inst.Service.Hostname != mock.WorldService.Hostname {
    			t.Fatal("Returned Instance is incorrect")
    		}
    	}
    }
    
    func TestGetProxyWorkloadLabels(t *testing.T) {
    	// If no registries return workload labels, we must return nil, rather than an empty list.
    	// This ensures callers can distinguish between no labels, and labels not found.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top