Daniel Smith 
							
						 
					 
					
						
						
							
						
						15b30b8b09 
					 
					
						
						
							
							Move version agnostic parts of client  
						
						... 
						
						
						
						pkg/client/unversioned/cache -> pkg/client/cache
pkg/client/unversioned/record -> pkg/client/record 
						
						
					 
					
						2015-09-10 17:17:59 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						b0457bee94 
					 
					
						
						
							
							Merge pull request  #13058  from mvdan/go1.5  
						
						... 
						
						
						
						Race condition and test fixes 
						
						
					 
					
						2015-09-10 15:10:19 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Martí 
							
						 
					 
					
						
						
							
						
						d15de72a92 
					 
					
						
						
							
							Fix race condition in controller_test  
						
						... 
						
						
						
						Our WaitGroup.Add() call might happen after some WaitGroup.Done() calls done
by the controller, so make sure that doesn't happen by doing the Add() calls
before letting the controller run.
--- FAIL: TestUpdate (2.00s)
panic: sync: WaitGroup is reused before previous Wait has returned [recovered]
        panic: sync: WaitGroup is reused before previous Wait has returned 
						
						
					 
					
						2015-09-10 14:33:23 -07:00 
						 
				 
			
				
					
						
							
							
								tummychow 
							
						 
					 
					
						
						
							
						
						78ce5da988 
					 
					
						
						
							
							Move util.StringSet into its own package  
						
						... 
						
						
						
						A lot of packages use StringSet, but they don't use anything else from
