kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults
Kubernetes Submit Queue 3fe8df763a Merge pull request #46621 from gyliu513/NodeSelectorMatches
Automatic merge from submit-queue (batch tested with PRs 46787, 46876, 46621, 46907, 46819)

Highlight nodeSelector when checking nodeSelector for Pod.

**What this PR does / why we need it**:
Currently, we are using function name as `PodSelectorMatches` to check if `nodeSelector` matches for a Pod, it is better update the function name a bit to reflect it is checking `nodeSelector` for a Pod.

The proposal is rename `PodSelectorMatches` as `PodMatchNodeSelector`.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-06-06 02:21:44 -07:00
..
BUILD autogenerated 2017-04-14 10:40:57 -07:00
compatibility_test.go Merge pull request #44897 from msau42/local-storage-plugin 2017-05-30 23:20:02 -07:00
defaults_test.go fix typo 2017-04-26 14:10:13 +08:00
defaults.go Merge pull request #46621 from gyliu513/NodeSelectorMatches 2017-06-06 02:21:44 -07:00