k3s/pkg/controller/volume
Kubernetes Submit Queue 1854bdcb0c Merge pull request #29048 from justinsb/volumes_nodename_not_hostname
Automatic merge from submit-queue

Use strongly-typed types.NodeName for a node name

We had another bug where we confused the hostname with the NodeName.

Also, if we want to use different values for the Node.Name (which is
an important step for making installation easier), we need to keep
better control over this.

A tedious but mechanical commit therefore, to change all uses of the
node name to use types.NodeName
2016-09-27 17:58:41 -07:00
..
attachdetach Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
persistentvolume Refactor volume controller parameters into a structure 2016-09-26 14:15:25 +02:00