the util package. Moving StringSet into another package will shrink
their dependency trees significantly. 
						
						
					 
					
						2015-09-10 12:04:15 -07:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						1313e3b14e 
					 
					
						
						
							
							Merge pull request  #13700  from mikedanese/daemon_set  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-09-10 10:15:45 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						bf881f187e 
					 
					
						
						
							
							rename expapi.Daemon to expapi.DaemonSet  
						
						
						
						
					 
					
						2015-09-10 08:34:26 -07:00 
						 
				 
			
				
					
						
							
							
								Jerzy Szczepkowski 
							
						 
					 
					
						
						
							
						
						65d43a40e5 
					 
					
						
						
							
							Changed nameing in controller for HorizontalPodAutosclaer.  
						
						... 
						
						
						
						Changed nameing in controller for HorizontalPodAutosclaer to make it consistent with coding conventions. 
						
						
					 
					
						2015-09-10 15:10:07 +02:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						002dcc6343 
					 
					
						
						
							
							Merge pull request  #13737  from wojtek-t/switch_to_node_in_registry  
						
						... 
						
						
						
						Rename "minion" to "node" in few places. 
						
						
					 
					
						2015-09-09 17:49:22 -07:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						cd1ac360de 
					 
					
						
						
							
							Rename "minion" to "node" in few places.  
						
						
						
						
					 
					
						2015-09-09 16:18:23 +02:00 
						 
				 
			
				
					
						
							
							
								Jerzy Szczepkowski 
							
						 
					 
					
						
						
							
						
						6998247e1b 
					 
					
						
						
							
							Implemented removal of Deployments, Daemons & HorizontalPodAutoscalers when Namespace is removed.  
						
						... 
						
						
						
						Implemented removal of Deployments, Daemons & HorizontalPodAutoscalers when Namespace is removed. Added unittest. Fixes  #12735 . 
						
						
					 
					
						2015-09-09 10:59:43 +02:00 
						 
				 
			
				
					
						
							
							
								Sam Ghods 
							
						 
					 
					
						
						
							
						
						f6fb0e9236 
					 
					
						
						
							
							Fix yaml booleans and ints not always marshaling to strings  
						
						
						
						
					 
					
						2015-09-08 20:20:05 -07:00 
						 
				 
			
				
					
						
							
							
								Jerzy Szczepkowski 
							
						 
					 
					
						
						
							
						
						bd8227b92c 
					 
					
						
						
							
							Memory based horizontal pod autoscaling.  
						
						... 
						
						
						
						Implemented horizontal autoscaling of pods based on memory consumption. 
						
						
					 
					
						2015-09-08 12:14:04 +02:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						bb3e20e361 
					 
					
						
						
							
							Merge pull request  #13642  from gmarek/nodecontroller_race  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-09-07 13:01:59 -07:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						98b954c74c 
					 
					
						
						
							
							Add a mutex to assure atomicity of reat_limited queue operations and remove 'leaky' version of it  
						
						
						
						
					 
					
						2015-09-07 15:04:59 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Wielgus 
							
						 
					 
					
						
						
							
						
						02c30c5d61 
					 
					
						
						
							
							Update for scaling rules in HorizontalPodAutoscaler  
						
						
						
						
					 
					
						2015-09-07 12:30:22 +02:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						9fc79e9d99 
					 
					
						
						
							
							refactor testapi and test scripts to prepare for multiple API groups.  
						
						
						
						
					 
					
						2015-09-04 18:01:32 -07:00 
						 
				 
			
				
					
						
							
							
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						fc946ce4a4 
					 
					
						
						
							
							Merge pull request  #12600  from derekwaynecarr/resource_quota_request  
						
						... 
						
						
						
						Update ResourceQuota for resource requirements requests 
						
						
					 
					
						2015-09-04 12:39:46 -07:00 
						 
				 
			
				
					
						
							
							
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						7bbe516b95 
					 
					
						
						
							
							Merge pull request  #13303  from mwielgus/hpa_heapster_interface  
						
						... 
						
						
						
						MetricsClient for HorizontalPodAutoscaler 
						
						
					 
					
						2015-09-04 09:09:54 -07:00 
						 
				 
			
				
					
						
							
							
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						e5e2bc9580 
					 
					
						
						
							
							Merge pull request  #10833  from markturansky/loosen_binding  
						
						... 
						
						
						
						Allow PV/Claim matching on inexact access modes 
						
						
					 
					
						2015-09-04 09:06:31 -07:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						5d8a6049be 
					 
					
						
						
							
							Merge pull request  #12848  from wojtek-t/private_watch_cache  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-09-03 13:06:18 -07:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						2e76842eb7 
					 
					
						
						
							
							Update resource quota for requests  
						
						
						
						
					 
					
						2015-09-03 14:24:59 -04:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						0e7f73ad67 
					 
					
						
						
							
							expand volume.Spec to include full Volume and PV  
						
						
						
						
					 
					
						2015-09-03 08:57:32 -04:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						f5c2d90c3a 
					 
					
						
						
							
							Merge pull request  #12293  from deads2k/testclient-specific-reaction  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-09-02 09:18:24 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						43e7c9b211 
					 
					
						
						
							
							Merge pull request  #13367  from spothanis/cinder  
						
						... 
						
						
						
						Cinder Volume Plugin 
						
						
					 
					
						2015-09-01 10:05:15 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						7e180c258d 
					 
					
						
						
							
							update testclient for delegating reaction chain  
						
						
						
						
					 
					
						2015-09-01 12:58:35 -04:00 
						 
				 
			
				
					
						
							
							
								Marcin Wielgus 
							
						 
					 
					
						
						
							
						
						064b09ff0b 
					 
					
						
						
							
							MetricsClient for HorizontalPodAutoscaler  
						
						
						
						
					 
					
						2015-09-01 17:24:11 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Schierbeck 
							
						 
					 
					
						
						
							
						
						08eec7c6b9 
					 
					
						
						
							
							Fix a typo in the documentation  
						
						
						
						
					 
					
						2015-08-31 10:42:34 +02:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						e202f9c797 
					 
					
						
						
							
							Add resource version to Store Replace params.  
						
						
						
						
					 
					
						2015-08-31 09:49:12 +02:00 
						 
				 
			
				
					
						
							
							
								Sreekanth Pothanis 
							
						 
					 
					
						
						
							
						
						f5da6b34ce 
					 
					
						
						
							
							Cinder Volume Plugin  
						
						
						
						
					 
					
						2015-08-30 19:56:27 -07:00 
						 
				 
			
				
					
						
							
							
								Prashanth B 
							
						 
					 
					
						
						
							
						
						05b205bab6 
					 
					
						
						
							
							Revert "Volume Plugin for Cinder; Openstack Block Storage"  
						
						
						
						
					 
					
						2015-08-28 10:56:24 -07:00 
						 
				 
			
				
					
						
							
							
								Prashanth B 
							
						 
					 
					
						
						
							
						
						8d0d54ffed 
					 
					
						
						
							
							Merge pull request  #6689  from spothanis/cinder-vol-plugin  
						
						... 
						
						
						
						Volume Plugin for Cinder; Openstack Block Storage 
						
						
					 
					
						2015-08-28 10:47:31 -07:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						0b6030f50c 
					 
					
						
						
							
							added better matching for PV access modes  
						
						
						
						
					 
					
						2015-08-27 15:34:07 -04:00 
						 
				 
			
				
					
						
							
							
								Yu-Ju Hong 
							
						 
					 
					
						
						
							
						
						7b162c092f 
					 
					
						
						
							
							Merge pull request  #12972  from mwielgus/kubectl_describe_hpa  
						
						... 
						
						
						
						Kubectl describe for experimental HorizontalPodAutoscaler 
						
						
					 
					
						2015-08-26 09:55:30 -07:00 
						 
				 
			
				
					
						
							
							
								Jerzy Szczepkowski 
							
						 
					 
					
						
						
							
						
						08594dab8c 
					 
					
						
						
							
							Added ProxyGet method to services client.  
						
						... 
						
						
						
						Added ProxyGet method to services client. 
						
						
					 
					
						2015-08-26 16:38:13 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Wielgus 
							
						 
					 
					
						
						
							
						
						55cd0d565e 
					 
					
						
						
							
							Kubectl describe for experimental HorizontalPodAutoscaler  
						
						
						
						
					 
					
						2015-08-26 16:28:50 +02:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						1a8b400c3e 
					 
					
						
						
							
							Merge pull request  #13147  from mwielgus/hpa_impl  
						
						... 
						
						
						
						Implementation of HorizontalPodAutoscaler 
						
						
					 
					
						2015-08-26 15:36:27 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Wielgus 
							
						 
					 
					
						
						
							
						
						df0a0ed37e 
					 
					
						
						
							
							Implementation of HorizontalPodAutoscaler  
						
						
						
						
					 
					
						2015-08-26 14:51:54 +02:00 
						 
				 
			
				
					
						
							
							
								Sreekanth Pothanis 
							
						 
					 
					
						
						
							
						
						c841a20361 
					 
					
						
						
							
							Cinder Volume Plugin  
						
						
						
						
					 
					
						2015-08-25 15:13:56 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						940cc2837c 
					 
					
						
						
							
							Review comments  
						
						
						
						
					 
					
						2015-08-25 14:18:07 -03:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						8a62f1828d 
					 
					
						
						
							
							Evict terminating pods  
						
						
						
						
					 
					
						2015-08-25 14:17:39 -03:00 
						 
				 
			
				
					
						
							
							
								Yu-Ju Hong 
							
						 
					 
					
						
						
							
						
						9f508e9422 
					 
					
						
						
							
							Merge pull request  #13076  from invenfantasy/master  
						
						... 
						
						
						
						Cleanup deprecated Forever function 
						
						
					 
					
						2015-08-25 10:07:10 -07:00 
						 
				 
			
				
					
						
							
							
								Salvatore Dario Minonne 
							
						 
					 
					
						
						
							
						
						8e4d74988a 
					 
					
						
						
							
							to add tests for RC selector overlapping and fix few comments  
						
						
						
						
					 
					
						2015-08-25 10:02:20 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Wielgus 
							
						 
					 
					
						
						
							
						
						1ce8bb7bb2 
					 
					
						
						
							
							Scale subresource querying in HorizontalPodAutoscaler  
						
						
						
						
					 
					
						2015-08-24 16:42:25 +02:00 
						 
				 
			
				
					
						
							
							
								caogaojin 
							
						 
					 
					
						
						
							
						
						60cb4406e9 
					 
					
						
						
							
							Cleanup deprecated Forever function  
						
						... 
						
						
						
						Since util.Forever function has been deprecated, we should cleanup these
