Clayton Coleman 
							
						 
					 
					
						
						
							
						
						fc2d201e15 
					 
					
						
						
							
							Allow watch cache to be disabled per type  
						
						... 
						
						
						
						Currently setting watch cache size for a given resource does not disable
the watch cache. This commit adds a new `default-watch-cache-size` flag
to map to the existing field, and refactors how watch cache sizes are
calculated to bring all of the code into one place. It also adds debug
logging to startup to allow us to verify watch cache enablement in
production. 
						
						
					 
					
						2017-09-08 13:42:28 -04:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						a7f49c906d 
					 
					
						
						
							
							Use buildozer to delete licenses() rules except under third_party/  
						
						
						
						
					 
					
						2017-08-11 09:32:39 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						33276f06be 
					 
					
						
						
							
							Use buildozer to remove deprecated automanaged tags  
						
						
						
						
					 
					
						2017-08-11 09:31:50 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						ec397c4374 
					 
					
						
						
							
							convert default predicates to use the default  
						
						
						
						
					 
					
						2017-08-07 09:05:17 -04:00 
						 
				 
			
				
					
						
							
							
								Shiyang Wang 
							
						 
					 
					
						
						
							
						
						2eda19da7b 
					 
					
						
						
							
							Fix NotFound errors do not line up with API endpoint's group version  
						
						
						
						
					 
					
						2017-08-07 16:30:40 +08:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						60604f8818 
					 
					
						
						
							
							run hack/update-all  
						
						
						
						
					 
					
						2017-06-22 11:31:03 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						cde4772928 
					 
					
						
						
							
							run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles  
						
						
						
						
					 
					
						2017-06-22 11:30:52 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						2568a92119 
					 
					
						
						
							
							Grow signature for predicate attributes to include init status  
						
						
						
						
					 
					
						2017-06-02 22:09:04 -04:00 
						 
				 
			
				
					
						
							
							
								Monis Khan 
							
						 
					 
					
						
						
							
						
						ed35deb69d 
					 
					
						
						
							
							Default ObjectNameFunc for all REST Stores  
						
						... 
						
						
						
						All Stores in Kubernetes follow the same logic for determining the name
of an object.  This change makes it so that CompleteWithOptions defaults
the ObjectNameFunc if it is not specified.  Thus a user does not need to
remember to use ObjectMeta.Name.  Using the wrong field as the name can
lead to an object which has a name that bypasses normal object name
validation.
Signed-off-by: Monis Khan <mkhan@redhat.com > 
						
						
					 
					
						2017-04-21 15:47:25 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						a05c3c0efd 
					 
					
						
						
							
							autogenerated  
						
						
						
						
					 
					
						2017-04-14 10:40:57 -07:00 
						 
				 
			
				
					
						
							
							
								p0lyn0mial 
							
						 
					 
					
						
						
							
						
						b2cce0ac8e 
					 
					
						
						
							
							added short names for resources which are exposed during discovery  
						
						
						
						
					 
					
						2017-02-06 23:35:07 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						6af3210d6f 
					 
					
						
						
							
							Update generated files  
						
						
						
						
					 
					
						2017-02-03 08:15:46 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						536460e1d9 
					 
					
						
						
							
							Mechanical fixup imports: pkg/genericapiserver  
						
						
						
						
					 
					
						2017-02-03 08:15:45 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						80b96b441b 
					 
					
						
						
							
							Mechanical import fixup: pkg/storage  
						
						
						
						
					 
					
						2017-02-03 07:33:43 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						de2eee391a 
					 
					
						
						
							
							Update bazel  
						
						
						
						
					 
					
						2017-02-02 15:19:04 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						b8142896a7 
					 
					
						
						
							
							pkg/genericapiserver: cut off pkg/registry/cachesize dependency  
						
						
						
						
					 
					
						2017-02-02 15:19:03 +01:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						1ef5d26079 
					 
					
						
						
							
							move pkg/storage to apiserver  
						
						
						
						
					 
					
						2017-01-31 19:07:33 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						9fb37f3bba 
					 
					
						
						
							
							remove storage dependency on api  
						
						
						
						
					 
					
						2017-01-27 14:02:28 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						11e8068d3f 
					 
					
						
						
							
							move pkg/fields to apimachinery  
						
						
						
						
					 
					
						2017-01-19 09:50:16 -05:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						3d9449a353 
					 
					
						
						
							
							genericapiserver: fix imports  
						
						
						
						
					 
					
						2017-01-19 13:06:47 +01:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						9a2a50cda7 
					 
					
						
						
							
							refactor: use metav1.ObjectMeta in other types  
						
						
						
						
					 
					
						2017-01-17 16:17:19 -05:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						8fe0958ba0 
					 
					
						
						
							
							Update bazel  
						
						
						
						
					 
					
						2017-01-17 09:30:48 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						5c88b7d05a 
					 
					
						
						
							
							Fix imports  
						
						
						
						
					 
					
						2017-01-17 09:30:30 +01:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						a3e71b2cef 
					 
					
						
						
							
							move name generation to generic api server storage helpers  
						
						
						
						
					 
					
						2017-01-16 16:04:04 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						31b6ba4e94 
					 
					
						
						
							
							mechanicals  
						
						
						
						
					 
					
						2017-01-13 16:33:09 -05:00 
						 
				 
			
				
					
						
							
							
								Timothy St. Clair 
							
						 
					 
					
						
						
							
						
						fbc5323dad 
					 
					
						
						
							
							Refactor registry to use store vs. etcd  
						
						
						
						
					 
					
						2017-01-12 09:23:38 -06:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						6a4d5cd7cc 
					 
					
						
						
							
							start the apimachinery repo  
						
						
						
						
					 
					
						2017-01-11 09:09:48 -05:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						20d221f75c 
					 
					
						
						
							
							Enable auto-generating sources rules  
						
						
						
						
					 
					
						2017-01-05 14:14:13 -08:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						87dd990bb7 
					 
					
						
						
							
							Move pkg/api.{Context,RequestContextMapper} into pkg/genericapiserver/api/request  
						
						
						
						
					 
					
						2017-01-03 14:57:33 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						161c391f44 
					 
					
						
						
							
							autogenerated  
						
						
						
						
					 
					
						2016-12-29 13:04:10 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						c87de85347 
					 
					
						
						
							
							autoupdate BUILD files  
						
						
						
						
					 
					
						2016-12-12 13:30:07 -08:00 
						 
				 
			
				
					
						
							
							
								Monis Khan 
							
						 
					 
					
						
						
							
						
						a6bafbacbf 
					 
					
						
						
							
							Refactor REST storage to use generic defaults  
						
						... 
						
						
						
						Signed-off-by: Monis Khan <mkhan@redhat.com > 
						
						
					 
					
						2016-12-08 17:24:21 -05:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						1f5511b131 
					 
					
						
						
							
							Move RESTStorageProvider interface into pkg/master  
						
						
						
						
					 
					
						2016-12-03 18:35:15 +01:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						36e6cd19e1 
					 
					
						
						
							
							Cache fields for filtering in watchCache.  
						
						
						
						
					 
					
						2016-11-29 09:48:09 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						3b6a067afc 
					 
					
						
						
							
							autogenerated  
						
						
						
						
					 
					
						2016-10-21 17:32:32 -07:00 
						 
				 
			
				
					
						
							
							
								Hongchao Deng 
							
						 
					 
					
						
						
							
						
						6f3ac807fd 
					 
					
						
						
							
							pass SelectionPredicate instead of Filter to storage layer  
						
						
						
						
					 
					
						2016-09-26 09:47:19 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						e9c1b87b80 
					 
					
						
						
							
							move extensions registry packages  
						
						
						
						
					 
					
						2016-09-21 09:14:38 -04:00