Fabiano Franz 
							
						 
					 
					
						
						
							
						
						f6d1ac72a0 
					 
					
						
						
							
							Use our own normalizers for cmd examples and descriptions  
						
						
						
						
					 
					
						2016-10-17 11:49:55 -02:00 
						 
				 
			
				
					
						
							
							
								AdoHe 
							
						 
					 
					
						
						
							
						
						b2280a646a 
					 
					
						
						
							
							update various commands to adapt the new Factory interface  
						
						
						
						
					 
					
						2016-10-13 21:01:14 +08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						862415aaa2 
					 
					
						
						
							
							make --include-extended-apis deprecated and remove plumbing  
						
						
						
						
					 
					
						2016-09-16 16:05:52 -04:00 
						 
				 
			
				
					
						
							
							
								David McMahon 
							
						 
					 
					
						
						
							
						
						ef0c9f0c5b 
					 
					
						
						
							
							Remove "All rights reserved" from all the headers.  
						
						
						
						
					 
					
						2016-06-29 17:47:36 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						d8daa07f08 
					 
					
						
						
							
							address comments  
						
						
						
						
					 
					
						2016-05-16 16:50:53 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						3c9fb1b651 
					 
					
						
						
							
							Add a 'kubectl clusterinfo dump' option  
						
						
						
						
					 
					
						2016-05-16 16:50:53 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						fdb110c859 
					 
					
						
						
							
							Fix the rest of the code  
						
						
						
						
					 
					
						2016-04-29 17:12:10 -04:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						be6c5b332b 
					 
					
						
						
							
							Add third party support to kubectl  
						
						
						
						
					 
					
						2016-03-31 10:53:32 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						2fd38a7dc0 
					 
					
						
						
							
							Break kubectl from assuming details of codecs  
						
						... 
						
						
						
						Most of the logic related to type and kind retrieval belongs in the
codec, not in the various classes. Make it explicit that the codec
should handle these details.
Factory now returns a universal Decoder and a JSONEncoder to assist code
in kubectl that needs to specifically deal with JSON serialization
(apply, merge, patch, edit, jsonpath). Add comments to indicate the
serialization is explicit in those places. These methods decode to
internal and encode to the preferred API version as previous, although
in the future they may be changed.
React to removing Codec from version interfaces and RESTMapping by
passing it in to all the places that it is needed. 
						
						
					 
					
						2016-01-22 13:27:26 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						a87d927588 
					 
					
						
						
							
							update client.Config to use GroupVersion  
						
						
						
						
					 
					
						2015-11-21 08:29:26 -05:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						29dc7f6ec2 
					 
					
						
						
							
							Make a change to visitor to allow it to accept an error, like Go's path walker  
						
						
						
						
					 
					
						2015-08-20 10:57:28 +08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						8e33cbfa28 
					 
					
						
						
							
							rewrite go imports  
						
						
						
						
					 
					
						2015-08-05 17:30:03 -07:00 
						 
				 
			
				
					
						
							
							
								Eric Tune 
							
						 
					 
					
						
						
							
						
						2e848ed707 
					 
					
						
						
							
							Merge pull request  #10585  from caesarxuchao/fix-alias  
						
						... 
						
						
						
						Add boundary check before accessing os.Args[1] 
						
						
					 
					
						2015-07-15 15:00:09 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						48679d21d2 
					 
					
						
						
							
							add boundary check before access os.Args  
						
						
						
						
					 
					
						2015-07-09 16:15:42 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						988aa6fdf6 
					 
					
						
						
							
							Move things into a 'kube-system' namespace.  
						
						
						
						
					 
					
						2015-07-06 15:08:23 -07:00 
						 
				 
			
				
					
						
							
							
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						ffa764d60b 
					 
					
						
						
							
							Unify command line namespace resolution  
						
						... 
						
						
						
						This change allows the namespace in kubeconfig to be overridden by
specifying the namespace in the spec file. If namespace is explicitly
provided in the command line flags and the spec file has a different
namespace, this will cause an error. 
						
						
					 
					
						2015-07-01 12:59:17 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						5d89dda9a8 
					 
					
						
						
							
							respect --api-version in the output of "kubectl cluster-info"  
						
						
						
						
					 
					
						2015-06-18 16:51:10 -07:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						2b19c002cb 
					 
					
						
						
							
							Migrated kubectl cluster-info to v1.  
						
						... 
						
						
						
						Addresses #7018 
Also fixed the case when kubernetes.io/name label is not defined
(another fix for #9875 ) 
						
						
					 
					
						2015-06-17 15:21:05 +02:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						3884d5fc59 
					 
					
						
						
							
							Add LoadBalancer status to ServiceStatus  
						
						... 
						
						
						
						This will replace publicIPs 
						
						
					 
					
						2015-05-22 18:27:05 -04:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						12e44ff8a9 
					 
					
						
						
							
							Added label kubernetes.io/name to cluster services  
						
						... 
						
						
						
						The label specifies service name which is displayed in kubectl cluster-info 
						
						
					 
					
						2015-05-11 19:35:53 +02: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 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						cfc73878b9 
					 
					
						
						
							
							Added displaying external IPs to kubectl cluster-info  
						
						... 
						
						
						
						Fixes  #7521  
					
						2015-04-30 10:47:58 +02:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						9272fe2aea 
					 
					
						
						
							
							Updated kubectl cluster-info to show v1beta3 addresses  
						
						... 
						
						
						
						Fixes  #7016  
					
						2015-04-29 10:54:36 +02:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						6344cf3c3a 
					 
					
						
						
							
							refactor to move kubectl.cmd.Factory to kubect/cmd/util  
						
						
						
						
					 
					
						2015-04-07 14:43:50 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Ghods 
							
						 
					 
					
						
						
							
						
						ca18e86877 
					 
					
						
						
							
							Make naming of kubectl subcommands consistent  
						
						
						
						
					 
					
						2015-04-02 16:14:53 -07:00 
						 
				 
			
				
					
						
							
							
								Young 
							
						 
					 
					
						
						
							
						
						84bfda0587 
					 
					
						
						
							
							remove cmd arg  
						
						... 
						
						
						
						related issue "Remove cmd from kubectl/cmd/factory arguments #4470 " 
						
						
					 
					
						2015-03-27 21:46:17 +08:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						c06eecf7aa 
					 
					
						
						
							
							Added colors to output of kubectl clusterinfo  
						
						... 
						
						
						
						Added warning about trailing slashes
Also I ran godeps as described at
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/devel/development.md 
This fixes  #5698  
						
						
					 
					
						2015-03-24 11:46:04 +01:00 
						 
				 
			
				
					
						
							
							
								Tamer Tas 
							
						 
					 
					
						
						
							
						
						b39e31d8a3 
					 
					
						
						
							
							Remove cmd from kubectl/cmd/factory  
						
						
						
						
					 
					
						2015-03-18 14:23:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						cd7d78b696 
					 
					
						
						
							
							Make kubectl commands return errors and centralize exit handling  
						
						
						
						
					 
					
						2015-03-10 10:19:43 -07:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						f505a33998 
					 
					
						
						
							
							Differentiate between server error messages and client error messages in kubectl  
						
						
						
						
					 
					
						2015-03-07 11:39:23 +01:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						e92192d379 
					 
					
						
						
							
							Added new command clusterinfo to kubectl  
						
						... 
						
						
						
						This is first version of the command. It prints IPs of master and cluster
services. Should be improved once generalized labels are implemented #341 .
It requires label kubernet.io/cluster-service=true set for cluster services.
Follow up cl after discussion in #4417 . 
						
						
					 
					
						2015-03-03 20:14:24 +01:00