
                         >    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                   f   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 Zd Zd Zd Zd Zy	)V1beta1PolicyRulezw
    NOTE: This class is auto generated by the swagger code generator program.
    Do not edit the class manually.
    z	list[str])
api_groupsnon_resource_ur_lsresource_names	resourcesverbs	apiGroupsnonResourceURLsresourceNamesr
   r   Nc                     d| _         d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _	        || _
        y)z@
        V1beta1PolicyRule - a model defined in Swagger
        N)_api_groups_non_resource_ur_ls_resource_names
_resources_verbsdiscriminatorr   r   r	   r
   r   )selfr   r   r	   r
   r   s         ?lib/third_party/kubernetes/client/models/v1beta1_policy_rule.py__init__zV1beta1PolicyRule.__init__.   so     D#DDDODKD"do% 2d!*d dnDJ    c                     | j                   S )aw  
        Gets the api_groups of this V1beta1PolicyRule.
        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.

        :return: The api_groups of this V1beta1PolicyRule.
        :rtype: list[str]
        r   r   s    r   r   zV1beta1PolicyRule.api_groupsI   s     r   c                     || _         y)a  
        Sets the api_groups of this V1beta1PolicyRule.
        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.

        :param api_groups: The api_groups of this V1beta1PolicyRule.
        :type: list[str]
        Nr   )r   r   s     r   r   zV1beta1PolicyRule.api_groupsV   s     "Dr   c                     | j                   S )ab  
        Gets the non_resource_ur_ls of this V1beta1PolicyRule.
        NonResourceURLs is a set of partial urls that a user should have access
        to.  *s are allowed, but only as the full, final step in the path Since
        non-resource URLs are not namespaced, this field is only applicable for
        ClusterRoles referenced from a ClusterRoleBinding. Rules can either
        apply to API resources (such as "pods" or "secrets") or non-resource
        URL paths (such as "/api"),  but not both.

        :return: The non_resource_ur_ls of this V1beta1PolicyRule.
        :rtype: list[str]
        r   r   s    r   r   z$V1beta1PolicyRule.non_resource_ur_lsd   s     ###r   c                     || _         y)a{  
        Sets the non_resource_ur_ls of this V1beta1PolicyRule.
        NonResourceURLs is a set of partial urls that a user should have access
        to.  *s are allowed, but only as the full, final step in the path Since
        non-resource URLs are not namespaced, this field is only applicable for
        ClusterRoles referenced from a ClusterRoleBinding. Rules can either
        apply to API resources (such as "pods" or "secrets") or non-resource
        URL paths (such as "/api"),  but not both.

        :param non_resource_ur_ls: The non_resource_ur_ls of this
        V1beta1PolicyRule.
        :type: list[str]
        Nr   )r   r   s     r   r   z$V1beta1PolicyRule.non_resource_ur_lst   s       2Dr   c                     | j                   S )a)  
        Gets the resource_names of this V1beta1PolicyRule.
        ResourceNames is an optional white list of names that the rule applies
        to.  An empty set means that everything is allowed.

        :return: The resource_names of this V1beta1PolicyRule.
        :rtype: list[str]
        r   r   s    r   r	   z V1beta1PolicyRule.resource_names   s     r   c                     || _         y)a6  
        Sets the resource_names of this V1beta1PolicyRule.
        ResourceNames is an optional white list of names that the rule applies
        to.  An empty set means that everything is allowed.

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

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

        :param resources: The resources of this V1beta1PolicyRule.
        :type: list[str]
        Nr%   )r   r
   s     r   r
   zV1beta1PolicyRule.resources   s      DOr   c                     | j                   S )a2  
        Gets the verbs of this V1beta1PolicyRule.
        Verbs is a list of Verbs that apply to ALL the ResourceKinds and
        AttributeRestrictions contained in this rule.  VerbAll represents all
        kinds.

        :return: The verbs of this V1beta1PolicyRule.
        :rtype: list[str]
        )r   r   s    r   r   zV1beta1PolicyRule.verbs   s     ;;r   c                 ,    |t        d      || _        y)a6  
        Sets the verbs of this V1beta1PolicyRule.
        Verbs is a list of Verbs that apply to ALL the ResourceKinds and
        AttributeRestrictions contained in this rule.  VerbAll represents all
        kinds.

        :param verbs: The verbs of this V1beta1PolicyRule.
        :type: list[str]
        Nz-Invalid value for `verbs`, must not be `None`)
ValueErrorr   )r   r   s     r   r   zV1beta1PolicyRule.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+V1beta1PolicyRule.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   r0   z+V1beta1PolicyRule.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V1beta1PolicyRule.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V1beta1PolicyRule.to_str   s     4<<>""r   c                 "    | j                         S )z*
        For `print` and `pprint`
        )r@   r   s    r   __repr__zV1beta1PolicyRule.__repr__   s     ;;=r   c                 V    t        |t              sy| j                  |j                  k(  S )z8
        Returns true if both objects are equal
        F)r6   r   __dict__r   others     r   __eq__zV1beta1PolicyRule.__eq__   s%     e./==ENN**r   c                     | |k(   S )z<
        Returns true if both objects are not equal
         rE   s     r   __ne__zV1beta1PolicyRule.__ne__  s     u}r   )NNNNN)__name__
__module____qualname____doc__r4   attribute_mapr   propertyr   setterr   r	   r
   r   r,   r@   rB   rG   rJ   rI   r   r   r   r      sO     '#-  -'- "&"6 
 
 " " $ $ 2 2" 	  	  
* 
* 
 
     
 
 	<< .#+r   r   )rN   pprintr   sixr   reobjectr   rI   r   r   <module>rV      s#   	   	u ur   