kubernetes/pkg
Kubernetes Submit Queue 234939dced
Merge pull request #63502 from liggitt/parallel-discovery
Automatic merge from submit-queue (batch tested with PRs 62354, 62934, 63502). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Run resource discovery in parallel

best viewed ignoring whitespace (https://github.com/kubernetes/kubernetes/pull/63502/files?w=1)

on high-latency connections, serializing resource discovery requests across group versions can take significant amounts of time. this parallelizes the network request portion of the discovery call

xref #63368 

```release-note
NONE
```
2018-05-09 09:30:15 -07:00
..
api simplify api registration 2018-05-08 18:33:50 -04:00
apis simplify api registration 2018-05-08 18:33:50 -04:00
auth Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
capabilities Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
client generated 2018-05-08 18:32:44 -04:00
cloudprovider Merge pull request #58874 from sorenmat/sg_tag_verbose 2018-05-09 05:48:42 -07:00
controller simplify api registration 2018-05-08 18:33:50 -04:00
credentialprovider Use new clients in Azure credential provider 2018-04-26 09:38:48 +08:00
features Merge pull request #62870 from pospispa/Bring-StorageObjectInUseProtection-feature-to-GA-2nd-attempt 2018-04-26 17:25:04 -07:00
fieldpath Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
generated Add pointer comments 2018-04-25 09:47:14 -07:00
kubeapiserver simplify api registration 2018-05-08 18:33:50 -04:00
kubectl Run resource discovery in parallel 2018-05-08 23:24:34 -04:00
kubelet Merge pull request #58580 from k82cn/k8s_58505 2018-05-08 21:45:10 -07:00
kubemark add nodeport-addresses flag for kube-proxy 2018-02-26 23:48:46 +08:00
master simplify api registration 2018-05-08 18:33:50 -04:00
printers simplify api registration 2018-05-08 18:33:50 -04:00
probe Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
proxy fix ipvs fw 2018-05-07 11:22:34 +08:00
quota Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node. 2018-03-28 17:24:30 -07:00
registry simplify api registration 2018-05-08 18:33:50 -04:00
routes Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
scheduler Merge pull request #62934 from wackxu/scto 2018-05-09 09:30:11 -07:00
security Replace UserIDRange/GroupIDRange by IDRange in internal type to reduce difference with external type. 2018-05-04 18:31:42 +02:00
securitycontext remove unused code in securitycontext 2018-03-29 23:32:48 -07:00
serviceaccount fix a error in serviceaccount validate. 2018-04-24 14:48:37 +08:00
ssh Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util Merge pull request #61883 from CaoShuFeng/configz 2018-05-08 20:38:11 -07:00
version Require boilerplate on Bazel Skylark source files 2018-02-16 13:44:04 -08:00
volume Merge pull request #59034 from wenlxie/githubupstream.master.ignoreloopdevicenotfounderrorforrbd 2018-05-09 05:13:08 -07:00
watch/json remove outdate package 2018-01-15 23:17:19 +08:00
windows/service Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD pkg/api/unversioned related cleanup 2018-03-13 17:20:16 +08:00
OWNERS