Ë
    <ª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
)ÚV1CinderVolumeSourcezŠNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    ÚstrÚboolÚV1LocalObjectReference)Úfs_typeÚ	read_onlyÚ
secret_refÚ	volume_idÚfsTypeÚreadOnlyÚ	secretRefÚvolumeIDNc                 ó´   — |€
t        «       }|| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _	        || _
        y)z1V1CinderVolumeSource - a model defined in OpenAPIN)r   Úlocal_vars_configurationÚ_fs_typeÚ
_read_onlyÚ_secret_refÚ
_volume_idÚdiscriminatorr	   r
   r   r   )Úselfr	   r
   r   r   r   s         úe/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_cinder_volume_source.pyÚ__init__zV1CinderVolumeSource.__init__1   sk   € à#Ð+Ü'4£Ð$Ø(@ˆÔ%àˆŒØˆŒØˆÔØˆŒØ!ˆÔàÐØ"ˆDŒLØÐ Ø&ˆDŒNØÐ!Ø(ˆDŒOØ"ˆó    c                 ó   — | j                   S )a³  Gets the fs_type of this V1CinderVolumeSource.  # noqa: E501

        fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md  # noqa: E501

        :return: The fs_type of this V1CinderVolumeSource.  # noqa: E501
        :rtype: str
        ©r   ©r   s    r   r	   zV1CinderVolumeSource.fs_typeE   s   € ð }‰}Ðr   c                 ó   — || _         y)a«  Sets the fs_type of this V1CinderVolumeSource.

        fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md  # noqa: E501

        :param fs_type: The fs_type of this V1CinderVolumeSource.  # noqa: E501
        :type: str
        Nr   )r   r	   s     r   r	   zV1CinderVolumeSource.fs_typeP   s   € ð  ˆr   c                 ó   — | j                   S )ad  Gets the read_only of this V1CinderVolumeSource.  # noqa: E501

        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md  # noqa: E501

        :return: The read_only of this V1CinderVolumeSource.  # noqa: E501
        :rtype: bool
        ©r   r   s    r   r
   zV1CinderVolumeSource.read_only\   ó   € ð ‰Ðr   c                 ó   — || _         y)a^  Sets the read_only of this V1CinderVolumeSource.

        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md  # noqa: E501

        :param read_only: The read_only of this V1CinderVolumeSource.  # noqa: E501
        :type: bool
        Nr!   )r   r
   s     r   r
   zV1CinderVolumeSource.read_onlyg   s   € ð $ˆr   c                 ó   — | j                   S )z½Gets the secret_ref of this V1CinderVolumeSource.  # noqa: E501


        :return: The secret_ref of this V1CinderVolumeSource.  # noqa: E501
        :rtype: V1LocalObjectReference
        ©r   r   s    r   r   zV1CinderVolumeSource.secret_refs   s   € ð ×ÑÐr   c                 ó   — || _         y)z¸Sets the secret_ref of this V1CinderVolumeSource.


        :param secret_ref: The secret_ref of this V1CinderVolumeSource.  # noqa: E501
        :type: V1LocalObjectReference
        Nr%   )r   r   s     r   r   zV1CinderVolumeSource.secret_ref}   s   € ð &ˆÕr   c                 ó   — | j                   S )a+  Gets the volume_id of this V1CinderVolumeSource.  # noqa: E501

        volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md  # noqa: E501

        :return: The volume_id of this V1CinderVolumeSource.  # noqa: E501
        :rtype: str
        )r   r   s    r   r   zV1CinderVolumeSource.volume_idˆ   r"   r   c                 óX   — | j                   j                  r|€t        d«      ‚|| _        y)a%  Sets the volume_id of this V1CinderVolumeSource.

        volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md  # noqa: E501

        :param volume_id: The volume_id of this V1CinderVolumeSource.  # noqa: E501
        :type: str
        Nz1Invalid value for `volume_id`, must not be `None`)r   Úclient_side_validationÚ
ValueErrorr   )r   r   s     r   r   zV1CinderVolumeSource.volume_id“   s+   € ð ×(Ñ(×?Ò?ÀIÐDUÜÐPÓQÐQà#ˆ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.V1CinderVolumeSource.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   r1   z.V1CinderVolumeSource.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V1CinderVolumeSource.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V1CinderVolumeSource.to_str¹   s   € ä~‰~˜dŸl™l›nÓ-Ð-r   c                 ó"   — | j                  «       S )zFor `print` and `pprint`)rE   r   s    r   Ú__repr__zV1CinderVolumeSource.__repr__½   s   € à{‰{‹}Ðr   c                 óf   — t        |t        «      sy| j                  «       |j                  «       k(  S )z&Returns true if both objects are equalF©r9   r   r-   ©r   Úothers     r   Ú__eq__zV1CinderVolumeSource.__eq__Á   s'   € ä˜%Ô!5Ô6Øà|‰|‹~ §¡£Ñ0Ð0r   c                 óf   — t        |t        «      sy| j                  «       |j                  «       k7  S )z*Returns true if both objects are not equalTrI   rJ   s     r   Ú__ne__zV1CinderVolumeSource.__ne__È   s'   € ä˜%Ô!5Ô6Øà|‰|‹~ §¡£Ñ0Ð0r   )NNNNN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r7   Úattribute_mapr   Úpropertyr	   Úsetterr
   r   r   r-   rE   rG   rL   rN   © r   r   r   r      s
  „ ñðð ØØ.Øñ	€Mð ØØ!Øñ	€Mó#ð( ñó ðð ‡^^ñ	 ó ð	 ð ñó ðð ×Ññ	$ó ð	$ð ñ ó ð ð ×Ññ&ó ð&ð ñó ðð ×Ññ$ó ð$òò0.òò1ó1r   r   )rR   rC   Úrer5   Úkubernetes.client.configurationr   Úobjectr   rV   r   r   Ú<module>rZ      s&   ðñó Û 	ã 
å 9ôx1˜6õ x1r   