
    [ji                     ^    d Z ddlmZ ddlZddlZddlmZ ddlmZm	Z	  G d de
          ZdS )z
    Kubernetes

    No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)  # noqa: E501

    The version of the OpenAPI document: release-1.36
    Generated by: https://openapi-generator.tech
    )absolute_importN)	ApiClient)ApiTypeErrorApiValueErrorc                   &    e Zd ZdZddZd Zd ZdS )WellKnownApizNOTE: This class is auto generated by OpenAPI Generator
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    Nc                 4    |t                      }|| _        d S N)r   
api_client)selfr   s     a/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes/client/api/well_known_api.py__init__zWellKnownApi.__init__"   s    "J$    c                 &    d|d<    | j         di |S )a  get_service_account_issuer_open_id_configuration  # noqa: E501

        get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True

        >>> thread = api.get_service_account_issuer_open_id_configuration(async_req=True)
        >>> result = thread.get()

        :param async_req: Whether to execute the request asynchronously.
        :type async_req: bool, optional
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :type _preload_content: bool, optional
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :return: Returns the result object.
                 If the method is called asynchronously,
                 returns the request thread.
        :rtype: str
        T_return_http_data_only )?get_service_account_issuer_open_id_configuration_with_http_info)r   kwargss     r   0get_service_account_issuer_open_id_configurationz=WellKnownApi.get_service_account_issuer_open_id_configuration'   s)    2 ,0'(StS]]V\]]]r   c                    t                      }g }|                    g d           t          j        |d                   D ] \  }}||vrt	          d|z            |||<   !|d= i }i }g }t          |                    di                     }	g }
i }d}| j                            dg          |	d<   dg}d	dd
}| j        	                    dd|||	||
||||                    d          |                    d          |                    dd          |                    d          ||                    d                    S )aQ  get_service_account_issuer_open_id_configuration  # noqa: E501

        get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'  # noqa: E501
        This method makes a synchronous HTTP request by default. To make an
        asynchronous HTTP request, please pass async_req=True

        >>> thread = api.get_service_account_issuer_open_id_configuration_with_http_info(async_req=True)
        >>> result = thread.get()

        :param async_req: Whether to execute the request asynchronously.
        :type async_req: bool, optional
        :param _return_http_data_only: response data without head status code
                                       and headers
        :type _return_http_data_only: bool, optional
        :param _preload_content: if False, the urllib3.HTTPResponse object will
                                 be returned without reading/decoding response
                                 data. Default is True.
        :type _preload_content: bool, optional
        :param _request_timeout: timeout setting for this request. If one
                                 number provided, it will be total request
                                 timeout. It can also be a pair (tuple) of
                                 (connection, read) timeouts.
        :param _request_auth: set to override the auth_settings for an a single
                              request; this effectively ignores the authentication
                              in the spec for a single request.
        :type _request_auth: dict, optional
        :type _content_type: string, optional: force content-type for the request
        :return: Returns the result object.
                 If the method is called asynchronously,
                 returns the request thread.
        :rtype: tuple(str, status_code(int), headers(HTTPHeaderDict))
        )	async_reqr   _preload_content_request_timeout_request_auth_content_type_headersr   zbGot an unexpected keyword argument '%s' to method get_service_account_issuer_open_id_configurationr   Nzapplication/jsonAcceptBearerTokenstr)   i  z!/.well-known/openid-configurationGETr   r   r   Tr   r   )bodypost_paramsfilesresponse_types_mapauth_settingsr   r   r   r   collection_formatsr   )
localsextendsix	iteritemsr   dictgetr   select_header_acceptcall_api)r   r   local_var_params
all_paramskeyvalr'   path_paramsquery_paramsheader_paramsform_paramslocal_var_filesbody_paramsr&   r%   s                  r   r   zLWellKnownApi.get_service_account_issuer_open_id_configuration_with_http_infoC   s   D "88

  
	
 
	
 
	
 &6x&@AA 	( 	(HC*$$"RTWX   %(S!!X&-11*bAABB"&/"F"F #" #"h ' 
 

 ''/#!1'&**;77#3#7#78P#Q#Q-112DdKK-112DEE1*..?? ( A A 	Ar   r
   )__name__
__module____qualname____doc__r   r   r   r   r   r   r   r      s]         % % % %
^ ^ ^8bA bA bA bA bAr   r   )r=   
__future__r   rer*   kubernetes.client.api_clientr   kubernetes.client.exceptionsr   r   objectr   r   r   r   <module>rC      s     ' & & & & & 				 


 2 2 2 2 2 2       JA JA JA JA JA6 JA JA JA JA JAr   