Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestController_Service (0.24 sec)

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

    				assert.Equal(t, tc.want[i].Service.Hostname, got[i].Service.Hostname)
    				assert.Equal(t, tc.want[i].Port.TargetPort, got[i].Port.TargetPort)
    			}
    		})
    	}
    }
    
    func TestController_Service(t *testing.T) {
    	controller, _ := NewFakeControllerWithOptions(t, FakeControllerOptions{})
    
    	// Use a timeout to keep the test from hanging.
    
    	createServiceWait(controller, "svc1", "nsA",
    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