Unverified Commit 54240ce5 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #74330 from xichengliudui/fixshellcheck190221

Fixed a minor bug
parents f1de0b55 d251d089
...@@ -752,7 +752,7 @@ func (j *IngressTestJig) GetIngressNodePorts(includeDefaultBackend bool) []strin ...@@ -752,7 +752,7 @@ func (j *IngressTestJig) GetIngressNodePorts(includeDefaultBackend bool) []strin
return nodePorts return nodePorts
} }
// GetIngressNodePorts returns related backend services' svcPorts. // GetServicePorts returns related backend services' svcPorts.
// Current GCE ingress controller allows traffic to the default HTTP backend // Current GCE ingress controller allows traffic to the default HTTP backend
// by default, so retrieve its nodePort if includeDefaultBackend is true. // by default, so retrieve its nodePort if includeDefaultBackend is true.
func (j *IngressTestJig) GetServicePorts(includeDefaultBackend bool) map[string]v1.ServicePort { func (j *IngressTestJig) GetServicePorts(includeDefaultBackend bool) map[string]v1.ServicePort {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment