-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor controllers.go #1356
refactor controllers.go #1356
Conversation
} | ||
|
||
if len(upstreams[upstreamName].Endpoints) == 0 { | ||
endps, err := ic.serviceEndpoints(svcKey, backend.ServicePort.String(), hz) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previously here panic. Now I pass extensions.IngressBackend as a param to cover 2 cases
conflict resolved |
Coverage increased (+0.06%) to 44.256% when pulling 0cc028e2530c608e7356324984ac6ea6a0210d16 on hzxuzhonghu:example into 9126ec4 on kubernetes:master. |
0cc028e
to
371f898
Compare
@aledbf would you please take a look? |
fix panic for previous pr #1345