Class ApisApi

java.lang.Object
io.kubernetes.client.openapi.apis.ApisApi

public class ApisApi extends Object
  • Constructor Details

    • ApisApi

      public ApisApi()
    • ApisApi

      public ApisApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAPIVersionsCall

      public okhttp3.Call getAPIVersionsCall(ApiCallback _callback) throws ApiException
      Build call for getAPIVersions
      Parameters:
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -
    • getAPIVersions

      public V1APIGroupList getAPIVersions() throws ApiException
      get available API versions
      Returns:
      V1APIGroupList
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -
    • getAPIVersionsWithHttpInfo

      public ApiResponse<V1APIGroupList> getAPIVersionsWithHttpInfo() throws ApiException
      get available API versions
      Returns:
      ApiResponse<V1APIGroupList>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -
    • getAPIVersionsAsync

      public okhttp3.Call getAPIVersionsAsync(ApiCallback<V1APIGroupList> _callback) throws ApiException
      (asynchronously) get available API versions
      Parameters:
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -