All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
getAPIVersions | GET /apis/ |
V1APIGroupList getAPIVersions()
get available API versions
// Import classes:
//import com.kubedb.client.ApiException;
//import com.kubedb.client.apis.ApisApi;
ApisApi apiInstance = new ApisApi();
try {
V1APIGroupList result = apiInstance.getAPIVersions();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ApisApi#getAPIVersions");
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