nikhiljindal 
							
						 
					 
					
						
						
							
						
						34a0bccd2e 
					 
					
						
						
							
							Stop supporting TRACE proxy requests  
						
						 
						
						
						
						
					 
					
						2015-06-16 14:07:40 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						07b5930a70 
					 
					
						
						
							
							Remove the redirect verb.  
						
						 
						
						
						
						
					 
					
						2015-06-15 15:39:06 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						784e408ab4 
					 
					
						
						
							
							Adding subresource to swagger route docs  
						
						 
						
						
						
						
					 
					
						2015-06-09 10:20:45 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						b68ddbaf75 
					 
					
						
						
							
							Don't pretty-print by default. Saves an allocation (or more) and a copy.  
						
						 
						
						
						
						
					 
					
						2015-06-08 21:31:58 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						a89d2da249 
					 
					
						
						
							
							Adding a script to verify that swagger spec is updated  
						
						 
						
						
						
						
					 
					
						2015-06-08 04:04:57 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						8b01ecb53a 
					 
					
						
						
							
							Merge pull request  #9024  from markturansky/recyc_controllers  
						
						 
						
						... 
						
						
						
						PersistentVolumeRecycler controller 
						
						
					 
					
						2015-06-05 11:39:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								markturansky 
							
						 
					 
					
						
						
							
						
						2829fadfad 
					 
					
						
						
							
							PV Recycling API  
						
						 
						
						
						
						
					 
					
						2015-06-04 15:39:34 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RichieEscarez 
							
						 
					 
					
						
						
							
						
						91907f66a7 
					 
					
						
						
							
							Replaced instances of "RestartPolicyAlways" "RestartPolicyOnFailure" "RestartPolicyNever" with "Always" "OnFailure" "Never"  
						
						 
						
						
						
						
					 
					
						2015-06-03 13:35:35 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chao Xu 
							
						 
					 
					
						
						
							
						
						66e4f7b053 
					 
					
						
						
							
							add v1 swagger-spec; update existing swagger-spec  
						
						 
						
						
						
						
					 
					
						2015-06-01 16:16:20 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kris 
							
						 
					 
					
						
						
							
						
						f4e2c738f6 
					 
					
						
						
							
							Delete deprecated API versions  
						
						 
						
						... 
						
						
						
						pkg/service:
There were a couple of references here just as a reminder to change the
behavior of findPort. As of v1beta3, TargetPort was always defaulted, so
we could remove findDefaultPort and related tests.
pkg/apiserver:
The tests were using versioned API codecs for some of their encoding
tests. Necessary API types had to be written and registered with the
fake versioned codecs.
pkg/kubectl:
Some tests were converted to current versions where it made sense. 
						
						
					 
					
						2015-05-29 17:17:35 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						c0e26d2f38 
					 
					
						
						
							
							Modify update-swagger-spec to stop generating v1beta1,2 spec  
						
						 
						
						
						
						
					 
					
						2015-05-29 13:39:01 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RichieEscarez 
							
						 
					 
					
						
						
							
						
						0076c181c7 
					 
					
						
						
							
							Edited to add the default restart policy (always) to clarify value if RestartPolicy is not set.  
						
						 
						
						... 
						
						
						
						Generated new .json output for Swagger UI
