Merge pull request #17409 from bprashanth/clean1

Fix port typo, fix tests
This commit is contained in:
Prashanth B 2015-11-18 09:34:14 -08:00
commit 01b371370d

View File

@ -123,7 +123,7 @@ func svcByName(name string, port int) *api.Service {
"name": name, "name": name,
}, },
Ports: []api.ServicePort{{ Ports: []api.ServicePort{{
Port: 9376, Port: port,
TargetPort: intstr.FromInt(port), TargetPort: intstr.FromInt(port),
}}, }},
}, },