Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServiceUpdateNeedsPush (0.29 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	expectPod.Status.Conditions = output.Status.Conditions
    	if !reflect.DeepEqual(expectPod, output) {
    		t.Fatalf("Wanted: %v\n. Got: %v", expectPod, output)
    	}
    }
    
    func TestServiceUpdateNeedsPush(t *testing.T) {
    	newService := func(exportTo visibility.Instance, ports []int) *model.Service {
    		s := &model.Service{
    			Attributes: model.ServiceAttributes{
    				ExportTo: sets.New(exportTo),
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top