We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a812880 + c224a6d commit 2b9aeabCopy full SHA for 2b9aeab
staging/src/k8s.io/apiserver/pkg/util/proxy/proxy.go
@@ -35,7 +35,7 @@ func findServicePort(svc *v1.Service, port int32) (*v1.ServicePort, error) {
35
return &svcPort, nil
36
}
37
38
- return nil, errors.NewServiceUnavailable(fmt.Sprintf("no service port %q found for service %q", port, svc.Name))
+ return nil, errors.NewServiceUnavailable(fmt.Sprintf("no service port %d found for service %q", port, svc.Name))
39
40
41
// ResourceLocation returns a URL to which one can send traffic for the specified service.
0 commit comments