Class LogsApi

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

public class LogsApi extends Object
  • Constructor Details

    • LogsApi

      public LogsApi()
    • LogsApi

      public LogsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • logFileHandlerCall

      public okhttp3.Call logFileHandlerCall(String logpath, ApiCallback _callback) throws ApiException
      Build call for logFileHandler
      Parameters:
      logpath - path to the log (required)
      _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
      401 Unauthorized -
    • logFileHandler

      public void logFileHandler(String logpath) throws ApiException
      Parameters:
      logpath - path to the log (required)
      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
      401 Unauthorized -
    • logFileHandlerWithHttpInfo

      public ApiResponse<Void> logFileHandlerWithHttpInfo(String logpath) throws ApiException
      Parameters:
      logpath - path to the log (required)
      Returns:
      ApiResponse<Void>
      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
      401 Unauthorized -
    • logFileHandlerAsync

      public okhttp3.Call logFileHandlerAsync(String logpath, ApiCallback<Void> _callback) throws ApiException
      (asynchronously)
      Parameters:
      logpath - path to the log (required)
      _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
      401 Unauthorized -
    • logFileListHandlerCall

      public okhttp3.Call logFileListHandlerCall(ApiCallback _callback) throws ApiException
      Build call for logFileListHandler
      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
      401 Unauthorized -
    • logFileListHandler

      public void logFileListHandler() throws ApiException
      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
      401 Unauthorized -
    • logFileListHandlerWithHttpInfo

      public ApiResponse<Void> logFileListHandlerWithHttpInfo() throws ApiException
      Returns:
      ApiResponse<Void>
      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
      401 Unauthorized -
    • logFileListHandlerAsync

      public okhttp3.Call logFileListHandlerAsync(ApiCallback<Void> _callback) throws ApiException
      (asynchronously)
      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
      401 Unauthorized -