All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
getAPIGroup | GET /apis/kubedb.com/ |
V1APIGroup getAPIGroup()
get information of a group
// Import classes:
//import com.kubedb.client.ApiException;
//import com.kubedb.client.apis.KubedbComApi;
KubedbComApi apiInstance = new KubedbComApi();
try {
V1APIGroup result = apiInstance.getAPIGroup();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling KubedbComApi#getAPIGroup");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/yaml, application/vnd.kubernetes.protobuf
- Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf