Ë
    <ª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dddœZ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d„ Zd„ Zd „ Zd!„ Zd"„ Zy)$ÚV1SecretzŠNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    Ústrzdict(str, str)ÚboolÚV1ObjectMeta)Úapi_versionÚdataÚ	immutableÚkindÚmetadataÚstring_dataÚtypeÚ
apiVersionr
   r   r   r   Ú
stringDatar   Nc	                 ó  — |€
t        «       }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        yy)z%V1Secret - a model defined in OpenAPIN)r   Úlocal_vars_configurationÚ_api_versionÚ_dataÚ
_immutableÚ_kindÚ	_metadataÚ_string_dataÚ_typeÚdiscriminatorr	   r
   r   r   r   r   r   )	Úselfr	   r
   r   r   r   r   r   r   s	            úW/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_secret.pyÚ__init__zV1Secret.__init__7   sµ   € à#Ð+Ü'4£Ð$Ø(@ˆÔ%à ˆÔØˆŒ
ØˆŒØˆŒ
ØˆŒØ ˆÔØˆŒ
Ø!ˆÔàÐ"Ø*ˆDÔØÐØˆDŒIØÐ Ø&ˆDŒNØÐØˆDŒIØÐØ$ˆDŒMØÐ"Ø*ˆDÔØÐØˆDIð ó    c                 ó   — | j                   S )aÌ  Gets the api_version of this V1Secret.  # noqa: E501

        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources  # noqa: E501

        :return: The api_version of this V1Secret.  # noqa: E501
        :rtype: str
        ©r   ©r   s    r   r	   zV1Secret.api_versionU   ó   € ð × Ñ Ð r   c                 ó   — || _         y)aÈ  Sets the api_version of this V1Secret.

        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources  # noqa: E501

        :param api_version: The api_version of this V1Secret.  # noqa: E501
        :type: str
        Nr!   )r   r	   s     r   r	   zV1Secret.api_version`   ó   € ð (ˆÕr   c                 ó   — | j                   S )aÉ  Gets the data of this V1Secret.  # noqa: E501

        Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4  # noqa: E501

        :return: The data of this V1Secret.  # noqa: E501
        :rtype: dict(str, str)
        ©r   r"   s    r   r
   zV1Secret.datal   ó   € ð z‰zÐr   c                 ó   — || _         y)a¾  Sets the data of this V1Secret.

        Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4  # noqa: E501

        :param data: The data of this V1Secret.  # noqa: E501
        :type: dict(str, str)
        Nr'   )r   r
   s     r   r
   zV1Secret.dataw   ó   € ð ˆ
r   c                 ó   — | j                   S )ap  Gets the immutable of this V1Secret.  # noqa: E501

        Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil.  # noqa: E501

        :return: The immutable of this V1Secret.  # noqa: E501
        :rtype: bool
        ©r   r"   s    r   r   zV1Secret.immutableƒ   s   € ð ‰Ðr   c                 ó   — || _         y)aj  Sets the immutable of this V1Secret.

        Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil.  # noqa: E501

        :param immutable: The immutable of this V1Secret.  # noqa: E501
        :type: bool
        Nr,   )r   r   s     r   r   zV1Secret.immutableŽ   s   € ð $ˆr   c                 ó   — | j                   S )a¿  Gets the kind of this V1Secret.  # noqa: E501

        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

        :return: The kind of this V1Secret.  # noqa: E501
        :rtype: str
        ©r   r"   s    r   r   zV1Secret.kindš   r(   r   c                 ó   — || _         y)a´  Sets the kind of this V1Secret.

        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

        :param kind: The kind of this V1Secret.  # noqa: E501
        :type: str
        Nr/   )r   r   s     r   r   zV1Secret.kind¥   r*   r   c                 ó   — | j                   S )z—Gets the metadata of this V1Secret.  # noqa: E501


        :return: The metadata of this V1Secret.  # noqa: E501
        :rtype: V1ObjectMeta
        ©r   r"   s    r   r   zV1Secret.metadata±   s   € ð ~‰~Ðr   c                 ó   — || _         y)zSets the metadata of this V1Secret.


        :param metadata: The metadata of this V1Secret.  # noqa: E501
        :type: V1ObjectMeta
        Nr2   )r   r   s     r   r   zV1Secret.metadata»   s   € ð "ˆr   c                 ó   — | j                   S )aÓ  Gets the string_data of this V1Secret.  # noqa: E501

        stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API.  # noqa: E501

        :return: The string_data of this V1Secret.  # noqa: E501
        :rtype: dict(str, str)
        ©r   r"   s    r   r   zV1Secret.string_dataÆ   r#   r   c                 ó   — || _         y)aÏ  Sets the string_data of this V1Secret.

        stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API.  # noqa: E501

        :param string_data: The string_data of this V1Secret.  # noqa: E501
        :type: dict(str, str)
        Nr5   )r   r   s     r   r   zV1Secret.string_dataÑ   r%   r   c                 ó   — | j                   S )a'  Gets the type of this V1Secret.  # noqa: E501

        Used to facilitate programmatic handling of secret data. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types  # noqa: E501

        :return: The type of this V1Secret.  # noqa: E501
        :rtype: str
        ©r   r"   s    r   r   zV1Secret.typeÝ   r(   r   c                 ó   — || _         y)a  Sets the type of this V1Secret.

        Used to facilitate programmatic handling of secret data. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types  # noqa: E501

        :param type: The type of this V1Secret.  # noqa: E501
        :type: str
        Nr8   )r   r   s     r   r   zV1Secret.typeè   r*   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>z"V1Secret.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@   z"V1Secret.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V1Secret.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V1Secret.to_str  s   € ä~‰~˜dŸl™l›nÓ-Ð-r   c                 ó"   — | j                  «       S )zFor `print` and `pprint`)rT   r"   s    r   Ú__repr__zV1Secret.__repr__  s   € à{‰{‹}Ðr   c                 óf   — t        |t        «      sy| j                  «       |j                  «       k(  S )z&Returns true if both objects are equalF©rH   r   r<   ©r   Úothers     r   Ú__eq__zV1Secret.__eq__  s&   € ä˜%¤Ô*Øà|‰|‹~ §¡£Ñ0Ð0r   c                 óf   — t        |t        «      sy| j                  «       |j                  «       k7  S )z*Returns true if both objects are not equalTrX   rY   s     r   Ú__ne__zV1Secret.__ne__  s&   € ä˜%¤Ô*Øà|‰|‹~ §¡£Ñ0Ð0r   )NNNNNNNN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__rF   Úattribute_mapr   Úpropertyr	   Úsetterr
   r   r   r   r   r   r<   rT   rV   r[   r]   © r   r   r   r      s   „ ñðð Ø ØØØ"Ø'Øñ€Mð $ØØ ØØØ#Øñ€Móð< ñ!ó ð!ð ×Ññ	(ó ð	(ð ñó ðð 
‡[[ñ	ó ð	ð ñó ðð ×Ññ	$ó ð	$ð ñó ðð 
‡[[ñ	ó ð	ð ñó ðð ‡__ñ"ó ð"ð ñ!ó ð!ð ×Ññ	(ó ð	(ð ñó ðð 
‡[[ñ	ó ð	òò0.òò1ó1r   r   )ra   rR   ÚrerD   Úkubernetes.client.configurationr   Úobjectr   re   r   r   Ú<module>ri      s&   ðñó Û 	ã 
å 9ôK1ˆvõ K1r   