kubernetes/pkg
k8s-merge-robot 6596ae0c61 Merge pull request #24838 from saad-ali/attachControllerOpMap
Automatic merge from submit-queue

Add data structure for managing go routines by name

This PR introduces a data structure for managing go routines by name. It prevents the creation of new go routines if an existing go routine with the same name exists. This will enable parallelization of the designs in https://github.com/kubernetes/kubernetes/issues/20262 and https://github.com/kubernetes/kubernetes/issues/21931 with sufficient protection to prevent starting multiple operations on the same volume.
2016-05-09 06:31:22 -07:00
..
admission fully qualify admission resources and kinds 2016-04-26 07:55:33 -04:00
api Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
apimachinery Add third party support to kubectl 2016-03-31 10:53:32 -07:00
apis Inline default methods by hand in custom conversions 2016-05-07 11:55:31 -04:00
apiserver Merge pull request #24795 from deads2k/use-all-attributes 2016-05-09 04:58:19 -07:00
auth add user.Info.GetExtra 2016-04-26 15:08:34 -04:00
capabilities
client Merge pull request #25344 from wojtek-t/fix_dynamic_client_with_protobufs 2016-05-09 15:06:43 +02:00
cloudprovider Merge pull request #25225 from a-robinson/fix 2016-05-05 14:35:01 -07:00
controller Merge pull request #24696 from saad-ali/attachControllerSkeleton 2016-05-08 23:44:38 -07:00
conversion Avoid allocations and a reflect.Call in conversion 2016-04-26 16:42:12 -04:00
credentialprovider Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
fieldpath Change runtime.Object signature 2015-12-15 13:36:25 -05:00
fields move parse or die logic to selector.go 2015-12-17 19:59:46 +08:00
genericapiserver Merge pull request #24795 from deads2k/use-all-attributes 2016-05-09 04:58:19 -07:00
healthz
httplog httplog is not a CloseNotifier 2015-12-20 21:59:59 -05:00
hyperkube
kubectl Demand at least go1.6 2016-05-08 20:30:37 -07:00
kubelet Merge pull request #24810 from derekwaynecarr/sources_cleanup 2016-05-09 05:48:09 -07:00
kubemark Fix the rest of the code 2016-04-29 17:12:10 -04:00
labels Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
master Define PodDisruption API types. 2016-05-06 17:24:53 -07:00
metrics Fix the rest of the code 2016-04-29 17:12:10 -04:00
probe Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
proxy Squashed commit of the following: 2016-05-03 01:36:32 +00:00
quota Merge pull request #24514 from derekwaynecarr/pod_quota_fix 2016-04-27 06:27:51 -07:00
registry Merge pull request #25006 from liggitt/third-party-root-scope 2016-05-06 20:50:35 -07:00
runtime Merge pull request #24727 from smarterclayton/fast_path_lookup 2016-05-06 07:10:18 -07:00
securitycontext Refactor CreateContainer. 2016-04-14 17:05:46 -07:00
serviceaccount Improve error messages in jwt_test.go 2016-04-21 11:37:14 +08:00
ssh Merge pull request #24506 from timstclair/ssh 2016-04-19 22:36:44 -07:00
storage Merge pull request #25211 from lavalamp/leak 2016-05-06 15:03:21 -07:00
types Create Unix UID/GID types 2016-02-24 11:22:02 -05:00
ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
util Merge pull request #24838 from saad-ali/attachControllerOpMap 2016-05-09 06:31:22 -07:00
version Include Go version, platform, and other build info in version string 2016-03-14 13:55:28 -07:00
volume Demand at least go1.6 2016-05-08 20:30:37 -07:00
watch Merge pull request #24789 from wojtek-t/use_proper_codec_in_client 2016-05-04 11:00:04 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00