
    [j                      |    d Z 	 ddlmZ n# e$ r	 ddlmZ Y nw xY wddlZddlZddlZddl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
    )getfullargspec)
getargspecN)Configurationc                   j   e Zd ZdZ	 ddddddZddd	d
ddZddZed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             ZddZd Zd Zd Zd ZdS ) V1beta1PodCertificateRequestzNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    strV1ObjectMeta V1beta1PodCertificateRequestSpec"V1beta1PodCertificateRequestStatus)api_versionkindmetadataspecstatus
apiVersionr   r   r   r   Nc                     |t          j                    }|| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _	        ||| _
        ||| _        || _        |	|| _        dS dS )z9V1beta1PodCertificateRequest - a model defined in OpenAPIN)r   get_default_copylocal_vars_configuration_api_version_kind	_metadata_spec_statusdiscriminatorr   r   r   r   r   )selfr   r   r   r   r   r   s          u/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes/client/models/v1beta1_pod_certificate_request.py__init__z%V1beta1PodCertificateRequest.__init__6   s    #+'4'E'G'G$(@% 

!"*DDI$DM	 DKKK     c                     | j         S )a  Gets the api_version of this V1beta1PodCertificateRequest.  # noqa: E501

        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources  # noqa: E501

        :return: The api_version of this V1beta1PodCertificateRequest.  # noqa: E501
        :rtype: str
        r   r   s    r   r   z(V1beta1PodCertificateRequest.api_versionM   s       r   c                     || _         dS )a  Sets the api_version of this V1beta1PodCertificateRequest.

        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources  # noqa: E501

        :param api_version: The api_version of this V1beta1PodCertificateRequest.  # noqa: E501
        :type api_version: str
        Nr    )r   r   s     r   r   z(V1beta1PodCertificateRequest.api_versionX   s     (r   c                     | j         S )a  Gets the kind of this V1beta1PodCertificateRequest.  # noqa: E501

        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

        :return: The kind of this V1beta1PodCertificateRequest.  # noqa: E501
        :rtype: str
        r   r!   s    r   r   z!V1beta1PodCertificateRequest.kindd   s     zr   c                     || _         dS )a  Sets the kind of this V1beta1PodCertificateRequest.

        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

        :param kind: The kind of this V1beta1PodCertificateRequest.  # noqa: E501
        :type kind: str
        Nr$   )r   r   s     r   r   z!V1beta1PodCertificateRequest.kindo   s     


r   c                     | j         S )zGets the metadata of this V1beta1PodCertificateRequest.  # noqa: E501


        :return: The metadata of this V1beta1PodCertificateRequest.  # noqa: E501
        :rtype: V1ObjectMeta
        r   r!   s    r   r   z%V1beta1PodCertificateRequest.metadata{   s     ~r   c                     || _         dS )zSets the metadata of this V1beta1PodCertificateRequest.


        :param metadata: The metadata of this V1beta1PodCertificateRequest.  # noqa: E501
        :type metadata: V1ObjectMeta
        Nr'   )r   r   s     r   r   z%V1beta1PodCertificateRequest.metadata   s     "r   c                     | j         S )zGets the spec of this V1beta1PodCertificateRequest.  # noqa: E501


        :return: The spec of this V1beta1PodCertificateRequest.  # noqa: E501
        :rtype: V1beta1PodCertificateRequestSpec
        )r   r!   s    r   r   z!V1beta1PodCertificateRequest.spec   s     zr   c                 N    | j         j        r|t          d          || _        dS )zSets the spec of this V1beta1PodCertificateRequest.


        :param spec: The spec of this V1beta1PodCertificateRequest.  # noqa: E501
        :type spec: V1beta1PodCertificateRequestSpec
        Nz,Invalid value for `spec`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   z!V1beta1PodCertificateRequest.spec   s1     (? 	MDLKLLL


r   c                     | j         S )zGets the status of this V1beta1PodCertificateRequest.  # noqa: E501


        :return: The status of this V1beta1PodCertificateRequest.  # noqa: E501
        :rtype: V1beta1PodCertificateRequestStatus
        r   r!   s    r   r   z#V1beta1PodCertificateRequest.status   s     |r   c                     || _         dS )zSets the status of this V1beta1PodCertificateRequest.


        :param status: The status of this V1beta1PodCertificateRequest.  # noqa: E501
        :type status: V1beta1PodCertificateRequestStatus
        Nr.   )r   r   s     r   r   z#V1beta1PodCertificateRequest.status   s     r   Fc                    i }fdt          j        | j                  D ]\  }}t          | |          }r| j                            ||          n|}t          |t                    r$t          t          fd|                    ||<   mt          |t                    r6t          t          fd|
                                                    ||<    |          ||<   |S )z&Returns the model properties as a dictc                     t          | d          rUt          | j                  j        }t	          |          dk    r|                                 S |                               S | S )Nto_dict   )hasattrr   r2   argslen)xr5   	serializes     r   convertz5V1beta1PodCertificateRequest.to_dict.<locals>.convert   s[    q)$$ %ai005t99>>99;;&99Y///r   c                      |           S )N )r7   r9   s    r   <lambda>z6V1beta1PodCertificateRequest.to_dict.<locals>.<lambda>   s    ggajj r   c                 6    | d          | d                   fS )Nr   r3   r;   )itemr9   s    r   r<   z6V1beta1PodCertificateRequest.to_dict.<locals>.<lambda>   s    $q'7747+;+;!< r   )six	iteritemsopenapi_typesgetattrattribute_mapget
isinstancelistmapdictitems)r   r8   resultattr_valuer9   s    `    @r   r2   z$V1beta1PodCertificateRequest.to_dict   s   	 	 	 	 	 }T%788 	. 	.GD!D$''E9BL4%))$555D%&& .#C((((% %    t E4(( .#C<<<<KKMM% %    t
  'wu~~tr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr2   r!   s    r   to_strz#V1beta1PodCertificateRequest.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rQ   r!   s    r   __repr__z%V1beta1PodCertificateRequest.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrE   r   r2   r   others     r   __eq__z#V1beta1PodCertificateRequest.__eq__   s5    %!=>> 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrU   rV   s     r   __ne__z#V1beta1PodCertificateRequest.__ne__   s5    %!=>> 	4||~~00r   )NNNNNN)F)__name__
__module____qualname____doc__rA   rC   r   propertyr   setterr   r   r   r   r2   rQ   rS   rX   rZ   r;   r   r   r   r      s         "26 M $ M! ! ! !. ! ! X! 	( 	( 	(   X 
[	 	 [	   X _" " _"   X 
[
 
 [
   X ]  ]   @. . .  1 1 11 1 1 1 1r   r   )r^   inspectr   ImportErrorr   rO   rer?   kubernetes.client.configurationr   objectr   r;   r   r   <module>rf      s    5&&&&&&& 5 5 5444444445  				 



 9 9 9 9 9 9X1 X1 X1 X1 X16 X1 X1 X1 X1 X1s    