Ë
    <ªg@  ã                   óB   — d Z ddlZddlZddlZddlmZ  G d„ de«      Zy)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.32
    Generated by: https://openapi-generator.tech
é    N)ÚConfigurationc                   ó$  — 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
)ÚV1ReplicationControllerSpeczŠNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    Úintzdict(str, str)ÚV1PodTemplateSpec)Úmin_ready_secondsÚreplicasÚselectorÚtemplateÚminReadySecondsr	   r
   r   Nc                 óº   — |€
t        «       }|| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _	        ||| _
        yy)z8V1ReplicationControllerSpec - a model defined in OpenAPIN)r   Úlocal_vars_configurationÚ_min_ready_secondsÚ	_replicasÚ	_selectorÚ	_templateÚdiscriminatorr   r	   r
   r   )Úselfr   r	   r
   r   r   s         úl/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_replication_controller_spec.pyÚ__init__z$V1ReplicationControllerSpec.__init__1   sw   € à#Ð+Ü'4£Ð$Ø(@ˆÔ%à"&ˆÔØˆŒØˆŒØˆŒØ!ˆÔàÐ(Ø%6ˆDÔ"ØÐØ$ˆDŒMØÐØ$ˆDŒMØÐØ$ˆDMð  ó    c                 ó   — | j                   S )a¶  Gets the min_ready_seconds of this V1ReplicationControllerSpec.  # noqa: E501

        Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)  # noqa: E501

        :return: The min_ready_seconds of this V1ReplicationControllerSpec.  # noqa: E501
        :rtype: int
        ©r   ©r   s    r   r   z-V1ReplicationControllerSpec.min_ready_secondsF   s   € ð ×&Ñ&Ð&r   c                 ó   — || _         y)a¸  Sets the min_ready_seconds of this V1ReplicationControllerSpec.

        Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)  # noqa: E501

        :param min_ready_seconds: The min_ready_seconds of this V1ReplicationControllerSpec.  # noqa: E501
        :type: int
        Nr   )r   r   s     r   r   z-V1ReplicationControllerSpec.min_ready_secondsQ   s   € ð #4ˆÕr   c                 ó   — | j                   S )aÈ  Gets the replicas of this V1ReplicationControllerSpec.  # noqa: E501

        Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller  # noqa: E501

        :return: The replicas of this V1ReplicationControllerSpec.  # noqa: E501
        :rtype: int
        ©r   r   s    r   r	   z$V1ReplicationControllerSpec.replicas]   ó   € ð ~‰~Ðr   c                 ó   — || _         y)aÁ  Sets the replicas of this V1ReplicationControllerSpec.

        Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller  # noqa: E501

        :param replicas: The replicas of this V1ReplicationControllerSpec.  # noqa: E501
        :type: int
        Nr   )r   r	   s     r   r	   z$V1ReplicationControllerSpec.replicash   ó   € ð "ˆr   c                 ó   — | j                   S )ac  Gets the selector of this V1ReplicationControllerSpec.  # noqa: E501

        Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors  # noqa: E501

        :return: The selector of this V1ReplicationControllerSpec.  # noqa: E501
        :rtype: dict(str, str)
        ©r   r   s    r   r
   z$V1ReplicationControllerSpec.selectort   r   r   c                 ó   — || _         y)a\  Sets the selector of this V1ReplicationControllerSpec.

        Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors  # noqa: E501

        :param selector: The selector of this V1ReplicationControllerSpec.  # noqa: E501
        :type: dict(str, str)
        Nr"   )r   r
   s     r   r
   z$V1ReplicationControllerSpec.selector   r    r   c                 ó   — | j                   S )zÂGets the template of this V1ReplicationControllerSpec.  # noqa: E501


        :return: The template of this V1ReplicationControllerSpec.  # noqa: E501
        :rtype: V1PodTemplateSpec
        ©r   r   s    r   r   z$V1ReplicationControllerSpec.template‹   s   € ð ~‰~Ðr   c                 ó   — || _         y)z»Sets the template of this V1ReplicationControllerSpec.


        :param template: The template of this V1ReplicationControllerSpec.  # noqa: E501
        :type: V1PodTemplateSpec
        Nr%   )r   r   s     r   r   z$V1ReplicationControllerSpec.template•   s   € ð "ˆr   c                 ó~  — i }t        j                  | j                  «      D ]˜  \  }}t        | |«      }t	        |t
        «      rt        t        d„ |«      «      ||<   Œ<t        |d«      r|j                  «       ||<   Œ\t	        |t        «      r(t        t        d„ |j                  «       «      «      ||<   Œ”|||<   Œš |S )z&Returns the model properties as a dictc                 ó>   — t        | d«      r| j                  «       S | S )NÚto_dict©Úhasattrr)   )Úxs    r   Ú<lambda>z5V1ReplicationControllerSpec.to_dict.<locals>.<lambda>¨   s   € ¬W°Q¸	Ô-B˜aŸi™i›kÐIÈÐIr   r)   c                 óT   — t        | d   d«      r| d   | d   j                  «       fS | S )Né   r)   r   r*   )Úitems    r   r-   z5V1ReplicationControllerSpec.to_dict.<locals>.<lambda>¯   s6   € Ü˜t A™w¨	Ô2ð #' q¡'¨4°©7¯?©?Ó+<Ð!=ð "=Ø8<ð"=r   )ÚsixÚ	iteritemsÚopenapi_typesÚgetattrÚ
