kubernetes/plugin/pkg/admission
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
..
admit Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
alwayspullimages Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
antiaffinity Return pointer for Affinity in api helper 2016-07-28 16:57:28 +02:00
deny Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
exec Admission control errors should have consistent lower casing 2016-08-08 10:31:23 -04:00
imagepolicy Ensure that we are closing files. 2016-09-12 09:33:24 +02:00
initialresources Update Google Cloud API client import paths 2016-09-13 22:21:06 -04:00
limitranger move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
namespace Fix cache expiration check 2016-09-26 10:31:33 -04:00
persistentvolume/label Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
resourcequota Merge pull request #31627 from deads2k/quota-copy 2016-09-01 10:09:01 -07:00
security Add sysctl PodSecurityPolicy support 2016-08-25 13:22:01 +02:00
securitycontext/scdeny Add /eviction subresource. 2016-08-22 16:38:00 -07:00
serviceaccount Admission control errors should have consistent lower casing 2016-08-08 10:31:23 -04:00
storageclass/default move StorageClass to its own group 2016-09-06 08:41:17 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00