
    -                     >    d Z ddlmZ ddlmZ ddlZ G d de      Zy)z
    Kubernetes

    No description provided (generated by Swagger Codegen
    https://github.com/swagger-api/swagger-codegen)

    OpenAPI spec version: v1.14.4

    Generated by: https://github.com/swagger-api/swagger-codegen.git
    )pformat)	iteritemsNc                   ,   e Zd ZdZ	 dddddZ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d Zd Zd Zd Zd Zy)V1beta1ResourceRulezw
    NOTE: This class is auto generated by the swagger code generator program.
    Do not edit the class manually.
    z	list[str])
api_groupsresource_names	resourcesverbs	apiGroupsresourceNamesr	   r
   Nc                     d| _         d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        || _        y)zB
        V1beta1ResourceRule - a model defined in Swagger
        N)	_api_groups_resource_names
_resources_verbsdiscriminatorr   r   r	   r
   )selfr   r   r	   r
   s        Alib/third_party/kubernetes/client/models/v1beta1_resource_rule.py__init__zV1beta1ResourceRule.__init__,   sY     DDDODKD"do!*d dnDJ    c                     | j                   S )a  
        Gets the api_groups of this V1beta1ResourceRule.
        APIGroups is the name of the APIGroup that contains the resources.  If
        multiple API groups are specified, any action requested against one of
        the enumerated resources in any API group will be allowed.  "*" means
        all.

        :return: The api_groups of this V1beta1ResourceRule.
        :rtype: list[str]
        r   r   s    r   r   zV1beta1ResourceRule.api_groupsC   s     r   c                     || _         y)a  
        Sets the api_groups of this V1beta1ResourceRule.
        APIGroups is the name of the APIGroup that contains the resources.  If
        multiple API groups are specified, any action requested against one of
        the enumerated resources in any API group will be allowed.  "*" means
        all.

        :param api_groups: The api_groups of this V1beta1ResourceRule.
        :type: list[str]
        Nr   )r   r   s     r   r   zV1beta1ResourceRule.api_groupsQ   s     "Dr   c                     | j                   S )a=  
        Gets the resource_names of this V1beta1ResourceRule.
        ResourceNames is an optional white list of names that the rule applies
        to.  An empty set means that everything is allowed.  "*" means all.

        :return: The resource_names of this V1beta1ResourceRule.
        :rtype: list[str]
        r   r   s    r   r   z"V1beta1ResourceRule.resource_names`   s     r   c                     || _         y)aJ  
        Sets the resource_names of this V1beta1ResourceRule.
        ResourceNames is an optional white list of names that the rule applies
        to.  An empty set means that everything is allowed.  "*" means all.

        :param resource_names: The resource_names of this V1beta1ResourceRule.
        :type: list[str]
        Nr   )r   r   s     r   r   z"V1beta1ResourceRule.resource_namesl   s     *Dr   c                     | j                   S )aj  
        Gets the resources of this V1beta1ResourceRule.
        Resources is a list of resources this rule applies to.  "*" means all
        in the specified apiGroups.  "*/foo" represents the subresource 'foo'
        for all resources in the specified apiGroups.

        :return: The resources of this V1beta1ResourceRule.
        :rtype: list[str]
        r   r   s    r   r	   zV1beta1ResourceRule.resourcesy   s     ??r   c                     || _         y)ar  
        Sets the resources of this V1beta1ResourceRule.
        Resources is a list of resources this rule applies to.  "*" means all
        in the specified apiGroups.  "*/foo" represents the subresource 'foo'
        for all resources in the specified apiGroups.

        :param resources: The resources of this V1beta1ResourceRule.
        :type: list[str]
        Nr   )r   r	   s     r   r	   zV1beta1ResourceRule.resources   s      DOr   c                     | j                   S )a  
        Gets the verbs of this V1beta1ResourceRule.
        Verb is a list of kubernetes resource API verbs, like: get, list, watch,
        create, update, delete, proxy.  "*" means all.

        :return: The verbs of this V1beta1ResourceRule.
        :rtype: list[str]
        )r   r   s    r   r
   zV1beta1ResourceRule.verbs   s     ;;r   c                 ,    |t        d      || _        y)a  
        Sets the verbs of this V1beta1ResourceRule.
        Verb is a list of kubernetes resource API verbs, like: get, list, watch,
        create, update, delete, proxy.  "*" means all.

        :param verbs: The verbs of this V1beta1ResourceRule.
        :type: list[str]
        Nz-Invalid value for `verbs`, must not be `None`)
ValueErrorr   )r   r
   s     r   r
   zV1beta1ResourceRule.verbs   s     }FGGDKr   c                 j   i }t        | j                        D ]  \  }}t        | |      }t        |t              rt	        t        d |            ||<   <t        |d      r|j                         ||<   \t        |t              r(t        t        d |j                                     ||<   |||<    |S )z8
        Returns the model properties as a dict
        c                 >    t        | d      r| j                         S | S )Nto_dicthasattrr&   )xs    r   <lambda>z-V1beta1ResourceRule.to_dict.<locals>.<lambda>   s    I)>!))+EAEr   r&   c                 T    t        | d   d      r| d   | d   j                         fS | S )N   r&   r   r'   )items    r   r*   z-V1beta1ResourceRule.to_dict.<locals>.<lambda>   s6    47I. #1gtAw'89 9489r   )
r   swagger_typesgetattr
isinstancelistmapr(   r&   dictitems)r   resultattr_values        r   r&   zV1beta1ResourceRule.to_dict   s     FT//0adD!e	E4	 EuMOt5)$}}teT"9:?++-IJt
 t 1 Mr   c                 4    t        | j                               S )z@
        Returns the string representation of the model
        )r   r&   r   s    r   to_strzV1beta1ResourceRule.to_str   s     4<<>""r   c                 "    | j                         S )z*
        For `print` and `pprint`
        )r:   r   s    r   __repr__zV1beta1ResourceRule.__repr__   s     ;;=r   c                 V    t        |t              sy| j                  |j                  k(  S )z8
        Returns true if both objects are equal
        F)r0   r   __dict__r   others     r   __eq__zV1beta1ResourceRule.__eq__   s%     e01==ENN**r   c                     | |k(   S )z<
        Returns true if both objects are not equal
         r?   s     r   __ne__zV1beta1ResourceRule.__ne__   s     u}r   )NNNN)__name__
__module____qualname____doc__r.   attribute_mapr   propertyr   setterr   r	   r
   r&   r:   r<   rA   rD   rC   r   r   r   r      s     #	-  '	- "	.   " " 	  	  
* 
* 
 
     	 	 	<< .#+r   r   )rH   pprintr   sixr   reobjectr   rC   r   r   <module>rP      s#   	   	M& Mr   