kubernetes/pkg/controller/service
Kubernetes Submit Queue b84567a57e Merge pull request #45773 from justinsb/servicecontroller_harmonize
Automatic merge from submit-queue

servicecontroller: use consistent node criteria

We have two node selection functions: includeNodeFromNodeList and
getNodeConditionPredicate, and the logic is different.

The logic should be the same, so remove includeNodeFromNodeList and just
use getNodeConditionPredicate everywhere.

Fix #45772

```release-note
servicecontroller: Fix node selection logic on initial LB creation
```
2017-06-11 20:50:10 -07:00
..
BUILD servicecontroller: use consistent node criteria 2017-05-13 14:07:13 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Add bowei to OWNERS: e2e/test dns,network; cloud route, node, service controller 2017-05-19 14:49:43 -07:00
servicecontroller_test.go Detect ExternalTrafficPolicy and HealthCheckNodePort changes in needsUpdate() 2017-05-22 18:15:48 -07:00
servicecontroller.go Merge pull request #45773 from justinsb/servicecontroller_harmonize 2017-06-11 20:50:10 -07:00