
    [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            
       R   e Zd ZdZ	 dddddddddd	Zdddd	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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 )+V1ResourceAttributeszNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    V1FieldSelectorAttributesstrV1LabelSelectorAttributes)	field_selectorgrouplabel_selectorname	namespaceresourcesubresourceverbversionfieldSelectorr   labelSelectorr   r   r   r   r   r   Nc                 p   |
t          j                    }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |		|	| _        dS dS )z1V1ResourceAttributes - a model defined in OpenAPIN)r   get_defaultlocal_vars_configuration_field_selector_group_label_selector_name
_namespace	_resource_subresource_verb_versiondiscriminatorr   r   r   r   r   r   r   r   r   )selfr   r   r   r   r   r   r   r   r   r   s              t/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes_asyncio/client/models/v1_resource_attributes.py__init__zV1ResourceAttributes.__init__>   s    #+'4'@'B'B$(@%##
 
!%"0DDJ%"0DDI &DN$DM"*DDI"DLLL     c                     | j         S )zGets the field_selector of this V1ResourceAttributes.  # noqa: E501


        :return: The field_selector of this V1ResourceAttributes.  # noqa: E501
        :rtype: V1FieldSelectorAttributes
        r   r#   s    r$   r   z#V1ResourceAttributes.field_selectorb        ##r&   c                     || _         dS )zSets the field_selector of this V1ResourceAttributes.


        :param field_selector: The field_selector of this V1ResourceAttributes.  # noqa: E501
        :type field_selector: V1FieldSelectorAttributes
        Nr(   )r#   r   s     r$   r   z#V1ResourceAttributes.field_selectorl         .r&   c                     | j         S )zGets the group of this V1ResourceAttributes.  # noqa: E501

        group is the API Group of the Resource.  "*" means all.  # noqa: E501

        :return: The group of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   zV1ResourceAttributes.groupw   s     {r&   c                     || _         dS )zSets the group of this V1ResourceAttributes.

        group is the API Group of the Resource.  "*" means all.  # noqa: E501

        :param group: The group of this V1ResourceAttributes.  # noqa: E501
        :type group: str
        Nr.   )r#   r   s     r$   r   zV1ResourceAttributes.group   s     r&   c                     | j         S )zGets the label_selector of this V1ResourceAttributes.  # noqa: E501


        :return: The label_selector of this V1ResourceAttributes.  # noqa: E501
        :rtype: V1LabelSelectorAttributes
        r   r)   s    r$   r   z#V1ResourceAttributes.label_selector   r*   r&   c                     || _         dS )zSets the label_selector of this V1ResourceAttributes.


        :param label_selector: The label_selector of this V1ResourceAttributes.  # noqa: E501
        :type label_selector: V1LabelSelectorAttributes
        Nr1   )r#   r   s     r$   r   z#V1ResourceAttributes.label_selector   r,   r&   c                     | j         S )a"  Gets the name of this V1ResourceAttributes.  # noqa: E501

        name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.  # noqa: E501

        :return: The name of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   zV1ResourceAttributes.name        zr&   c                     || _         dS )a  Sets the name of this V1ResourceAttributes.

        name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.  # noqa: E501

        :param name: The name of this V1ResourceAttributes.  # noqa: E501
        :type name: str
        Nr4   )r#   r   s     r$   r   zV1ResourceAttributes.name        


