Clayton Coleman 
							
						 
					 
					
						
						
							
						
						c1d932e44a 
					 
					
						
						
							
							Switch API objects to not register per version codecs  
						
						... 
						
						
						
						Remove Codec from versionInterfaces in meta (RESTMapper is now agnostic
to codec and serialization). Register api/latest.Codecs as the codec
factory and use latest.Codecs.LegacyCodec(version) as an equvialent to
the previous codec. 
						
						
					 
					
						2016-01-22 01:10:21 -05:00 
						 
				 
			
				
					
						
							
							
								Tim St. Clair 
							
						 
					 
					
						
						
							
						
						8fdd321dc1 
					 
					
						
						
							
							Add Allocatable to NodeStatus  
						
						... 
						
						
						
						Adds `Allocatable` to `NodeStatus`, as described in
[17201](https://github.com/kubernetes/kubernetes/pull/17201 ) 
						
						
					 
					
						2015-12-16 11:01:15 -08:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						9d19238f6c 
					 
					
						
						
							
							Fix tests to pass with changed external types  
						
						
						
						
					 
					
						2015-11-26 11:53:37 -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 
						 
				 
			
				
					
						
							
							
								Tim St. Clair 
							
						 
					 
					
						
						
							
						
						1e88a682da 
					 
					
						
						
							
							Add liveness/readiness probe parameters  
						
						... 
						
						
						
						- PeriodSeconds - How often to probe
- SuccessThreshold - Number of successful probes to go from failure to success state
- FailureThreshold - Number of failing probes to go from success to failure state
This commit includes to changes in behavior:
1. InitialDelaySeconds now defaults to 10 seconds, rather than the
kubelet sync interval (although that also defaults to 10 seconds).
2. Prober only retries on probe error, not failure. To compensate, the
default FailureThreshold is set to the maxRetries, 3. 
						
						
					 
					
						2015-11-06 10:46:40 -08:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						025f24aa6d 
					 
					
						
						
							
							Make requests defaulting only work on pods  
						
						
						
						
					 
					
						2015-09-22 14:11:01 -04:00 
						 
				 
			
				
					
						
							
							
								Prashanth B 
							
						 
					 
					
						
						
							
						
						52f7833cd3 
					 
					
						
						
							
							Revert "Revert "LimitRange updates for Resource Requirements Requests""  
						
						
						
						
					 
					
						2015-08-28 09:26:36 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8460e3913d 
					 
					
						
						
							
							move daemon controller to the experimental api  
						
						
						
						
					 
					
						2015-08-27 11:47:35 -07:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						6e05b9e3a3 
					 
					
						
						
							
							Revert "LimitRange updates for Resource Requirements Requests"  
						
						
						
						
					 
					
						2015-08-27 10:50:50 +02:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						8fbe4645e3 
					 
					
						
						
							
							Add fields to LimitRange object  
						
						
						
						
					 
					
						2015-08-24 15:18:45 -04:00 
						 
				 
			
				
					
						
							
							
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						565189f5b8 
					 
					
						
						
							
							Correcting all go vet errors  
						
						
						
						
					 
					
						2015-08-11 13:55:37 -07:00 
						 
				 
			
				
					
						
							
							
								AnanyaKumar 
							
						 
					 
					
						
						
							
						
						d9b85652ae 
					 
					
						
						
							
							Add Daemon API  
						
						
						
						
					 
					
						2015-08-06 13:15:19 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8e33cbfa28 
					 
					
						
						
							
							rewrite go imports  
						
						
						
						
					 
					
						2015-08-05 17:30:03 -07:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						2829fadfad 
					 
					
						
						
							
							PV Recycling API  
						
						
						
						
					 
					
						2015-06-04 15:39:34 -04:00 
						 
				 
			
				
					
						
							
							
								Federico Simoncelli 
							
						 
					 
					
						
						
							
						
						2a89428d44 
					 
					
						
						
							
							api: add the ProviderID attribute to NodeSpec  
						
						... 
						
						
						
						Signed-off-by: Federico Simoncelli <fsimonce@redhat.com > 
						
						
					 
					
						2015-05-28 13:01:58 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						973c2e4819 
					 
					
						
						
							
							Add Type to ServiceSpec: ClusterIP or LoadBalancer  
						
						
						
						
					 
					
						2015-05-22 19:14:21 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						fd07de6ed6 
					 
					
						
						
							
							Change v1 API to default RC replicas to 1  
						
						
						
						
					 
					
						2015-05-21 12:40:59 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						d689ba9b01 
					 
					
						
						
							
							Rename versioned pkg imports in defaults tests  
						
						
						
						
					 
					
						2015-05-19 11:18:55 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						a548d542db 
					 
					
						
						
							
							Rename AffinityType to ServiceAffinity  
						
						
						
						
					 
					
						2015-05-18 17:21:30 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Weil 
							
						 
					 
					
						
						
							
						
						ad4e4c90ce 
					 
					
						
						
							
							remove deprecated fields from v1 types  
						
						
						
						
					 
					
						2015-05-18 14:07:36 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Loafman 
							
						 
					 
					
						
						
							
						
						875e83a741 
					 
					
						
						
							
							Revert "Revert "Security context - types, kubelet, admission""  
						
						
						
						
					 
					
						2015-05-05 16:02:13 -07:00 
						 
				 
			
				
					
						
							
							
								Zach Loafman 
							
						 
					 
					
						
						
							
						
						f48904fd5e 
					 
					
						
						
							
							Revert "Security context - types, kubelet, admission"  
						
						
						
						
					 
					
						2015-05-05 15:20:39 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Weil 
							
						 
					 
					
						
						
							
						
						982bf19c20 
					 
					
						
						
							
							security context initial implementation - squash  
						
						
						
						
					 
					
						2015-05-05 13:46:13 -04:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						e949a623ff 
					 
					
						
						
							
							Change EnvVarSource.FieldPath -> FieldRef and add example  
						
						
						
						
					 
					
						2015-05-04 18:41:09 -04: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 
						 
				 
			
				
					
						
							
							
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						c4d7e19c8c 
					 
					
						
						
							
							Cloning v1beta3 as v1 and exposing it in the apiserver  
						
						
						
						
					 
					
						2015-04-28 16:06:03 -07:00