mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #1169 from brendandburns/docs
Add documentation for client libraries
This commit is contained in:
		@@ -25,6 +25,7 @@ While the concepts and architecture in Kubernetes represent years of experience
 | 
			
		||||
  * [Rackspace](docs/getting-started-guides/rackspace.md)
 | 
			
		||||
* [kubecfg command line tool](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/cli.md)
 | 
			
		||||
* [Kubernetes API Documentation](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html)
 | 
			
		||||
* [Kubernetes Client Libraries](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/client-libraries.md)
 | 
			
		||||
* [Discussion and Community Support](#community-discussion-and-support)
 | 
			
		||||
* [Hacking on Kubernetes](#development)
 | 
			
		||||
* [Hacking on Kubernetes Salt configuration](docs/salt.md)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										11
									
								
								docs/client-libraries.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docs/client-libraries.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
## kubernetes API client libraries
 | 
			
		||||
 | 
			
		||||
### Supported
 | 
			
		||||
   * [Go](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/pkg/client)
 | 
			
		||||
 | 
			
		||||
### User Contributed
 | 
			
		||||
*Note: Libraries provided by outside parties are supported by their authors, not the core Kubernetes team*
 | 
			
		||||
 | 
			
		||||
   * [Java](https://github.com/nirmal070125/KubernetesAPIJavaClient)
 | 
			
		||||
   * [Ruby](https://github.com/Ch00k/kuber)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user