KubedbComApi

June 20, 2018 ยท View on GitHub

All URIs are relative to https://localhost

MethodHTTP requestDescription
getAPIGroupGET /apis/kubedb.com/

getAPIGroup

V1APIGroup getAPIGroup()

get information of a group

Example

// 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();
}

Parameters

This endpoint does not need any parameter.

Return type

V1APIGroup

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/yaml, application/vnd.kubernetes.protobuf
  • Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf