Maciej Szulik 
							
						 
					 
					
						
						
							
						
						6510eb54d8 
					 
					
						
						
							
							ScheduledJob client  
						
						
						
						
					 
					
						2016-05-21 15:48:40 +02:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						fdb110c859 
					 
					
						
						
							
							Fix the rest of the code  
						
						
						
						
					 
					
						2016-04-29 17:12:10 -04:00 
						 
				 
			
				
					
						
							
							
								Maciej Szulik 
							
						 
					 
					
						
						
							
						
						a3b4447305 
					 
					
						
						
							
							Move internal types of job from pkg/apis/extensions to pkg/apis/batch  
						
						
						
						
					 
					
						2016-04-25 11:03:54 +02:00 
						 
				 
			
				
					
						
							
							
								goltermann 
							
						 
					 
					
						
						
							
						
						a3104ba96c 
					 
					
						
						
							
							Final vet fixes; enabling vet checks in verify scripts.  
						
						
						
						
					 
					
						2016-04-13 13:51:51 -07:00 
						 
				 
			
				
					
						
							
							
								Maciej Szulik 
							
						 
					 
					
						
						
							
						
						b929424135 
					 
					
						
						
							
							Scale deployments fall-back to regular deployment update  
						
						
						
						
					 
					
						2016-02-12 10:17:35 +01:00 
						 
				 
			
				
					
						
							
							
								Madhusudan.C.S 
							
						 
					 
					
						
						
							
						
						e7a9f30936 
					 
					
						
						
							
							Address review comments.  
						
						
						
						
					 
					
						2016-02-09 15:50:01 -08:00 
						 
				 
			
				
					
						
							
							
								Madhusudan.C.S 
							
						 
					 
					
						
						
							
						
						ed7ad6dcf3 
					 
					
						
						
							
							Make deployments work.  
						
						
						
						
					 
					
						2016-02-08 21:27:49 -08:00 
						 
				 
			
				
					
						
							
							
								Zach Loafman 
							
						 
					 
					
						
						
							
						
						62726c4ab8 
					 
					
						
						
							
							Revert "kubectl: Make scaling smarter"  
						
						
						
						
					 
					
						2016-01-22 14:52:38 -08:00 
						 
				 
			
				
					
						
							
							
								Michail Kargakis 
							
						 
					 
					
						
						
							
						
						e894dcc8ff 
					 
					
						
						
							
							kubectl: Make scaling smarter  
						
						... 
						
						
						
						Skip updating resources that already meet the desired replica count.
This change has an impact in both kubectl scale and kubectl delete in
that reapable resources that already have the desired replicas (number
provided via --replicas for scale, or zero for delete) won't be updated
again and a "already scaled" message will be printed (in case of scale). 
						
						
					 
					
						2015-12-21 10:07:21 +01:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						9fda7f1812 
					 
					
						
						
							
							update StatusDetails to handle Groups  
						
						
						
						
					 
					
						2015-12-17 09:14:12 -05:00 
						 
				 
			
				
					
						
							
							
								Michail Kargakis 
							
						 
					 
					
						
						
							
						
						99fc35880b 
					 
					
						
						
							
							kubectl: Support scaling deployments  
						
						... 
						
						
						
						This commit adds support for using kubectl scale to scale deployments. Makes use of the
deployments/scale endpoint instead of updating deployment.spec.replicas directly. 
						
						
					 
					
						2015-11-25 11:26:40 +01:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						493d2b6920 
					 
					
						
						
							
							grep sed Experimental()  
						
						
						
						
					 
					
						2015-10-13 13:22:54 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						9a812bd0c5 
					 
					
						
						
							
							grep sed ExperimentalClient  
						
						
						
						
					 
					
						2015-10-13 13:22:22 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						9aa163aa88 
					 
					
						
						
							
							grep sed ExperimentalInterface  
						
						
						
						
					 
					
						2015-10-13 13:22:22 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						7c9f4cc42f 
					 
					
						
						
							
							experimental. -> extensions.  
						
						
						
						
					 
					
						2015-10-09 15:49:10 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						67f316dd19 
					 
					
						
						
							
							apis/experimental->apis/extensions  
						
						
						
						
					 
					
						2015-10-09 15:04:41 -07:00 
						 
				 
			
				
					
						
							
							
								Maciej Szulik 
							
						 
					 
					
						
						
							
						
						48775319d9 
					 
					
						
						
							
							Reaper and scaler for jobs  
						
						
						
						
					 
					
						2015-09-23 13:06:34 +02:00 
						 
				 
			
				
					
						
							
							
								Janet Kuo 
							
						 
					 
					
						
						
							
						
						3aad8cabbd 
					 
					
						
						
							
							Better error handling when scaling a rc  
						
						
						
						
					 
					
						2015-09-15 18:04:04 -07:00 
						 
				 
			
				
					
						
							
							
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						ae6c64d9bb 
					 
					
						
						
							
							Moving everyone to unversioned client  
						
						
						
						
					 
					
						2015-08-18 10:23:03 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8e33cbfa28 
					 
					
						
						
							
							rewrite go imports  
						
						
						
						
					 
					
						2015-08-05 17:30:03 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						182885e897 
					 
					
						
						
							
							make testclient more precise  
						
						
						
						
					 
					
						2015-08-04 13:35:59 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						1b84fb7d74 
					 
					
						
						
							
							make testclient threadsafe by guarding internal state with accessors  
						
						
						
						
					 
					
						2015-07-29 16:17:17 -07:00 
						 
				 
			
				
					
						
							
							
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						9e3a540940 
					 
					
						
						
							
							rename resize to scale  
						
						
						
						
					 
					
						2015-05-27 19:08:06 +02:00