kubernetes/test/e2e_node/services
Clayton Coleman 50fd47258d
Switch the namespace controller to use the metadata client
The metadata client uses protobuf and returns only a subset of object
data (the metadata) which allows operations that act only on objects
generically to work much faster. Use the metadata client in the
namespace controller to reduce the amount of work the namespace controller
has to do in large namespaces.
2019-07-10 14:31:18 -04:00
..
apiserver.go fix golint failures of test/e2e_node/services 2019-05-15 15:37:21 +08:00
BUILD Switch the namespace controller to use the metadata client 2019-07-10 14:31:18 -04:00
internal_services.go Move etcd/testing to etcd3/testing 2019-07-01 15:02:49 +02:00
kubelet.go kubelet: add CNI cache dir option and plumb through to CNI and kubenet 2019-07-01 12:14:07 -05:00
logs.go Fix extra-log flag for node e2e. 2018-04-17 21:48:26 +00:00
namespace_controller.go Switch the namespace controller to use the metadata client 2019-07-10 14:31:18 -04:00
server.go fix golint failures of test/e2e_node/services 2019-05-15 15:37:21 +08:00
services.go fix golint failures of test/e2e_node/services 2019-05-15 15:37:21 +08:00
util.go Move from glog to klog 2018-11-10 07:50:31 -05:00