Madhusudan.C.S 
							
						 
					 
					
						
						
							
						
						ed7ad6dcf3 
					 
					
						
						
							
							Make deployments work.  
						
						
						
						
					 
					
						2016-02-08 21:27:49 -08:00 
						 
				 
			
				
					
						
							
							
								Madhusudan.C.S 
							
						 
					 
					
						
						
							
						
						518f08aa7c 
					 
					
						
						
							
							Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector.  
						
						... 
						
						
						
						Update the Deployments' API types, defaulting code, conversions, helpers
and validation to use ReplicaSets instead of ReplicationControllers and
LabelSelector instead of map[string]string for selectors.
Also update the Deployment controller, registry, kubectl subcommands,
client listers package and e2e tests to use ReplicaSets and
LabelSelector for Deployments. 
						
						
					 
					
						2016-02-08 21:27:38 -08:00 
						 
				 
			
				
					
						
							
							
								Janet Kuo 
							
						 
					 
					
						
						
							
						
						7e9fb97b7d 
					 
					
						
						
							
							Remove UniqueLabelKey from deployment spec  
						
						
						
						
					 
					
						2016-02-05 16:21:44 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Tune 
							
						 
					 
					
						
						
							
						
						6133cb1f21 
					 
					
						
						
							
							Move extensions.LabelSelector to unversioned.  
						
						... 
						
						
						
						Move type LabelSelector and type LabelSelectorRequirement from pkg/apis/extensions
This avoids an import loop when Job (and later DaemonSet, Deployment, ReplicaSet)
are moved out of extensions to new api groups.
Also Move LabelSelectorAsSelector utility from pkg/apis/extensions/ to pkg/api/unversioned/
Also its test.
Also LabelSelectorOp* constants.
Also the pkg/apis/extensions/validation functions ValidateLabelSelectorRequirement and
ValidateLabelSelector move to pkg/api/unversioned
The related type in pkg/apis/extensions/v1beta1/ is staying there.  I might move
it in another PR if neccessary. 
						
						
					 
					
						2016-02-04 13:46:34 -08:00 
						 
				 
			
				
					
						
							
							
								mqliang 
							
						 
					 
					
						
						
							
						
						640ce23930 
					 
					
						
						
							
							make env variable parsing more robust  
						
						
						
						
					 
					
						2016-01-14 10:30:15 +08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						51e8c2e5f8 
					 
					
						
						
							
							Merge pull request  #17841  from mqliang/constant  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-12-13 23:40:27 -08:00 
						 
				 
			
				
					
						
							
							
								mqliang 
							
						 
					 
					
						
						
							
						
						0fd51b9e72 
					 
					
						
						
							
							make 'deployment.kubernetes.io/podTemplateHash' as constant  
						
						
						
						
					 
					
						2015-12-05 11:17:12 +08:00 
						 
				 
			
				
					
						
							
							
								Salvatore Dario Minonne 
							
						 
					 
					
						
						
							
						
						80575c3093 
					 
					
						
						
							
							renaming PodSelector to LabelSelector  
						
						
						
						
					 
					
						2015-12-04 09:49:08 +01:00 
						 
				 
			
				
					
						
							
							
								Janet Kuo 
							
						 
					 
					
						
						
							
						
						c0c02c95c4 
					 
					
						
						
							
							kubectl run to produce deployment and job  
						
						
						
						
					 
					
						2015-11-24 10:21:31 -08:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						e9a465d635 
					 
					
						
						
							
							Make kubectl run attach behave like docker run  
						
						... 
						
						
						
						Have stdin closed by default, can be left open with --leave-stdin-open.