r&   c                     | j         S )a  Gets the namespace of this V1ResourceAttributes.  # noqa: E501

        namespace is the namespace of the action being requested.  Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview  # noqa: E501

        :return: The namespace of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   zV1ResourceAttributes.namespace   s     r&   c                     || _         dS )a  Sets the namespace of this V1ResourceAttributes.

        namespace is the namespace of the action being requested.  Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview  # noqa: E501

        :param namespace: The namespace of this V1ResourceAttributes.  # noqa: E501
        :type namespace: str
        Nr9   )r#   r   s     r$   r   zV1ResourceAttributes.namespace   s     $r&   c                     | j         S )zGets the resource of this V1ResourceAttributes.  # noqa: E501

        resource is one of the existing resource types.  "*" means all.  # noqa: E501

        :return: The resource of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   zV1ResourceAttributes.resource   s     ~r&   c                     || _         dS )zSets the resource of this V1ResourceAttributes.

        resource is one of the existing resource types.  "*" means all.  # noqa: E501

        :param resource: The resource of this V1ResourceAttributes.  # noqa: E501
        :type resource: str
        Nr<   )r#   r   s     r$   r   zV1ResourceAttributes.resource   s     "r&   c                     | j         S )a  Gets the subresource of this V1ResourceAttributes.  # noqa: E501

        subresource is one of the existing resource types.  "" means none.  # noqa: E501

        :return: The subresource of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   z V1ResourceAttributes.subresource   s       r&   c                     || _         dS )a  Sets the subresource of this V1ResourceAttributes.

        subresource is one of the existing resource types.  "" means none.  # noqa: E501

        :param subresource: The subresource of this V1ResourceAttributes.  # noqa: E501
        :type subresource: str
        Nr?   )r#   r   s     r$   r   z V1ResourceAttributes.subresource   s     (r&   c                     | j         S )a#  Gets the verb of this V1ResourceAttributes.  # noqa: E501

        verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.  "*" means all.  # noqa: E501

        :return: The verb of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r    r)   s    r$   r   zV1ResourceAttributes.verb   r5   r&   c                     || _         dS )a  Sets the verb of this V1ResourceAttributes.

        verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.  "*" means all.  # noqa: E501

        :param verb: The verb of this V1ResourceAttributes.  # noqa: E501
        :type verb: str
        NrB   )r#   r   s     r$   r   zV1ResourceAttributes.verb
  r7   r&   c                     | j         S )zGets the version of this V1ResourceAttributes.  # noqa: E501

        version is the API Version of the Resource.  "*" means all.  # noqa: E501

        :return: The version of this V1ResourceAttributes.  # noqa: E501
        :rtype: str
        r!   r)   s    r$   r   zV1ResourceAttributes.version  s     }r&   c                     || _         dS )zSets the version of this V1ResourceAttributes.

        version is the API Version of the Resource.  "*" means all.  # noqa: E501

        :param version: The version of this V1ResourceAttributes.  # noqa: E501
        :type version: str
        NrE   )r#   r   s     r$   r   zV1ResourceAttributes.version!  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   rI   argslen)xrL   	serializes     r$   convertz-V1ResourceAttributes.to_dict.<locals>.convert1  s[    q)$$ %ai005t99>>99;;&99Y///r&   c                      |           S )N )rN   rP   s    r$   <lambda>z.V1ResourceAttributes.to_dict.<locals>.<lambda>@  s    ggajj r&   c                 6    | d          | d                   fS )Nr   rJ   rR   )itemrP   s    r$   rS   z.V1ResourceAttributes.to_dict.<locals>.<lambda>E  s    $q'7747+;+;!< r&   )six	iteritemsopenapi_typesgetattrattribute_mapget
isinstancelistmapdictitems)r#   rO   resultattr_valuerP   s    `    @r$   rI   zV1ResourceAttributes.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pformatrI   r)   s    r$   to_strzV1ResourceAttributes.to_strM  s    ~dllnn---r&   c                 *    |                                  S )zFor `print` and `pprint`)rh   r)   s    r$   __repr__zV1ResourceAttributes.__repr__Q  s    {{}}r&   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr\   r   rI   r#   others     r$   __eq__zV1ResourceAttributes.__eq__U  s5    %!566 	5||~~00r&   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrl   rm   s     r$   __ne__zV1ResourceAttributes.__ne__\  s5    %!566 	4||~~00r&   )
NNNNNNNNNN)F)__name__
__module____qualname____doc__rX   rZ   r%   propertyr   setterr   r   r   r   r   r   r   r   rI   rh   rj   ro   rq   rR   r&   r$   r   r      s         65
 
M *) $
 
M"# "# "# "#H $ $ X$ . . .   X \	 	 \	 $ $ X$ . . .   X 
[	 	 [	   X 	$ 	$ 	$   X _	" 	" _	" ! ! X! 	( 	( 	(   X 
[	 	 [	   X ^	  	  ^	    @. . .  1 1 11 1 1 1 1r&   r   )ru   inspectr   ImportErrorr   rf   rerV   'kubernetes_asyncio.client.configurationr   objectr   rR   r&   r$   <module>r}      s    5&&&&&&& 5 5 5444444445  				 



 A A A A A AI1 I1 I1 I1 I16 I1 I1 I1 I1 I1s    