Added the api/v1/v1.json file to the hack/update-swagger-spec.sh script so it gets updated and built.
Fixes  #5057 
Reverting last change: Deleted line for building v1 api from the  build file update-swagger-ui.sh and deleted the output file from build (v1.json). 
						
						
					 
					
						2015-05-22 10:03:12 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						7c2817d268 
					 
					
						
						
							
							Update swagger  
						
						 
						
						
						
						
					 
					
						2015-05-18 17:22:00 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						65833e42c4 
					 
					
						
						
							
							rename CapabilityType Capability  
						
						 
						
						
						
						
					 
					
						2015-05-18 17:21:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						f66ca25d9f 
					 
					
						
						
							
							Rename AccessMode to PersistentVolumeAccessMode  
						
						 
						
						
						
						
					 
					
						2015-05-18 17:21:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						be6e79ec11 
					 
					
						
						
							
							Updating swagger spec  
						
						 
						
						
						
						
					 
					
						2015-05-18 13:10:58 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						8216332611 
					 
					
						
						
							
							Kubelet kills a pod that exceeds ActiveDeadlineSeconds  
						
						 
						
						
						
						
					 
					
						2015-05-15 16:33:37 -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 
							
						 
					 
					
						
						
							
						
						5e5b904e8c 
					 
					
						
						
							
							update swagger  
						
						 
						
						
						
						
					 
					
						2015-05-05 13:52:45 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Morie 
							
						 
					 
					
						
						
							
						
						f6f34d0493 
					 
					
						
						
							
							Allow int64 types in API; update swagger spec  
						
						 
						
						
						
						
					 
					
						2015-05-05 12:15:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Deyuan Deng 
							
						 
					 
					
						
						
							
						
						401442b024 
					 
					
						
						
							
							Fix condition tags  
						
						 
						
						
						
						
					 
					
						2015-04-22 16:33:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						7f1f0cd233 
					 
					
						
						
							
							Add swagger pod template output  
						
						 
						
						
						
						
					 
					
						2015-04-22 12:54:28 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						d9161a1f41 
					 
					
						
						
							
							Update swagger spec  
						
						 
						
						
						
						
					 
					
						2015-04-11 11:20:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						8694f6f550 
					 
					
						
						
							
							Add return types to PUT, POST and PATCH methods.  
						
						 
						
						... 
						
						
						
						Also add return types for proxy and redirect handlers. 
						
						
					 
					
						2015-04-09 20:17:05 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						66ec02f773 
					 
					
						
						
							
							Update swagger spec  
						
						 
						
						
						
						
					 
					
						2015-04-07 10:50:21 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Huamin Chen 
							
						 
					 
					
						
						
							
						
						7a82af31de 
					 
					
						
						
							
							add iscsi volume plugin  
						
						 
						
						... 
						
						
						
						Signed-off-by: Huamin Chen <hchen@redhat.com > 
						
						
					 
					
						2015-04-06 16:20:28 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						9d9948e3a8 
					 
					
						
						
							
							Change "time/Time" to "util.Time", which is what we use in our API for time.  
						
						 
						
						
						
						
					 
					
						2015-04-06 18:56:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						b1a9e81e1f 
					 
					
						
						
							
							Removed ancient api doc files.  
						
						 
						
						
						
						
					 
					
						2015-04-02 17:20:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						79c4cfba0c 
					 
					
						
						
							
							update swagger  
						
						 
						
						
						
						
					 
					
						2015-04-02 08:33:09 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Deyuan Deng 
							
						 
					 
					
						
						
							
						
						6bb9701489 
					 
					
						
						
							
							Remove Reachable Condition  
						
						 
						
						
						
						
					 
					
						2015-04-01 13:56:43 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						eeff1b74fb 
					 
					
						
						
							
							Fixes from feedback and testing  
						
						 
						
						
						
						
					 
					
						2015-03-30 23:52:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						186818d787 
					 
					
						
						
							
							WIP: Implement multi-port Services  
						
						 
						
						
						
						
					 
					
						2015-03-30 19:28:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						9b718ff557 
					 
					
						
						
							
							Updating swagger-spec with the latest go-restful code  
						
						 
						
						
						
						
					 
					
						2015-03-25 11:34:33 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						620844bcb3 
					 
					
						
						
							
							Updating swagger spec  
						
						 
						
						
						
						
					 
					
						2015-03-25 11:24:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						b1959fd14c 
					 
					
						
						
							
							Updating swagger spec as per the latest go-restful code  
						
						 
						
						
						
						
					 
					
						2015-03-16 23:32:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						1bc7d3e37c 
					 
					
						
						
							
							Updating swagger spec with changes due to PR#5407  
						
						 
						
						
						
						
					 
					
						2015-03-12 23:23:41 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ravi Sankar Penta 
							
						 
					 
					
						
						
							
						
						b0efb7a061 
					 
					
						
						
							
							Updated swagger spec  
						
						 
						
						
						
						
					 
					
						2015-03-12 14:30:00 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						8c3f728aa6 
					 
					
						
						
							
							Adding http:// prefix to the swagger WebServicesURL to prevent basePath validation errors  
						
						 
						
						
						
						
					 
					
						2015-03-11 16:52:45 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yu-Ju Hong 
							
						 
					 
					
						
						
							
						
						0524d6479d 
					 
					
						
						
							
							v1beta3: fields that cannot be updated are marked "cannot be udpated"  
						
						 
						
						
						
						
					 
					
						2015-03-11 10:10:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Mohr 
							
						 
					 
					
						
						
							
						
						da9622a6d7 
					 
					
						
						
							
							Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..."  
						
						 
						
						
						
						
					 
					
						2015-03-09 14:44:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Mohr 
							
						 
					 
					
						
						
							
						
						44b9b7aea5 
					 
					
						
						
							
							Revert "Deleting old sample JSON; moving those in use; updating references"  
						
						 
						
						
						
						
					 
					
						2015-03-09 14:18:40 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MikeJeffrey 
							
						 
					 
					
						
						
							
						
						4da6d413be 
					 
					
						
						
							
							Deleting old sample JSON; moving those in use; updating references  
						
						 
						
						
						
						
					 
					
						2015-03-06 17:24:45 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						339341ea97 
					 
					
						
						
							
							Updating swagger spec by running hack/update-swagger-spec.sh  
						
						 
						
						
						
						
					 
					
						2015-02-23 20:35:16 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Prashanth Balasubramanian 
							
						 
					 
					
						
						
							
						
						ec298733c7 
					 
					
						
						
							
							Modify nginx port to avoid collision with api server  
						
						 
						
						
						
						
					 
					
						2015-02-11 10:23:31 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						fe27529d7e 
					 
					
						
						
							
							Adding static swagger spec and a script to update it  
						
						 
						
						
						
						
					 
					
						2015-02-05 12:00:28 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						a480794efc 
					 
					
						
						
							
							Tighten validation of Name and Namespace  
						
						 
						
						
						
						
					 
					
						2015-01-27 17:04:59 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						9a998350f0 
					 
					
						
						
							
							Some examples do not pass extended validation  
						
						 
						
						
						
						
					 
					
						2014-11-10 11:33:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						bb7ac11eaa 
					 
					
						
						
							
							Remove bogus API documentation.  
						
						 
						
						
						
						
					 
					
						2014-11-06 00:27:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						f3859394ab 
					 
					
						
						
							
							Update schemas for api docs  
						
						 
						
						
						
						
					 
					
						2014-10-01 10:57:50 -04:00