
    [j3$                     |    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dddZ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d!dZd Zd Zd Zd ZdS )"V1StatusDetailszNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    zlist[V1StatusCause]strint)causesgroupkindnameretry_after_secondsuidr
   r   r   r   retryAfterSecondsr   Nc                    |t          j                    }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        ||| _        ||| _        ||| _        ||| _        |	|| _        dS dS )z,V1StatusDetails - a model defined in OpenAPIN)r   get_defaultlocal_vars_configuration_causes_group_kind_name_retry_after_seconds_uiddiscriminatorr
   r   r   r   r   r   )selfr
   r   r   r   r   r   r   s           o/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes_asyncio/client/models/v1_status_details.py__init__zV1StatusDetails.__init__8   s    #+'4'@'B'B$(@%

$(!	! DKDJDIDI*':D$?DHHH ?    c                     | j         S )aB  Gets the causes of this V1StatusDetails.  # noqa: E501

        The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.  # noqa: E501

        :return: The causes of this V1StatusDetails.  # noqa: E501
        :rtype: list[V1StatusCause]
        r   r   s    r   r
   zV1StatusDetails.causesS   s     |r   c                     || _         dS )a@  Sets the causes of this V1StatusDetails.

        The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.  # noqa: E501

        :param causes: The causes of this V1StatusDetails.  # noqa: E501
        :type causes: list[V1StatusCause]
        Nr    )r   r
   s     r   r
   zV1StatusDetails.causes^   s     r   c                     | j         S )zGets the group of this V1StatusDetails.  # noqa: E501

        The group attribute of the resource associated with the status StatusReason.  # noqa: E501

        :return: The group of this V1StatusDetails.  # noqa: E501
        :rtype: str
        r   r!   s    r   r   zV1StatusDetails.groupj   s     {r   c                     || _         dS )zSets the group of this V1StatusDetails.

        The group attribute of the resource associated with the status StatusReason.  # noqa: E501

        :param group: The group of this V1StatusDetails.  # noqa: E501
        :type group: str
        Nr$   )r   r   s     r   r   zV1StatusDetails.groupu   s     r   c                     | j         S )a  Gets the kind of this V1StatusDetails.  # noqa: E501

        The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

        :return: The kind of this V1StatusDetails.  # noqa: E501
        :rtype: str
        r   r!   s    r   r   zV1StatusDetails.kind        zr   c                     || _         dS )a  Sets the kind of this V1StatusDetails.

        The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

        :param kind: The kind of this V1StatusDetails.  # noqa: E501
        :type kind: str
        Nr'   )r   r   s     r   r   zV1StatusDetails.kind        


r   c                     | j         S )a+  Gets the name of this V1StatusDetails.  # noqa: E501

        The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).  # noqa: E501

        :return: The name of this V1StatusDetails.  # noqa: E501
        :rtype: str
        r   r!   s    r   r   zV1StatusDetails.name   r(   r   c                     || _         dS )a%  Sets the name of this V1StatusDetails.

        The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).  # noqa: E501

        :param name: The name of this V1StatusDetails.  # noqa: E501
        :type name: str
        Nr,   )r   r   s     r   r   zV1StatusDetails.name   r*   r   c                     | j         S )a  Gets the retry_after_seconds of this V1StatusDetails.  # noqa: E501

        If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.  # noqa: E501

        :return: The retry_after_seconds of this V1StatusDetails.  # noqa: E501
        :rtype: int
        r   r!   s    r   r   z#V1StatusDetails.retry_after_seconds   s     ((r   c                     || _         dS )a  Sets the retry_after_seconds of this V1StatusDetails.

        If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.  # noqa: E501

        :param retry_after_seconds: The retry_after_seconds of this V1StatusDetails.  # noqa: E501
        :type retry_after_seconds: int
        Nr/   )r   r   s     r   r   z#V1StatusDetails.retry_after_seconds   s     %8!!!r   c                     | j         S )aO  Gets the uid of this V1StatusDetails.  # noqa: E501

        UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids  # noqa: E501

        :return: The uid of this V1StatusDetails.  # noqa: E501
        :rtype: str
        r   r!   s    r   r   zV1StatusDetails.uid   s     yr   c                     || _         dS )aG  Sets the uid of this V1StatusDetails.

        UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids  # noqa: E501

        :param uid: The uid of this V1StatusDetails.  # noqa: E501
        :type uid: str
        Nr2   )r   r   s     r   r   zV1StatusDetails.uid   s     			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   r6   argslen)xr9   	serializes     r   convertz(V1StatusDetails.to_dict.<locals>.convert   s[    q)$$ %ai005t99>>99;;&99Y///r   c                      |           S )N )r;   r=   s    r   <lambda>z)V1StatusDetails.to_dict.<locals>.<lambda>   s    ggajj r   c                 6    | d          | d                   fS )Nr   r7   r?   )itemr=   s    r   r@   z)V1StatusDetails.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_valuer=   s    `    @r   r6   zV1StatusDetails.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pformatr6   r!   s    r   to_strzV1StatusDetails.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rU   r!   s    r   __repr__zV1StatusDetails.__repr__  s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrI   r   r6   r   others     r   __eq__zV1StatusDetails.__eq__  s4    %11 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrY   rZ   s     r   __ne__zV1StatusDetails.__ne__  s4    %11 	4||~~00r   )NNNNNNN)F)__name__
__module____qualname____doc__rE   rG   r   propertyr
   setterr   r   r   r   r   r6   rU   rW   r\   r^   r?   r   r   r   r      s         ($ M 2 M   6   X ]	 	 ]	   X \	 	 \	   X 
[	 	 [	   X 
[	 	 [	 ) ) X) 	8 	8  	8   X 	Z	 	 Z	   @. . .  1 1 11 1 1 1 1r   r   )rb   inspectr   ImportErrorr   rS   rerC   'kubernetes_asyncio.client.configurationr   objectr   r?   r   r   <module>rj      s    5&&&&&&& 5 5 5444444445  				 



 A A A A A Ay1 y1 y1 y1 y1f y1 y1 y1 y1 y1s    