Daniel Smith 
							
						 
					 
					
						
						
							
						
						b712bfd7ac 
					 
					
						
						
							
							Revert "Extend all to more resources"  
						
						
						
						
					 
					
						2016-08-01 21:51:57 -07:00 
						 
				 
			
				
					
						
							
							
								Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						ccf4e4d61e 
					 
					
						
						
							
							Extend all to more resources  
						
						... 
						
						
						
						Added more things from the list here:
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd.go#L159 
Update the devel/kubectl-conventions.md with the rules mentioned by
a few folks on which resources could be added to the special 'all' alias
Related to a suggestion in issue #22337  
						
						
					 
					
						2016-07-24 21:14:50 -04:00 
						 
				 
			
				
					
						
							
							
								David McMahon 
							
						 
					 
					
						
						
							
						
						ef0c9f0c5b 
					 
					
						
						
							
							Remove "All rights reserved" from all the headers.  
						
						
						
						
					 
					
						2016-06-29 17:47:36 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						51c75e1e5e 
					 
					
						
						
							
							Avoid a reflect.Value.call in watch streaming  
						
						
						
						
					 
					
						2016-05-21 23:55:36 -04:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						236925be87 
					 
					
						
						
							
							Avoid allocations and a reflect.Call in conversion  
						
						... 
						
						
						
						reflect.Call is fairly expensive, performing 8 allocations and having to
set up a call stack. Using a fairly straightforward to generate switch
statement, we can bypass that early in conversion (as long as the
function takes responsibility for invocation). We may also be able to
avoid an allocation for the conversion scope, but not positive yet.
```
benchmark                    old ns/op     new ns/op     delta
BenchmarkPodConversion-8     14713         12173         -17.26%
benchmark                    old allocs     new allocs     delta
BenchmarkPodConversion-8     80             72             -10.00%
benchmark                    old bytes     new bytes     delta
BenchmarkPodConversion-8     9133          8712          -4.61%
``` 
						
						
					 
					
						2016-04-26 16:42:12 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						d008283942 
					 
					
						
						
							
							Tolerate multiple registered versions in a single group  
						
						
						
						
					 
					
						2016-03-12 12:49:41 -05:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						ac9f890238 
					 
					
						
						
							
							Support the subresource of service proxy  
						
						
						
						
					 
					
						2016-02-18 15:16:05 +08:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						e85253916f 
					 
					
						
						
							
							Support the subresource of node proxy  
						
						
						
						
					 
					
						2016-02-16 17:02:45 +08:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						2ad642d370 
					 
					
						
						
							
							Merge registered and latest and move to apimachinery  
						
						
						
						
					 
					
						2016-01-21 14:42:21 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						e2d280a592 
					 
					
						
						
							
							external versions no longer need reordering  
						
						
						
						
					 
					
						2016-01-04 15:07:54 -05:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						500493a3ac 
					 
					
						
						
							
							Merge pull request  #18925  from caesarxuchao/refactor-registration  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-12-24 15:19:36 -08:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						ad484c79f7 
					 
					
						
						
							
							pass runtime.Scheme as parameter to AddToScheme  
						
						
						
						
					 
					
						2015-12-23 23:21:35 -08:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						2b5b708b70 
					 
					
						
						
							
							Refactor the API registration and installation  
						
						
						
						
					 
					
						2015-12-23 22:44:25 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						20f9c2c545 
					 
					
						
						
							
							find partial resource matches  
						
						
						
						
					 
					
						2015-12-21 09:26:06 -05:00 
						 
				 
			
				
					
						
							
							
								Abhishek Shah 
							
						 
					 
					
						
						
							
						
						6f63875165 
					 
					
						
						
							
							Reverting 18442  
						
						
						
						
					 
					
						2015-12-17 16:57:29 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						41b78ad2b6 
					 
					
						
						
							
							find partial resource matches  
						
						
						
						
					 
					
						2015-12-16 10:19:31 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						6e33403abf 
					 
					
						
						
							
							update CodecFor for GroupVersion  
						
						
						
						
					 
					
						2015-12-15 10:56:00 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						7a83ce60e6 
					 
					
						
						
							
							refactor group registration  
						
						
						
						
					 
					
						2015-12-15 08:37:07 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						d0aaf13920 
					 
					
						
						
							
							use constants for group names  
						
						
						
						
					 
					
						2015-12-14 10:04:10 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						ec87d74ecb 
					 
					
						
						
							
							update InterfacesFor to use GroupVersion  
						
						
						
						
					 
					
						2015-12-11 13:45:41 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						675d8a235e 
					 
					
						
						
							
							remove Versions from GroupMeta  
						
						
						
						
					 
					
						2015-12-02 16:16:36 -05:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						6e192760e3 
					 
					
						
						
							
							refactoring latest.go GroupVersion;  
						
						... 
						
						
						
						clean up latest.go GroupVersions;
remove latest.GroupMeta.Group;
remove latest.GroupMeta.Version. 
						
						
					 
					
						2015-11-30 11:30:21 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						8679925847 
					 
					
						
						
							
							update RESTMapping API to be properly typed  
						
						
						
						
					 
					
						2015-11-25 14:02:37 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						c40dd0335a 
					 
					
						
						
							
							make DefaultRESTMapper methods type correct  
						
						
						
						
					 
					
						2015-11-24 14:17:37 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						5077e9b644 
					 
					
						
						
							
							make register.GroupVersion use GroupVersion  
						
						
						
						
					 
					
						2015-11-24 09:45:36 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						303bcad398 
					 
					
						
						
							
							use groupversion in RESTMapping  
						
						
						
						
					 
					
						2015-11-16 09:22:11 -05:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						a456b4c424 
					 
					
						
						
							
							Remove useless codes about Minion kind  
						
						
						
						
					 
					
						2015-10-19 19:29:45 +08:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						262825f13d 
					 
					
						
						
							
							make componenetstatus root scoped  
						
						
						
						
					 
					
						2015-10-16 10:24:31 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						ae1293418b 
					 
					
						
						
							
							move experimental/v1 to experimental/v1alpha1;  
						
						... 
						
						
						
						use "group/version" in many places where used to expect "version" only. 
						
						
					 
					
						2015-09-24 15:32:11 -07:00 
						 
				 
			
				
					
						
							
							
								Kris 
							
						 
					 
					
						
						
							
						
						f4ad00d9ae 
					 
					
						
						
							
							Moving Status object to a common package  
						
						
						
						
					 
					
						2015-09-17 14:09:53 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						ca803fc504 
					 
					
						
						
							
							address lavalamp's comment on using testapi instead of latest, and adding comments for public method.  
						
						
						
						
					 
					
						2015-09-12 15:48:44 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						c733124920 
					 
					
						
						
							
							address lavalamp's comments  
						
						
						
						
					 
					
						2015-09-11 17:34:32 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						0b6fd8c5c4 
					 
					
						
						
							
							fixing tests  
						
						
						
						
					 
					
						2015-09-11 17:33:22 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						190ca2ebf2 
					 
					
						
						
							
							add import_known_versions.go  
						
						
						
						
					 
					
						2015-09-11 17:32:23 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						d690ae9664 
					 
					
						
						
							
							install tests  
						
						
						
						
					 
					
						2015-09-11 17:29:37 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						e400a15f84 
					 
					
						
						
							
							make a central latest package  
						
						
						
						
					 
					
						2015-09-11 17:29:37 -07:00