deads2k 
							
						 
					 
					
						
						
							
						
						c9a008dff3 
					 
					
						
						
							
							move util/intstr to apimachinery  
						
						 
						
						
						
						
					 
					
						2017-01-30 12:46:59 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								deads2k 
							
						 
					 
					
						
						
							
						
						9488e2ba30 
					 
					
						
						
							
							move testing/core to client-go  
						
						 
						
						
						
						
					 
					
						2017-01-26 13:54:40 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						469df12038 
					 
					
						
						
							
							refactor: move ListOptions references to metav1  
						
						 
						
						
						
						
					 
					
						2017-01-23 17:52:46 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						9a2a50cda7 
					 
					
						
						
							
							refactor: use metav1.ObjectMeta in other types  
						
						 
						
						
						
						
					 
					
						2017-01-17 16:17:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								deads2k 
							
						 
					 
					
						
						
							
						
						ea8ad3e349 
					 
					
						
						
							
							reconcile when service already exists  
						
						 
						
						
						
						
					 
					
						2016-12-01 09:14:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						03b9be982f 
					 
					
						
						
							
							Fix TestServiceAlloc test  
						
						 
						
						
						
						
					 
					
						2016-11-14 10:11:37 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								deads2k 
							
						 
					 
					
						
						
							
						
						5d3a210321 
					 
					
						
						
							
							convert bootstrap controller to posthook to tighten master.go  
						
						 
						
						
						
						
					 
					
						2016-10-10 08:15:45 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David McMahon 
							
						 
					 
					
						
						
							
						
						ef0c9f0c5b 
					 
					
						
						
							
							Remove "All rights reserved" from all the headers.  
						
						 
						
						
						
						
					 
					
						2016-06-29 17:47:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Goldstein 
							
						 
					 
					
						
						
							
						
						04ce042ff9 
					 
					
						
						
							
							Extract interface for master endpoints reconciler.  
						
						 
						
						... 
						
						
						
						Make the master endpoints reconciler an interface so its implementation can be overridden, if
desired. 
						
						
					 
					
						2016-06-06 17:56:23 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						e21ebbcac4 
					 
					
						
						
							
							give the kubernetes service client ip session affinity  
						
						 
						
						
						
						
					 
					
						2016-03-17 09:38:22 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Butcher 
							
						 
					 
					
						
						
							
						
						101a9927e4 
					 
					
						
						
							
							Do not update kubernetes endpoints when endpoint address count is less than or equal to master count.  
						
						 
						
						... 
						
						
						
						checkEndpointSubsetFormat ensures that,
1. the current master's IP is in the list of addresses
2. the number of IPs in the list exactly matches the master count
This is problematic while masters are in the process of starting
because it causes frequent updates to the kubernetes endpoints until
all masters have started and added themselves to the list.
checkEndpointSubsetFormat should report success if the current
master's IP is found and the count of addresses is less than or equal
to the expected count. 
						
						
					 
					
						2015-12-01 14:31:22 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						ba383bcfeb 
					 
					
						
						
							
							Refactor IntOrString into a new pkg  
						
						 
						
						... 
						
						
						
						pkg/util/intstr is a cleaner encapsulation for this type and supporting
functions.  No behavioral change. 
						
						
					 
					
						2015-11-16 10:57:52 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Butcher 
							
						 
					 
					
						
						
							
						
						0c4aafaf1e 
					 
					
						
						
							
							Update master service ports and type via controller.  
						
						 
						
						
						
						
					 
					
						2015-10-29 10:56:46 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Butcher 
							
						 
					 
					
						
						
							
						
						a2c97c7b0e 
					 
					
						
						
							
							Ports could be in reverse order or otherwise.  
						
						 
						
						
						
						
					 
					
						2015-10-13 07:42:43 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Butcher 
							
						 
					 
					
						
						
							
						
						efd8e3c9c7 
					 
					
						
						
							
							Additional service ports config for master service.  
						
						 
						
						
						
						
					 
					
						2015-10-13 07:42:40 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jayvyas 
							
						 
					 
					
						
						
							
						
						be2a2ec3cd 
					 
					
						
						
							
							NodePort apiserver option for exposing KubernetesMasterService NodePort on startup.  
						
						 
						
						
						
						
					 
					
						2015-10-05 20:34:25 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8e33cbfa28 
					 
					
						
						
							
							rewrite go imports  
						
						 
						
						
						
						
					 
					
						2015-08-05 17:30:03 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						5bcb96dae1 
					 
					
						
						
							
							Separate out the master's control loops  
						
						 
						
						... 
						
						
						
						These are "Bootstrap Controllers" as distinct from
the controllers in the controller-manager binary - they
are necessary for the cluster to start running. 
						
						
					 
					
						2015-05-08 16:04:03 -04:00