Class AppsApi

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

public class AppsApi extends Object
  • Constructor Details

    • AppsApi

      public AppsApi()
    • AppsApi

      public AppsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAPIGroupCall

      public okhttp3.Call getAPIGroupCall(ApiCallback _callback) throws ApiException
      Build call for getAPIGroup
      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 -
    • getAPIGroup

      public V1APIGroup getAPIGroup() throws ApiException
      get information of a group
      Returns:
      V1APIGroup
      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 -
    • getAPIGroupWithHttpInfo

      public ApiResponse<V1APIGroup> getAPIGroupWithHttpInfo() throws ApiException
      get information of a group
      Returns:
      ApiResponse<V1APIGroup>
      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 -
    • getAPIGroupAsync

      public okhttp3.Call getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) throws ApiException
      (asynchronously) get information of a group
      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 -