kubernetes/pkg/registry/core/node
Kubernetes Submit Queue ff20b172ef Merge pull request #33718 from justinsb/arbitrary_names_2b
Automatic merge from submit-queue

Use nodeutil.GetHostIP consistently when talking to nodes

Most of our communications from apiserver -> nodes used
    nodutil.GetNodeHostIP, but a few places didn't - and this meant that the
    node name needed to be resolvable _and_ we needed to populate valid IP
    addresses.

```release-note
The apiserver now uses addresses reported by the kubelet in the Node object's status for apiserver->kubelet communications, rather than the name of the Node object. The address type used defaults to `InternalIP`, `ExternalIP`, and `LegacyHostIP` address types, in that order.
```
2016-10-10 11:00:26 -07:00
..
etcd Use nodeutil.GetHostIP consistently when talking to nodes 2016-09-29 10:07:43 -04:00
rest move core resource registry packages 2016-09-21 10:11:50 -04:00
doc.go move core resource registry packages 2016-09-21 10:11:50 -04:00
registry.go move core resource registry packages 2016-09-21 10:11:50 -04:00
strategy_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
strategy.go Use nodeutil.GetHostIP consistently when talking to nodes 2016-09-29 10:07:43 -04:00