Class FlowcontrolApiserverApi
java.lang.Object
io.kubernetes.client.openapi.apis.FlowcontrolApiserverApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget information of a groupokhttp3.Call
getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupget information of a groupvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
FlowcontrolApiserverApi
public FlowcontrolApiserverApi() -
FlowcontrolApiserverApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAPIGroupCall
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
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
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
(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 -
-