isinstanceÚlistÚmapr+   r)   ÚdictÚitems)r   ÚresultÚattrÚ_Úvalues        r   r)   z#V1ReplicationControllerSpec.to_dict    s¯   € àˆä—}‘} T×%7Ñ%7Ö8‰GˆD!Ü˜D $Ó'ˆEÜ˜%¤Ô&Ü#¤CÙIØó%ó  t’ô ˜ 	Ô*Ø$Ÿ}™}›t’Ü˜E¤4Ô(Ü#¤Cñ=à—K‘K“Mó%ó  t’ð  %t’ð! 9ð$ ˆr   c                 óH   — t        j                  | j                  «       «      S )z.Returns the string representation of the model)ÚpprintÚpformatr)   r   s    r   Úto_strz"V1ReplicationControllerSpec.to_str¸   s   € ä~‰~˜dŸl™l›nÓ-Ð-r   c                 ó"   — | j                  «       S )zFor `print` and `pprint`)rA   r   s    r   Ú__repr__z$V1ReplicationControllerSpec.__repr__¼   s   € à{‰{‹}Ðr   c                 óf   — t        |t        «      sy| j                  «       |j                  «       k(  S )z&Returns true if both objects are equalF©r5   r   r)   ©r   Úothers     r   Ú__eq__z"V1ReplicationControllerSpec.__eq__À   s'   € ä˜%Ô!<Ô=Øà|‰|‹~ §¡£Ñ0Ð0r   c                 óf   — t        |t        «      sy| j                  «       |j                  «       k7  S )z*Returns true if both objects are not equalTrE   rF   s     r   Ú__ne__z"V1ReplicationControllerSpec.__ne__Ç   s'   € ä˜%Ô!<Ô=Øà|‰|‹~ §¡£Ñ0Ð0r   )NNNNN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r3   Úattribute_mapr   Úpropertyr   Úsetterr	   r
   r   r)   rA   rC   rH   rJ   © r   r   r   r      s  „ ñðð #ØØ$Ø'ñ	€Mð /ØØØñ	€Mó%ð* ñ'ó ð'ð ×Ññ	4ó ð	4ð ñó ðð ‡__ñ	"ó ð	"ð ñó ðð ‡__ñ	"ó ð	"ð ñó ðð ‡__ñ"ó ð"òò0.òò1ó1r   r   )rN   r?   Úrer1   Úkubernetes.client.configurationr   Úobjectr   rR   r   r   Ú<module>rV      s&   ðñó Û 	ã 
å 9ôw1 &õ w1r   