pieces of code. 
						
						
					 
					
						2015-08-24 10:31:59 +08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						44c76d5319 
					 
					
						
						
							
							Merge pull request  #12957  from smarterclayton/handle_terminating_pods  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-08-20 21:47:00 -07:00 
						 
				 
			
				
					
						
							
							
								Abhishek Shah 
							
						 
					 
					
						
						
							
						
						b6b8e99393 
					 
					
						
						
							
							External IPs support.  
						
						
						
						
					 
					
						2015-08-20 16:10:01 -07:00 
						 
				 
			
				
					
						
							
							
								Saad Ali 
							
						 
					 
					
						
						
							
						
						5ec3c78190 
					 
					
						
						
							
							Merge pull request  #8366  from justinsb/idempotent_loadbalancer  
						
						... 
						
						
						
						Make LoadBalancer creation more self-healing; don't delete on AWS 
						
						
					 
					
						2015-08-20 14:30:55 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						2aaf8bddc2 
					 
					
						
						
							
							Update controllers and client to handle terminating pods  
						
						
						
						
					 
					
						2015-08-20 11:04:39 -04:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						5931cc74cc 
					 
					
						
						
							
							Unification refactoring to pkg/registry  
						
						
						
						
					 
					
						2015-08-20 11:17:23 +02:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						3b3a706eef 
					 
					
						
						
							
							Merge pull request  #12792  from jszczepkowski/hpa-controller2  
						
						... 
						
						
						
						Experimental client for horizontal pod autoscaler. 
						
						
					 
					
						2015-08-20 10:50:02 +02:00