k3s/cmd/kubelet
Justin Santa Barbara 54195d590f Use strongly-typed types.NodeName for a node name
We had another bug where we confused the hostname with the NodeName.

To avoid this happening again, and to make the code more
self-documenting, we use types.NodeName (a typedef alias for string)
whenever we are referring to the Node.Name.

A tedious but mechanical commit therefore, to change all uses of the
node name to use types.NodeName

Also clean up some of the (many) places where the NodeName is referred
to as a hostname (not true on AWS), or an instanceID (not true on GCE),
etc.
2016-09-27 10:47:31 -04:00
..
app Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
kubelet.go Split the version metric out to its own package 2016-08-24 11:47:16 -07:00