deads2k 
							
						 
					 
					
						
						
							
						
						78d8a8efa8 
					 
					
						
						
							
							copy pkg/util/logs to apiserver  
						
						
						
						
					 
					
						2017-02-13 12:07:15 -05:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						82826ec273 
					 
					
						
						
							
							pkg/util/flag: move to k8s.io/apiserver  
						
						
						
						
					 
					
						2017-01-24 20:56:03 +01:00 
						 
				 
			
				
					
						
							
							
								Hongchao Deng 
							
						 
					 
					
						
						
							
						
						a565648761 
					 
					
						
						
							
							scheduler: refactor main entry Run()  
						
						
						
						
					 
					
						2016-12-12 13:23:17 -08:00 
						 
				 
			
				
					
						
							
							
								AdoHe 
							
						 
					 
					
						
						
							
						
						eef143ba39 
					 
					
						
						
							
							scheduler remove init method  
						
						
						
						
					 
					
						2016-12-05 06:22:50 -05:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						a771578a1c 
					 
					
						
						
							
							move pkg/util/ files to their own package to reduce client-go dependencies  
						
						
						
						
					 
					
						2016-08-05 23:32:02 -07:00 
						 
				 
			
				
					
						
							
							
								Lucas Käldström 
							
						 
					 
					
						
						
							
						
						88ea80b572 
					 
					
						
						
							
							Remove GOMAXPROCS() calls because they are unnecessary  
						
						
						
						
					 
					
						2016-07-19 11:08:21 +03:00 
						 
				 
			
				
					
						
							
							
								David McMahon 
							
						 
					 
					
						
						
							
						
						ef0c9f0c5b 
					 
					
						
						
							
							Remove "All rights reserved" from all the headers.  
						
						
						
						
					 
					
						2016-06-29 17:47:36 -07:00 
						 
				 
			
				
					
						
							
							
								harry 
							
						 
					 
					
						
						
							
						
						f19d59cf35 
					 
					
						
						
							
							Move flag into sub pkg  
						
						
						
						
					 
					
						2016-03-14 21:30:38 +08:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						715b77cbcd 
					 
					
						
						
							
							Split proxy and scheduler arguments  
						
						... 
						
						
						
						Keep options and flags distinct from initialization 
						
						
					 
					
						2016-01-06 21:34:31 -05:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8e33cbfa28 
					 
					
						
						
							
							rewrite go imports  
						
						
						
						
					 
					
						2015-08-05 17:30:03 -07:00 
						 
				 
			
				
					
						
							
							
								Eric Paris 
							
						 
					 
					
						
						
							
						
						6b3a6e6b98 
					 
					
						
						
							
							Make copyright ownership statement generic  
						
						... 
						
						
						
						Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic. 
						
						
					 
					
						2015-05-01 17:49:56 -04:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						015bc3b7bd 
					 
					
						
						
							
							Remove global map from healthz  
						
						... 
						
						
						
						It currently is impossible to use two healthz handlers on different
ports in the same process.  This removes the global variables in favor
of requiring the consumer to specify all health checks up front. 
						
						
					 
					
						2015-03-19 19:49:44 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						1e679f0069 
					 
					
						
						
							
							Add GOMAXPROCS in a few more places  
						
						
						
						
					 
					
						2015-02-20 11:22:46 -08:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						5f021cfc3e 
					 
					
						
						
							
							move pkg/scheduler/server to cmd/kube-scheduler/app  
						
						
						
						
					 
					
						2015-02-20 08:49:12 -08:00 
						 
				 
			
				
					
						
							
							
								Joe Beda 
							
						 
					 
					
						
						
							
						
						b89454a48e 
					 
					
						
						
							
							Convert the scheduler binary to hyperkube.  
						
						
						
						
					 
					
						2015-02-02 10:01:36 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						e3da5e15bc 
					 
					
						
						
							
							added algorithm provider cli option to the kube-scheduler command and renamed default provider to follow naming convention  
						
						
						
						
					 
					
						2015-01-15 16:27:25 -08:00 
						 
				 
			
				
					
						
							
							
								Joe Beda 
							
						 
					 
					
						
						
							
						
						6bd6b905f5 
					 
					
						
						
							
							Address code review comments  
						
						... 
						
						
						
						Add some documentation.
Create new util.InitFlags() function to merge and parse in one step. 
						
						
					 
					
						2015-01-15 09:12:20 -08:00 
						 
				 
			
				
					
						
							
							
								Joe Beda 
							
						 
					 
					
						
						
							
						
						dcd00c936e 
					 
					
						
						
							
							Move all kubernetes to posix flags  
						
						
						
						
					 
					
						2015-01-15 09:12:19 -08:00 
						 
				 
			
				
					
						
							
							
								Dawn Chen 
							
						 
					 
					
						
						
							
						
						e3c019128e 
					 
					
						
						
							
							Add EventSource to api to have both Component and Host information.  
						
						
						
						
					 
					
						2015-01-06 16:08:20 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						4850bdbe63 
					 
					
						
						
							
							refactor scheduler factory to use plugin architecture style like credentialprovider and cloudprovider for configuring priority functions and fit predicates  
						
						
						
						
					 
					
						2014-12-17 14:55:28 -08:00 
						 
				 
			
				
					
						
							
							
								Abhishek Gupta 
							
						 
					 
					
						
						
							
						
						1eb28b0aa3 
					 
					
						
						
							
							Scheduler changes to allow multiple priority functions  
						
						
						
						
					 
					
						2014-12-08 14:47:05 -08:00 
						 
				 
			
				
					
						
							
							
								Abhishek Gupta 
							
						 
					 
					
						
						
							
						
						6b712cc700 
					 
					
						
						
							
							Scheduler changes for extensibility  
						
						
						
						
					 
					
						2014-12-08 14:47:05 -08:00 
						 
				 
			
				
					
						
							
							
								Joe Beda 
							
						 
					 
					
						
						
							
						
						66d287f7e4 
					 
					
						
						
							
							Merge branch 'rename-to-kube' of  https://github.com/eparis/kubernetes  into eparis-rename-to-kube  
						
						... 
						
						
						
						* 'rename-to-kube' of https://github.com/eparis/kubernetes :
  rename kube server binaries to kube-
Conflicts:
	docs/salt.md 
						
						
					 
					
						2014-11-17 09:52:10 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Paris 
							
						 
					 
					
						
						
							
						
						a99c3c7963 
					 
					
						
						
							
							rename kube server binaries to kube-  
						
						... 
						
						
						
						apiserver becomes kube-apiserver
controller-manager -> kube-controller-manager
scheduler and proxy similarly.
Only thing I promise is that right now hack/build-go.sh and
build/release.sh exit with 0.  That's it.  Who knows if any of this
actually works.... 
						
						
					 
					
						2014-11-13 20:08:26 -05:00