Class LogsApi
java.lang.Object
io.kubernetes.client.openapi.apis.LogsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogFileHandler(String logpath) okhttp3.CalllogFileHandlerAsync(String logpath, ApiCallback<Void> _callback) (asynchronously)okhttp3.CalllogFileHandlerCall(String logpath, ApiCallback _callback) Build call for logFileHandlerlogFileHandlerWithHttpInfo(String logpath) voidokhttp3.CalllogFileListHandlerAsync(ApiCallback<Void> _callback) (asynchronously)okhttp3.CalllogFileListHandlerCall(ApiCallback _callback) Build call for logFileListHandlervoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
LogsApi
public LogsApi() -
LogsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
logFileHandlerCall
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
- 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
- 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
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
- 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
- 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
(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 -
-