k3s/pkg/volume/util
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
..
nestedpendingoperations This change supports robust kubelet volume cleanup 2016-08-15 11:29:15 -07:00
operationexecutor Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
types Merge branch 'master' into fix-typos 2016-07-04 11:20:47 +08:00
volumehelper This change supports robust kubelet volume cleanup 2016-08-15 11:29:15 -07:00
atomic_writer.go Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
atomic_writer_test.go Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
device_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_linux_test.go fix go vet errors 2016-08-10 16:45:41 -07:00
device_util_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fs.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
fs_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
io_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.go Inital Quobyte dynamic provision 2016-09-16 13:26:18 +02:00