Add e2e tests for the behavior. 
						
						
					 
					
						2015-10-16 20:33:51 -04:00 
						 
				 
			
				
					
						
							
							
								tummychow 
							
						 
					 
					
						
						
							
						
						a21c52a766 
					 
					
						
						
							
							Move util/validation files to their own package  
						
						
						
						
					 
					
						2015-09-13 00:46:52 -07:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						295b8cdf16 
					 
					
						
						
							
							Add requests and limits to kubectl run  
						
						
						
						
					 
					
						2015-09-11 10:57:21 -04:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						84e94e39cd 
					 
					
						
						
							
							Support setting env vars in kubectl run  
						
						
						
						
					 
					
						2015-09-08 14:31:29 +08:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						586931fe16 
					 
					
						
						
							
							Add optional arguments to kubectl run ...  
						
						
						
						
					 
					
						2015-08-13 09:41:51 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						e42d6aa255 
					 
					
						
						
							
							Add --restart support to kubectl run  
						
						
						
						
					 
					
						2015-08-07 13:20:09 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						9ac50b4980 
					 
					
						
						
							
							Add interactive run that combines run and attach.  
						
						
						
						
					 
					
						2015-08-06 20:20:14 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8e33cbfa28 
					 
					
						
						
							
							rewrite go imports  
						
						
						
						
					 
					
						2015-08-05 17:30:03 -07:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						b69f1ff5bd 
					 
					
						
						
							
							Name is a required parameter for kubectl run, default-name is not  
						
						
						
						
					 
					
						2015-06-01 14:05:05 -04:00 
						 
				 
			
				
					
						
							
							
								kargakis 
							
						 
					 
					
						
						
							
						
						6c85040cef 
					 
					
						
						
							
							expose: Use separate parameters for default and custom name  
						
						
						
						
					 
					
						2015-05-28 11:03:16 +02:00 
						 
				 
			
				
					
						
							
							
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						d4a47bdb9e 
					 
					
						
						
							
							rename run-container to run in kubectl  
						
						
						
						
					 
					
						2015-05-27 19:07:17 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Marmol 
							
						 
					 
					
						
						
							
						
						90de73ac7a 
					 
					
						
						
							
							Merge pull request  #7536  from rjnagal/node  
						
						... 
						
						
						
						Add --hostport to run-container. 
						
						
					 
					
						2015-05-04 12:55:12 -07:00 
						 
				 
			
				
					
						
							
							
								Rohit Jnagal 
							
						 
					 
					
						
						
							
						
						9cbfb0c3f9 
					 
					
						
						
							
							Add --hostport to run-container.  
						
						... 
						
						
						
						This helps as a starting point to show a single-machine container.
Its easier to use this as an example to show where host port mapping breaks and move on to
services. 
						
						
					 
					
						2015-05-01 23:45:03 +00: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 
						 
				 
			
				
					
						
							
							
								kargakis 
							
						 
					 
					
						
						
							
						
						c0ab76f539 
					 
					
						
						
							
							Tighten label parsing  
						
						
						
						
					 
					
						2015-04-10 11:36:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						ea548b8260 
					 
					
						
						
							
							Rename type Port to ContainerPort  
						
						... 
						
						
						
						Sadly I had to do this by hand - I just could not get gorename to fix up
users of it. 
						
						
					 
					
						2015-02-27 21:05:59 -08:00 
						 
				 
			
				
					
						
							
							
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						650f6cb826 
					 
					
						
						
							
							Revert "Multi-port Endpoints"  
						
						
						
						
					 
					
						2015-02-23 13:53:21 -08:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						e0fd83096c 
					 
					
						
						
							
							Rename type Port to ContainerPort  
						
						... 
						
						
						
						Sadly I had to do this by hand - I just could not get gorename to fix up
users of it. 
						
						
					 
					
						2015-02-21 22:26:38 -08:00 
						 
				 
			
				
					
						
							
							
								Victor Marmol 
							
						 
					 
					
						
						
							
						
						6a80553d7b 
					 
					
						
						
							
							Don't include port in config when not specified.  
						
						... 
						
						
						
						When no port is specified the flag default of "-1" is taken.
Fixes  #4305  
						
						
					 
					
						2015-02-11 13:20:51 -08:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						7e48b26ff5 
					 
					
						
						
							
							Address comments, fix tests.  
						
						
						
						
					 
					
						2015-01-30 20:51:40 -08:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						09166f5252 
					 
					
						
						
							
							Add a service generator and a command to easily expose services.  
						
						
						
						
					 
					
						2015-01-27 10:06:08 -08:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						1ce6c27f3d 
					 
					
						
						
							
							Add an initial run command  
						
						
						
						
					 
					
						2015-01-13 20:00:29 -08:00