Class WellKnownApi
java.lang.Object
io.kubernetes.client.openapi.apis.WellKnownApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget service account issuer OpenID configuration, also known as the 'OIDC discovery doc'okhttp3.Call
(asynchronously) get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'okhttp3.Call
Build call for getServiceAccountIssuerOpenIDConfigurationget service account issuer OpenID configuration, also known as the 'OIDC discovery doc'void
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
WellKnownApi
public WellKnownApi() -
WellKnownApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getServiceAccountIssuerOpenIDConfigurationCall
public okhttp3.Call getServiceAccountIssuerOpenIDConfigurationCall(ApiCallback _callback) throws ApiException Build call for getServiceAccountIssuerOpenIDConfiguration- 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 -
-
getServiceAccountIssuerOpenIDConfiguration
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'- Returns:
- String
- 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 -
-
getServiceAccountIssuerOpenIDConfigurationWithHttpInfo
public ApiResponse<String> getServiceAccountIssuerOpenIDConfigurationWithHttpInfo() throws ApiExceptionget service account issuer OpenID configuration, also known as the 'OIDC discovery doc'- Returns:
- ApiResponse<String>
- 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 -
-
getServiceAccountIssuerOpenIDConfigurationAsync
public okhttp3.Call getServiceAccountIssuerOpenIDConfigurationAsync(ApiCallback<String> _callback) throws ApiException (asynchronously) get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'- 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 -
-