Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 664 Bytes

File metadata and controls

10 lines (6 loc) · 664 Bytes

KubernetesAPIJavaClient

Java REST API client for Google's Kubernetes API (https://github.com/GoogleCloudPlatform/kubernetes)

You can use this library to call a Kubernetes API hosted in a Kubernetes master node using Java programming language.

Current client interface can be found at https://github.com/nirmal070125/KubernetesAPIJavaClient/blob/master/src/main/java/org/apache/stratos/kubernetes/api/client/interfaces/KubernetesAPIClientInterface.java

Sample usage of the client library can be found at https://github.com/nirmal070125/KubernetesAPIJavaClient/blob/master/src/main/java/org/apache/stratos/kubernetes/api/client/Main.java