
    [j;                     |    d Z 	 ddlmZ n# e$ r	 ddlmZ Y nw xY wddlZddlZddlZddlm	Z	  G d de
          ZdS )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.36
    Generated by: https://openapi-generator.tech
    )getfullargspec)
getargspecN)Configurationc                       e Zd ZdZ	 ddddZ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ddZd Zd Zd Zd Zd	S )V1beta1MutationzNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    V1beta1ApplyConfigurationV1beta1JSONPatchstr)apply_configuration
json_patch
patch_typeapplyConfiguration	jsonPatch	patchTypeNc                     |t          j                    }|| _        d| _        d| _        d| _        d| _        ||| _        ||| _        || _	        dS )z,V1beta1Mutation - a model defined in OpenAPIN)
r   get_defaultlocal_vars_configuration_apply_configuration_json_patch_patch_typediscriminatorr   r   r   )selfr   r   r   r   s        n/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes_asyncio/client/models/v1beta1_mutation.py__init__zV1beta1Mutation.__init__2   se    #+'4'@'B'B$(@%$(!!*':D$!(DO$    c                     | j         S )zGets the apply_configuration of this V1beta1Mutation.  # noqa: E501


        :return: The apply_configuration of this V1beta1Mutation.  # noqa: E501
        :rtype: V1beta1ApplyConfiguration
        r   r   s    r   r   z#V1beta1Mutation.apply_configurationC   s     ((r   c                     || _         dS )zSets the apply_configuration of this V1beta1Mutation.


        :param apply_configuration: The apply_configuration of this V1beta1Mutation.  # noqa: E501
        :type apply_configuration: V1beta1ApplyConfiguration
        Nr   )r   r   s     r   r   z#V1beta1Mutation.apply_configurationM   s     %8!!!r   c                     | j         S )zGets the json_patch of this V1beta1Mutation.  # noqa: E501


        :return: The json_patch of this V1beta1Mutation.  # noqa: E501
        :rtype: V1beta1JSONPatch
        r   r   s    r   r   zV1beta1Mutation.json_patchX   s     r   c                     || _         dS )zSets the json_patch of this V1beta1Mutation.


        :param json_patch: The json_patch of this V1beta1Mutation.  # noqa: E501
        :type json_patch: V1beta1JSONPatch
        Nr!   )r   r   s     r   r   zV1beta1Mutation.json_patchb   s     &r   c                     | j         S )a&  Gets the patch_type of this V1beta1Mutation.  # noqa: E501

        patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.  # noqa: E501

        :return: The patch_type of this V1beta1Mutation.  # noqa: E501
        :rtype: str
        )r   r   s    r   r   zV1beta1Mutation.patch_typem   s     r   c                 N    | j         j        r|t          d          || _        dS )a,  Sets the patch_type of this V1beta1Mutation.

        patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.  # noqa: E501

        :param patch_type: The patch_type of this V1beta1Mutation.  # noqa: E501
        :type patch_type: str
        Nz2Invalid value for `patch_type`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   zV1beta1Mutation.patch_typex   s5     (? 	SJDVQRRR%r   Fc                    i }fdt          j        | j                  D ]\  }}t          | |          }r| j                            ||          n|}t          |t                    r$t          t          fd|                    ||<   mt          |t                    r6t          t          fd|
                                                    ||<    |          ||<   |S )z&Returns the model properties as a dictc                     t          | d          rUt          | j                  j        }t	          |          dk    r|                                 S |                               S | S )Nto_dict   )hasattrr   r)   argslen)xr,   	serializes     r   convertz(V1beta1Mutation.to_dict.<locals>.convert   s[    q)$$ %ai005t99>>99;;&99Y///r   c                      |           S )N )r.   r0   s    r   <lambda>z)V1beta1Mutation.to_dict.<locals>.<lambda>   s    ggajj r   c                 6    | d          | d                   fS )Nr   r*   r2   )itemr0   s    r   r3   z)V1beta1Mutation.to_dict.<locals>.<lambda>   s    $q'7747+;+;!< r   )six	iteritemsopenapi_typesgetattrattribute_mapget
isinstancelistmapdictitems)r   r/   resultattr_valuer0   s    `    @r   r)   zV1beta1Mutation.to_dict   s   	 	 	 	 	 }T%788 	. 	.GD!D$''E9BL4%))$555D%&& .#C((((% %    t E4(( .#C<<<<KKMM% %    t
  'wu~~tr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr)   r   s    r   to_strzV1beta1Mutation.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rH   r   s    r   __repr__zV1beta1Mutation.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr<   r   r)   r   others     r   __eq__zV1beta1Mutation.__eq__   s4    %11 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrL   rM   s     r   __ne__zV1beta1Mutation.__ne__   s4    %11 	4||~~00r   )NNNN)F)__name__
__module____qualname____doc__r8   r:   r   propertyr   setterr   r   r)   rH   rJ   rO   rQ   r2   r   r   r   r      sd          ;( M  4!! M% % % %" ) ) X) 8 8  8     X  & & &     X  & & &   @. . .  1 1 11 1 1 1 1r   r   )rU   inspectr   ImportErrorr   rF   rer6   'kubernetes_asyncio.client.configurationr   objectr   r2   r   r   <module>r]      s    5&&&&&&& 5 5 5444444445  				 



 A A A A A Ab1 b1 b1 b1 b1f b1 b1 b1 b1 b1s    