ó
    3®iš'  ã                   óB   • S r SSKrSSKrSSKrSSKJr   " S S\5      rg)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.34
Generated by: https://openapi-generator.tech
é    N)ÚConfigurationc                   óf  • \ rS rSrSr SSSSSS.rSSS	S
SS.rSS jr\S 5       r	\	R                  S 5       r	\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       rS rS rS rS rS rSrg)ÚV1beta1MatchResourcesé   z~NOTE: This class is auto generated by OpenAPI Generator.
Ref: https://openapi-generator.tech

Do not edit the class manually.
z$list[V1beta1NamedRuleWithOperations]ÚstrÚV1LabelSelector)Úexclude_resource_rulesÚmatch_policyÚnamespace_selectorÚobject_selectorÚresource_rulesÚexcludeResourceRulesÚmatchPolicyÚnamespaceSelectorÚobjectSelectorÚresourceRulesNc                 óÚ   • Uc
  [        5       nX`l        SU l        SU l        SU l        SU l        SU l        SU l        Ub  Xl        Ub  X l	        Ub  X0l
        Ub  X@l        Ub  XPl        gg)z2V1beta1MatchResources - a model defined in OpenAPIN)r   Úlocal_vars_configurationÚ_exclude_resource_rulesÚ_match_policyÚ_namespace_selectorÚ_object_selectorÚ_resource_rulesÚdiscriminatorr	   r
   r   r   r   )Úselfr	   r
   r   r   r   r   s          Új/home/james-whalen/.local/lib/python3.13/site-packages/kubernetes/client/models/v1beta1_match_resources.pyÚ__init__ÚV1beta1MatchResources.__init__3   s‡   € à#Ñ+Ü'4£Ð$Ø(@Ô%à'+ˆÔ$Ø!ˆÔØ#'ˆÔ Ø $ˆÔØ#ˆÔØ!ˆÔà!Ñ-Ø*@Ô'ØÑ#Ø ,ÔØÑ)Ø&8Ô#ØÑ&Ø#2Ô ØÑ%Ø"0Õð &ó    c                 ó   • U R                   $ )aÀ  Gets the exclude_resource_rules of this V1beta1MatchResources.  # noqa: E501

ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)  # noqa: E501

:return: The exclude_resource_rules of this V1beta1MatchResources.  # noqa: E501
:rtype: list[V1beta1NamedRuleWithOperations]
©r   ©r   s    r   r	   Ú,V1beta1MatchResources.exclude_resource_rulesK   s   € ð ×+Ñ+Ð+r   c                 ó   • Xl         g)aÇ  Sets the exclude_resource_rules of this V1beta1MatchResources.

ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)  # noqa: E501

:param exclude_resource_rules: The exclude_resource_rules of this V1beta1MatchResources.  # noqa: E501
:type: list[V1beta1NamedRuleWithOperations]
Nr!   )r   r	   s     r   r	   r#   V   s
   € ð (>Õ$r   c                 ó   • U R                   $ )aR  Gets the match_policy of this V1beta1MatchResources.  # noqa: E501

matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".  - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.  - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.  Defaults to "Equivalent"  # noqa: E501

:return: The match_policy of this V1beta1MatchResources.  # noqa: E501
:rtype: str
©r   r"   s    r   r
   Ú"V1beta1MatchResources.match_policyb   s   € ð ×!Ñ!Ð!r   c                 ó   • Xl         g)aO  Sets the match_policy of this V1beta1MatchResources.

matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".  - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.  - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.  Defaults to "Equivalent"  # noqa: E501

:param match_policy: The match_policy of this V1beta1MatchResources.  # noqa: E501
:type: str
Nr&   )r   r
   s     r   r
   r'   m   s
   € ð *Õr   c                 ó   • U R                   $ )z°Gets the namespace_selector of this V1beta1MatchResources.  # noqa: E501


:return: The namespace_selector of this V1beta1MatchResources.  # noqa: E501
:rtype: V1LabelSelector
©r   r"   s    r   r   Ú(V1beta1MatchResources.namespace_selectory   s   € ð ×'Ñ'Ð'r   c                 ó   • Xl         g)z³Sets the namespace_selector of this V1beta1MatchResources.


:param namespace_selector: The namespace_selector of this V1beta1MatchResources.  # noqa: E501
:type: V1LabelSelector
Nr*   )r   r   s     r   r   r+   ƒ   s
   € ð $6Õ r   c                 ó   • U R                   $ )zªGets the object_selector of this V1beta1MatchResources.  # noqa: E501


:return: The object_selector of this V1beta1MatchResources.  # noqa: E501
:rtype: V1LabelSelector
©r   r"   s    r   r   Ú%V1beta1MatchResources.object_selectorŽ   s   € ð ×$Ñ$Ð$r   c                 ó   • Xl         g)zªSets the object_selector of this V1beta1MatchResources.


:param object_selector: The object_selector of this V1beta1MatchResources.  # noqa: E501
:type: V1LabelSelector
Nr.   )r   r   s     r   r   r/   ˜   s
   € ð !0Õr   c                 ó   • U R                   $ )aw  Gets the resource_rules of this V1beta1MatchResources.  # noqa: E501

ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.  # noqa: E501

:return: The resource_rules of this V1beta1MatchResources.  # noqa: E501
:rtype: list[V1beta1NamedRuleWithOperations]
©r   r"   s    r   r   Ú$V1beta1MatchResources.resource_rules£   s   € ð ×#Ñ#Ð#r   c                 ó   • Xl         g)av  Sets the resource_rules of this V1beta1MatchResources.

ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.  # noqa: E501

:param resource_rules: The resource_rules of this V1beta1MatchResources.  # noqa: E501
:type: list[V1beta1NamedRuleWithOperations]
Nr2   )r   r   s     r   r   r3   ®   s
   € ð  .Õr   c                 óœ  • 0 n[         R                  " U R                  5       H¥  u  p#[        X5      n[	        U[
        5      (       a  [        [        S U5      5      X'   M?  [        US5      (       a  UR                  5       X'   Md  [	        U[        5      (       a(  [        [        S UR                  5       5      5      X'   M¡  XAU'   M§     U$ )z&Returns the model properties as a dictc                 óH   • [        U S5      (       a  U R                  5       $ U $ )NÚto_dict©Úhasattrr7   )Úxs    r   Ú<lambda>Ú/V1beta1MatchResources.to_dict.<locals>.<lambda>Â   s   € ¬W°Q¸	×-BÑ-B˜aŸi™i›kÐIÈÐIr   r7   c                 ó^   • [        U S   S5      (       a  U S   U S   R                  5       4$ U $ )Né   r7   r   r8   )Úitems    r   r;   r<   É   s9   € Ü˜t A™w¨	×2Ñ2ð #' q¡'¨4°©7¯?©?Ó+<Ð!=ð "=Ø8<ð"=r   )ÚsixÚ	iteritemsÚopenapi_typesÚgetattrÚ
isinstanceÚlistÚmapr9   r7   ÚdictÚitems)r   ÚresultÚattrÚ_Úvalues        r   r7   ÚV1beta1MatchResources.to_dictº   s¬   € àˆä—}’} T×%7Ñ%7Ö8‰GˆDÜ˜DÓ'ˆEÜ˜%¤×&Ñ&Ü#¤CÙIØó%ó  “ô ˜ 	×*Ñ*Ø$Ÿ}™}›“Ü˜E¤4×(Ñ(Ü#¤Cñ=à—K‘K“Mó%ó  “ð  %t“ñ! 9ð$ ˆr   c                 óJ   • [         R                  " U R                  5       5      $ )z.Returns the string representation of the model)ÚpprintÚpformatr7   r"   s    r   Úto_strÚV1beta1MatchResources.to_strÒ   s   € ä~Š~˜dŸl™l›nÓ-Ð-r   c                 ó"   • U R                  5       $ )zFor `print` and `pprint`)rQ   r"   s    r   Ú__repr__ÚV1beta1MatchResources.__repr__Ö   s   € à{‰{‹}Ðr   c                 óp   • [        U[        5      (       d  gU R                  5       UR                  5       :H  $ )z&Returns true if both objects are equalF©rD   r   r7   ©r   Úothers     r   Ú__eq__ÚV1beta1MatchResources.__eq__Ú   s*   € ä˜%Ô!6×7Ñ7Øà|‰|‹~ §¡£Ñ0Ð0r   c                 óp   • [        U[        5      (       d  gU R                  5       UR                  5       :g  $ )z*Returns true if both objects are not equalTrW   rX   s     r   Ú__ne__ÚV1beta1MatchResources.__ne__á   s*   € ä˜%Ô!6×7Ñ7Øà|‰|‹~ §¡£Ñ0Ð0r   )r   r   r   r   r   r   r	   r   r
   r   r   r   )NNNNNN)Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__rB   Úattribute_mapr   Úpropertyr	   Úsetterr
   r   r   r   r7   rQ   rT   rZ   r]   Ú__static_attributes__© r   r   r   r      sA  † ñðð #IØØ/Ø,Ø@ñ€Mð #9Ø%Ø1Ø+Ø)ñ€Mô1ð0 ñ,ó ð,ð ×"Ñ"ñ	>ó #ð	>ð ñ"ó ð"ð ×Ññ	*ó ð	*ð ñ(ó ð(ð ×Ññ6ó ð6ð ñ%ó ð%ð ×Ññ0ó ð0ð ñ$ó ð$ð ×Ññ	.ó ð	.òò0.òò1õ1r   r   )rc   rO   Úrer@   Úkubernetes.client.configurationr   Úobjectr   rh   r   r   Ú<module>rl      s&   ðñó Û 	ã 
å 9ôQ1˜Fõ Q1r   