kubernetes/pkg/proxy
Kelsey Hightower 1d3e660248 proxy: cleanup and minor refactoring
This change includes minor refactoring and cleanup of the proxy
package including the following items:

 * Rename source files with misspelling of round robin
 * Remove unnecessary and redundant comments
 * Update comments for clarity
 * Add locking when updating the round-robin index
 * Improve method receiver names
 * Rename the LoadBalance method to NextEndpoint to add clarity

No changes in behaviour have been introduced.
2014-08-05 07:18:12 -07:00
..
config Merge pull request #571 from lavalamp/master 2014-07-29 17:19:33 -07:00
doc.go proxy: fixing linting errors. 2014-07-10 22:36:06 -07:00
loadbalancer.go proxy: cleanup and minor refactoring 2014-08-05 07:18:12 -07:00
proxier_test.go proxy: cleanup and minor refactoring 2014-08-05 07:18:12 -07:00
proxier.go proxy: cleanup and minor refactoring 2014-08-05 07:18:12 -07:00
roundrobin_test.go proxy: cleanup and minor refactoring 2014-08-05 07:18:12 -07:00
roundrobin.go proxy: cleanup and minor refactoring 2014-08-05 07:18:12 -07:00