Re: Java client for Kubernetes REST API

2014-09-03 Thread Nirmal Fernando
gt; On Sun, Aug 31, 2014 at 9:20 PM, Nirmal Fernando > wrote: > >> >> >> >> On Sun, Aug 31, 2014 at 9:20 PM, Nirmal Fernando >> wrote: >> >>> Hi Guys, >>> >>> I started to work on writing a Java client for Kubernetes

Re: Java client for Kubernetes REST API

2014-09-01 Thread Nirmal Fernando
Guys, >> >> I started to work on writing a Java client for Kubernetes REST API and >> the initial version is here >> https://github.com/nirmal070125/KubernetesAPIJavaClient >> >> Currently is only tested for getting a Kubernetes Pod and I'll be adding >>

Re: Java client for Kubernetes REST API

2014-08-31 Thread Nirmal Fernando
On Sun, Aug 31, 2014 at 9:20 PM, Nirmal Fernando wrote: > Hi Guys, > > I started to work on writing a Java client for Kubernetes REST API and the > initial version is here > https://github.com/nirmal070125/KubernetesAPIJavaClient > > Currently is only tested for getting a Ku

Java client for Kubernetes REST API

2014-08-31 Thread Nirmal Fernando
Hi Guys, I started to work on writing a Java client for Kubernetes REST API and the initial version is here https://github.com/nirmal070125/KubernetesAPIJavaClient Currently is only tested for getting a Kubernetes Pod and I'll be adding support for other API operations mentioned here :