Skip to content
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

fix proxy_test.go file to avoid ChooseHostInterface #5400

Merged
merged 1 commit into from
Mar 13, 2015

Conversation

sub-mod
Copy link
Contributor

@sub-mod sub-mod commented Mar 12, 2015

@brendanburns @markturansky
kindly review
should fix the mac tests failing

@markturansky
Copy link
Contributor

I checked this out and successfully ran unit tests on OS X.

@satnam6502
Copy link
Contributor

@brendandburns : is this an LGTM?

brendandburns added a commit that referenced this pull request Mar 13, 2015
fix proxy_test.go file to avoid ChooseHostInterface
@brendandburns brendandburns merged commit 6319f8a into kubernetes:master Mar 13, 2015
return CreateProxier(loadBalancer, listenIP, iptables, hostIP)
}

func CreateProxier(loadBalancer LoadBalancer, listenIP net.IP, iptables iptables.Interface, hostIP net.IP) *Proxier {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be a public symbol - createProxier() or newProxierInternal() please

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thockin fixed it as part of #5497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants