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 
							
						 
					 
					
						
						
							
						
						12ba4e2452 
					 
					
						
						
							
							Do not automatically decode runtime.RawExtension  
						
						 
						
						... 
						
						
						
						Make clients opt in to decoding objects that are stored
in the generic api.List object by invoking runtime.DecodeList()
with a set of schemes. Makes it easier to handle unknown
schema objects because decoding is in the control of the code.
Add runtime.Unstructured, which is a simple in memory
representation of an external object. 
						
						
					 
					
						2015-04-29 12:53:07 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						38ea531487 
					 
					
						
						
							
							Merge pull request  #7194  from nikhiljindal/example  
						
						 
						
						... 
						
						
						
						Updating the guestbook example to v1beta3 
						
						
					 
					
						2015-04-23 15:26:47 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						1e323d77bc 
					 
					
						
						
							
							Updating the guestbook example to v1beta3  
						
						 
						
						
						
						
					 
					
						2015-04-23 14:34:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark Maglana 
							
						 
					 
					
						
						
							
						
						4927d70dd0 
					 
					
						
						
							
							Add .yml to the list of recognized file extensions  
						
						 
						
						
						
						
					 
					
						2015-04-23 08:57:45 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						1bc4912f51 
					 
					
						
						
							
							Merge pull request  #7030  from liggitt/skip_fetch_delete  
						
						 
						
						... 
						
						
						
						Skip fetching from server when deleting a named resource 
						
						
					 
					
						2015-04-20 19:38:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						feb8ba9c4e 
					 
					
						
						
							
							Allow resource builder to avoid fetching objects  
						
						 
						
						
						
						
					 
					
						2015-04-20 15:00:52 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						545a5a865f 
					 
					
						
						
							
							List output with differing types should be more resilient  
						
						 
						
						... 
						
						
						
						kubectl get can output a series of objects as a List in versioned
form, but not all API objects are available in the same schema.
Make the act of converting a []runtime.Object to api.List more
robust and add a test to verify its behavior in Get.
Makes it easier for client code to output unified objects. 
						
						
					 
					
						2015-04-20 14:44:16 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						4b85c0866a 
					 
					
						
						
							
							Don't insert duplicate arguments in SplitResourceArgs  
						
						 
						
						
						
						
					 
					
						2015-04-17 11:36:25 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						4833578a57 
					 
					
						
						
							
							Merge pull request  #6958  from smarterclayton/args_remain_in_order  
						
						 
						
						... 
						
						
						
						`kubectl get rc,pods` should invoke in that order 
						
						
					 
					
						2015-04-17 11:30:09 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kargakis 
							
						 
					 
					
						
						
							
						
						9d056c6bd8 
					 
					
						
						
							
							Support setting up aliases for groups of resources  
						
						 
						
						... 
						
						
						
						Closes  #5278  
						
						
					 
					
						2015-04-17 16:31:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						2c11835612 
					 
					
						
						
							
							kubectl get rc,pods should invoke in that order 
						
						 
						
						... 
						
						
						
						SplitResourceArguments should not use a golang map 
						
						
					 
					
						2015-04-17 00:57:02 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						44bc29631e 
					 
					
						
						
							
							compute query parameter names in the client.  
						
						 
						
						
						
						
					 
					
						2015-04-06 16:54:26 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						6904c4d585 
					 
					
						
						
							
							Fixing a lot of string formatting issues with regards to:  
						
						 
						
						... 
						
						
						
						* Improper format specifier (e.g. %s for bools or %s for ints)
  * More or less parameters than format specifiers
  * Not calling a formatting function when it should have (e.g. Error() instead of Errorf()) 
						
						
					 
					
						2015-03-31 16:47:10 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								feihujiang 
							
						 
					 
					
						
						
							
						
						6b79dcaa4d 
					 
					
						
						
							
							add source filename in error message  
						
						 
						
						
						
						
					 
					
						2015-03-27 09:28:48 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						1e496696ca 
					 
					
						
						
							
							Merge pull request  #5903  from smarterclayton/support_resources_by_type_and_name  
						
						 
						
						... 
						
						
						
						Allow resource.Builder commands to take arguments by type/name 
						
						
					 
					
						2015-03-26 14:23:03 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gmarek 
							
						 
					 
					
						
						
							
						
						5a11748018 
					 
					
						
						
							
							Move Capacity from NodeSpec to NodeStatus  
						
						 
						
						
						
						
					 
					
						2015-03-26 15:28:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						581d7cd789 
					 
					
						
						
							
							Allow resource.Builder commands to take arguments by type/name  
						
						 
						
						... 
						
						
						
						Will allow xarg behavior to fetch resources across multiple types.
Changes 'create', 'get', 'update', 'stop', and 'delete' to output
<resourceType>/<name>. 
						
						
					 
					
						2015-03-25 20:39:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						7e3b7f9673 
					 
					
						
						
							
							Updating unit tests so that they pass with v1beta3 api  
						
						 
						
						
						
						
					 
					
						2015-03-24 12:13:53 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						6918a4d32e 
					 
					
						
						
							
							Replace automatic YAML decoding with opt-in YAML decoding  
						
						 
						
						... 
						
						
						
						Base codecs no longer automically handle YAML.  Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder. 
						
						
					 
					
						2015-03-20 00:03:56 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Dario Minonne 
							
						 
					 
					
						
						
							
						
						31ddefc347 
					 
					
						
						
							
							Finalize fields.Selector  
						
						 
						
						
						
						
					 
					
						2015-03-17 22:55:43 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						2f9a41b898 
					 
					
						
						
							
							Merge pull request  #5233  from brendandburns/labels  
						
						 
						
						... 
						
						
						
						Make label and field selector query strings versionable. 
						
						
					 
					
						2015-03-16 16:01:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dawn Chen 
							
						 
					 
					
						
						
							
						
						34e9c82c70 
					 
					
						
						
							
							Convert RestartPolicy to string for v1beta3.  
						
						 
						
						... 
						
						
						
						Fixed  #3607  and spiritually support #5475  
						
						
					 
					
						2015-03-13 18:38:07 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						266234f3b9 
					 
					
						
						
							
							Make label and field selector query strings versionable.  
						
						 
						
						
						
						
					 
					
						2015-03-12 12:24:07 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						2700871b04 
					 
					
						
						
							
							Merge pull request  #5013  from smarterclayton/misc_fixup  
						
						 
						
						... 
						
						
						
						Small cleanups to a number of client behaviors 
						
						
					 
					
						2015-03-06 15:41:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Dario Minonne 
							
						 
					 
					
						
						
							
						
						75f2efb500 
					 
					
						
						
							
							moving ParseSelector to Parse for labels only.  
						
						 
						
						
						
						
					 
					
						2015-03-05 22:39:36 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						a97635e643 
					 
					
						
						
							
							Use IsListType instead of checking ItemPtr in resourcebuilder  
						
						 
						
						
						
						
					 
					
						2015-03-04 10:48:05 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rsokolowski 
							
						 
					 
					
						
						
							
						
						635281ebe3 
					 
					
						
						
							
							Update guestbook example to use replication controller.  
						
						 
						
						
						
						
					 
					
						2015-02-24 20:21:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Karl Beecher 
							
						 
					 
					
						
						
							
						
						ecbb91cc08 
					 
					
						
						
							
							Adds support for multiple resources to kubectl  
						
						 
						
						... 
						
						
						
						You can specify multiple resources by name when using the delete, get
and stop commands. 
						
						
					 
					
						2015-02-20 16:18:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						876d651737 
					 
					
						
						
							
							Merge pull request  #4395  from smarterclayton/split_naming  
						
						 
						
						... 
						
						
						
						Fix cross-namespace LIST and WATCH 
						
						
					 
					
						2015-02-17 09:40:09 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						3e2e4714a2 
					 
					
						
						
							
							Always set ?namespace in query if specified  
						
						 
						
						... 
						
						
						
						Revise our code to only call Request.Namespace() if a namespace
*should* be present.  For root scoped resources, namespace should
be ignored.  For namespaced resources, it is an error to have
Namespace=="". 
						
						
					 
					
						2015-02-16 00:23:38 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Dario Minonne 
							
						 
					 
					
						
						
							
						
						fda17c1b7a 
					 
					
						
						
							
							kubectl delete resource : remove all resources  
						
						 
						
						
						
						
					 
					
						2015-02-13 18:25:41 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						0bd0e12bbc 
					 
					
						
						
							
							Add support for Namespace as Kind  
						
						 
						
						... 
						
						
						
						Add example for using namespaces 
						
						
					 
					
						2015-02-10 09:50:50 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						52c6c60b15 
					 
					
						
						
							
							Use name from server when displaying create/update  
						
						 
						
						... 
						
						
						
						Allows generated names from files to be displayed so users can
interact with them. 
						
						
					 
					
						2015-02-08 21:40:47 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yu-Ju Hong 
							
						 
					 
					
						
						
							
						
						4a72addaeb 
					 
					
						
						
							
							Factor out API defaulting from validation logic  
						
						 
						
						... 
						
						
						
						Currently, the validation logic validates fields in an object and supply default
values wherever applies. This change factors out defaulting to a set of
defaulting callback functions for decoding (see #1502  for more discussion).
 * This change is based on pull request 2587.
 * Most defaulting has been migrated to defaults.go where the defaulting
   functions are added.
 * validation_test.go and converter_test.go have been adapted to not testing the
   default values.
 * Fixed all tests with that create invalid objects with the absence of
   defaulting logic. 
						
						
					 
					
						2015-02-03 00:55:42 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						0851ca9522 
					 
					
						
						
							
							Do not provide a namespace on request url if resource does not require it  
						
						 
						
						
						
						
					 
					
						2015-02-02 10:26:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						a8449732e0 
					 
					
						
						
							
							Make the FilterNamespace function the last visitor  
						
						 
						
						
						
						
					 
					
						2015-02-02 10:26:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						4c33e36a88 
					 
					
						
						
							
							Plumb restmapper properly through apiserver and tests  
						
						 
						
						
						
						
					 
					
						2015-02-02 10:26:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						f911784c98 
					 
					
						
						
							
							Cherry pick test from  #3901  
						
						 
						
						
						
						
					 
					
						2015-02-02 10:26:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						71ec444d63 
					 
					
						
						
							
							Make a RESTMapper scope aware  
						
						 
						
						
						
						
					 
					
						2015-02-02 10:26:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						6894d4feed 
					 
					
						
						
							
							Merge pull request  #3460  from mnagy/handle-selector-error  
						
						 
						
						... 
						
						
						
						Fix panic if selector uses malformed syntax 
						
						
					 
					
						2015-01-14 13:49:22 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						ccdc20d90c 
					 
					
						
						
							
							Ignore empty objects from streams and error when nothing passed to create  
						
						 
						
						... 
						
						
						
						Passing zero objects to create should be an error 
						
						
					 
					
						2015-01-14 13:12:33 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						31413c8727 
					 
					
						
						
							
							Add more tests around JSON/YAML decoding from the CLI  
						
						 
						
						... 
						
						
						
						Switch the ignore stream errors behavior to print a Warningf on
failure to parse, not v(2) 
						
						
					 
					
						2015-01-14 12:38:36 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Nagy 
							
						 
					 
					
						
						
							
						
						9340781d21 
					 
					
						
						
							
							Fix panic if selector uses malformed syntax  
						
						 
						
						
						
						
					 
					
						2015-01-14 17:13:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						ec803cb809 
					 
					
						
						
							
							Allow resource.Builder to stream YAML from the CLI  
						
						 
						
						... 
						
						
						
						Add both JSON and YAML STDIN tests in test-cmd 
						
						
					 
					
						2015-01-14 00:50:13 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						d24c5b145e 
					 
					
						
						
							
							Allow errors to be ignored by the builder  
						
						 
						
						
						
						
					 
					
						2015-01-09 13:31:24 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						d1ab27762b 
					 
					
						
						
							
							Create should be able to accept multiple resources  
						
						 
						
						
						
						
					 
					
						2015-01-09 13:30:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						d75a3d5021 
					 
					
						
						
							
							Move Resource functionality to its own package  
						
						 
						
						... 
						
						
						
						Create a unified Builder object for working with files, selectors,
types, and items that makes it easier to get multi-object functionality.
Supports all of the behaviors previously in resource.go, but with
additional flexibility to allow multi-type retrieval and access, directories,
URLs, nested objects, and lists. 
						
						
					 
					
						2015-01-09 11:59:06 -05:00