Class WellKnownApi

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

public class WellKnownApi extends Object
  • Constructor Details

    • WellKnownApi

      public WellKnownApi()
    • WellKnownApi

      public WellKnownApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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

      public String getServiceAccountIssuerOpenIDConfiguration() throws ApiException
      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 ApiException
      get 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 -