
    [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	 i ddddddddd	d
dddddddddddddddddddddddddddddZi dd dddd!dd"d	d#dd$dd%dd&dddd'dd(dd)dddd*dd+dd,ddd-d.d/d0dZdcd2Zed3             Zej	        d4             Zed5             Z
e
j	        d6             Z
ed7             Zej	        d8             Zed9             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dA             Zej	        dB             ZedC             Zej	        dD             ZedE             Zej	        dF             ZedG             Zej	        dH             ZedI             Zej	        dJ             ZedK             Zej	        dL             ZedM             Zej	        dN             ZedO             Zej	        dP             ZedQ             Zej	        dR             ZedS             Zej	        dT             ZedU             Zej	        dV             ZedW             Zej	        dX             ZedY             Zej	        dZ             Zed[             Zej	        d\             Zddd^Zd_ Zd` Z da Z!db Z"d1S )eV1PodStatuszNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    allocated_resourceszdict[str, str]
conditionszlist[V1PodCondition]container_statuseszlist[V1ContainerStatus]ephemeral_container_statusesextended_resource_claim_status V1PodExtendedResourceClaimStatushost_ipstrhost_ipszlist[V1HostIP]init_container_statusesmessage(node_allocatable_resource_claim_statusesz*list[V1NodeAllocatableResourceClaimStatus]nominated_node_nameobserved_generationintphasepod_ippod_ipszlist[V1PodIP]	qos_classreasonzlist[V1PodResourceClaimStatus]V1ResourceRequirementsdatetime)resizeresource_claim_statuses	resources
start_timeallocatedResourcescontainerStatusesephemeralContainerStatusesextendedResourceClaimStatushostIPhostIPsinitContainerStatuses$nodeAllocatableResourceClaimStatusesnominatedNodeNameobservedGenerationpodIPpodIPsqosClassr   resourceClaimStatusesr    	startTimeNc                    |t          j                    }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _         |	|	| _!        |
|
| _"        ||| _#        ||| _$        ||| _%        ||| _&        ||| _'        ||| _(        ||| _)        ||| _*        ||| _+        ||| _,        |	|| _-        dS dS )z(V1PodStatus - a model defined in OpenAPIN).r   get_default_copylocal_vars_configuration_allocated_resources_conditions_container_statuses_ephemeral_container_statuses_extended_resource_claim_status_host_ip	_host_ips_init_container_statuses_message)_node_allocatable_resource_claim_statuses_nominated_node_name_observed_generation_phase_pod_ip_pod_ips
_qos_class_reason_resize_resource_claim_statuses
_resources_start_timediscriminatorr   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r3   s                          c/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes/client/models/v1_pod_status.py__init__zV1PodStatus.__init__V   s   #+'4'E'G'G$(@%$(!#' -1*/3,(,%9=6$(!$(!(,%!*':D$!(DO)&8D#'30LD-)52PD/"DL$DM".+BD("DL3?<dD9*':D$*':D$DJ DK"DL &DN DK DK".+BD( &DN!(DOOO "!    c                     | j         S )a  Gets the allocated_resources of this V1PodStatus.  # noqa: E501

        AllocatedResources is the total requests allocated for this pod by the node. If pod-level requests are not set, this will be the total requests aggregated across containers in the pod.  # noqa: E501

        :return: The allocated_resources of this V1PodStatus.  # noqa: E501
        :rtype: dict[str, str]
        r4   rJ   s    rK   r   zV1PodStatus.allocated_resources        ((rM   c                     || _         dS )a  Sets the allocated_resources of this V1PodStatus.

        AllocatedResources is the total requests allocated for this pod by the node. If pod-level requests are not set, this will be the total requests aggregated across containers in the pod.  # noqa: E501

        :param allocated_resources: The allocated_resources of this V1PodStatus.  # noqa: E501
        :type allocated_resources: dict[str, str]
        NrO   )rJ   r   s     rK   r   zV1PodStatus.allocated_resources        %8!!!rM   c                     | j         S )a8  Gets the conditions of this V1PodStatus.  # noqa: E501

        Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions  # noqa: E501

        :return: The conditions of this V1PodStatus.  # noqa: E501
        :rtype: list[V1PodCondition]
        r5   rP   s    rK   r	   zV1PodStatus.conditions        rM   c                     || _         dS )a>  Sets the conditions of this V1PodStatus.

        Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions  # noqa: E501

        :param conditions: The conditions of this V1PodStatus.  # noqa: E501
        :type conditions: list[V1PodCondition]
        NrU   )rJ   r	   s     rK   r	   zV1PodStatus.conditions        &rM   c                     | j         S )a  Gets the container_statuses of this V1PodStatus.  # noqa: E501

        Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status  # noqa: E501

        :return: The container_statuses of this V1PodStatus.  # noqa: E501
        :rtype: list[V1ContainerStatus]
        r6   rP   s    rK   r
   zV1PodStatus.container_statuses   s     ''rM   c                     || _         dS )a  Sets the container_statuses of this V1PodStatus.

        Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status  # noqa: E501

        :param container_statuses: The container_statuses of this V1PodStatus.  # noqa: E501
        :type container_statuses: list[V1ContainerStatus]
        NrZ   )rJ   r
   s     rK   r
   zV1PodStatus.container_statuses   s     $6   rM   c                     | j         S )a  Gets the ephemeral_container_statuses of this V1PodStatus.  # noqa: E501

        Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status  # noqa: E501

        :return: The ephemeral_container_statuses of this V1PodStatus.  # noqa: E501
        :rtype: list[V1ContainerStatus]
        r7   rP   s    rK   r   z(V1PodStatus.ephemeral_container_statuses   s     11rM   c                     || _         dS )a  Sets the ephemeral_container_statuses of this V1PodStatus.

        Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status  # noqa: E501

        :param ephemeral_container_statuses: The ephemeral_container_statuses of this V1PodStatus.  # noqa: E501
        :type ephemeral_container_statuses: list[V1ContainerStatus]
        Nr]   )rJ   r   s     rK   r   z(V1PodStatus.ephemeral_container_statuses   s     .J***rM   c                     | j         S )zGets the extended_resource_claim_status of this V1PodStatus.  # noqa: E501


        :return: The extended_resource_claim_status of this V1PodStatus.  # noqa: E501
        :rtype: V1PodExtendedResourceClaimStatus
        r8   rP   s    rK   r   z*V1PodStatus.extended_resource_claim_status   s     33rM   c                     || _         dS )a  Sets the extended_resource_claim_status of this V1PodStatus.


        :param extended_resource_claim_status: The extended_resource_claim_status of this V1PodStatus.  # noqa: E501
        :type extended_resource_claim_status: V1PodExtendedResourceClaimStatus
        Nr`   )rJ   r   s     rK   r   z*V1PodStatus.extended_resource_claim_status  s     0N,,,rM   c                     | j         S )a  Gets the host_ip of this V1PodStatus.  # noqa: E501

        hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod  # noqa: E501

        :return: The host_ip of this V1PodStatus.  # noqa: E501
        :rtype: str
        r9   rP   s    rK   r   zV1PodStatus.host_ip       }rM   c                     || _         dS )a  Sets the host_ip of this V1PodStatus.

        hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod  # noqa: E501

        :param host_ip: The host_ip of this V1PodStatus.  # noqa: E501
        :type host_ip: str
        Nrc   )rJ   r   s     rK   r   zV1PodStatus.host_ip        rM   c                     | j         S )a  Gets the host_ips of this V1PodStatus.  # noqa: E501

        hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.  # noqa: E501

        :return: The host_ips of this V1PodStatus.  # noqa: E501
        :rtype: list[V1HostIP]
        r:   rP   s    rK   r   zV1PodStatus.host_ips&  s     ~rM   c                     || _         dS )a  Sets the host_ips of this V1PodStatus.

        hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.  # noqa: E501

        :param host_ips: The host_ips of this V1PodStatus.  # noqa: E501
        :type host_ips: list[V1HostIP]
        Nrh   )rJ   r   s     rK   r   zV1PodStatus.host_ips1  s     "rM   c                     | j         S )a^  Gets the init_container_statuses of this V1PodStatus.  # noqa: E501

        Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status  # noqa: E501

        :return: The init_container_statuses of this V1PodStatus.  # noqa: E501
        :rtype: list[V1ContainerStatus]
        r;   rP   s    rK   r   z#V1PodStatus.init_container_statuses=       ,,rM   c                     || _         dS )a~  Sets the init_container_statuses of this V1PodStatus.

        Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status  # noqa: E501

        :param init_container_statuses: The init_container_statuses of this V1PodStatus.  # noqa: E501
        :type init_container_statuses: list[V1ContainerStatus]
        Nrk   )rJ   r   s     rK   r   z#V1PodStatus.init_container_statusesH       )@%%%rM   c                     | j         S )zGets the message of this V1PodStatus.  # noqa: E501

        A human readable message indicating details about why the pod is in this condition.  # noqa: E501

        :return: The message of this V1PodStatus.  # noqa: E501
        :rtype: str
        r<   rP   s    rK   r   zV1PodStatus.messageT  rd   rM   c                     || _         dS )zSets the message of this V1PodStatus.

        A human readable message indicating details about why the pod is in this condition.  # noqa: E501

        :param message: The message of this V1PodStatus.  # noqa: E501
        :type message: str
        Nrp   )rJ   r   s     rK   r   zV1PodStatus.message_  rf   rM   c                     | j         S )a  Gets the node_allocatable_resource_claim_statuses of this V1PodStatus.  # noqa: E501

        NodeAllocatableResourceClaimStatuses contains the status of node-allocatable resources that were allocated for this pod through DRA claims. This includes resources currently reported in v1.Node `status.allocatable` that are not extended resources (see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#extended-resources). Examples include "cpu", "memory", "ephemeral-storage", and hugepages.  # noqa: E501

        :return: The node_allocatable_resource_claim_statuses of this V1PodStatus.  # noqa: E501
        :rtype: list[V1NodeAllocatableResourceClaimStatus]
        r=   rP   s    rK   r   z4V1PodStatus.node_allocatable_resource_claim_statusesk  s     ==rM   c                     || _         dS )a  Sets the node_allocatable_resource_claim_statuses of this V1PodStatus.

        NodeAllocatableResourceClaimStatuses contains the status of node-allocatable resources that were allocated for this pod through DRA claims. This includes resources currently reported in v1.Node `status.allocatable` that are not extended resources (see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#extended-resources). Examples include "cpu", "memory", "ephemeral-storage", and hugepages.  # noqa: E501

        :param node_allocatable_resource_claim_statuses: The node_allocatable_resource_claim_statuses of this V1PodStatus.  # noqa: E501
        :type node_allocatable_resource_claim_statuses: list[V1NodeAllocatableResourceClaimStatus]
        Nrs   )rJ   r   s     rK   r   z4V1PodStatus.node_allocatable_resource_claim_statusesv  s     :b666rM   c                     | j         S )a  Gets the nominated_node_name of this V1PodStatus.  # noqa: E501

        nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.  # noqa: E501

        :return: The nominated_node_name of this V1PodStatus.  # noqa: E501
        :rtype: str
        r>   rP   s    rK   r   zV1PodStatus.nominated_node_name  rQ   rM   c                     || _         dS )a  Sets the nominated_node_name of this V1PodStatus.

        nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.  # noqa: E501

        :param nominated_node_name: The nominated_node_name of this V1PodStatus.  # noqa: E501
        :type nominated_node_name: str
        Nrv   )rJ   r   s     rK   r   zV1PodStatus.nominated_node_name  rS   rM   c                     | j         S )ak  Gets the observed_generation of this V1PodStatus.  # noqa: E501

        If set, this represents the .metadata.generation that the pod status was set based upon. The PodObservedGenerationTracking feature gate must be enabled to use this field.  # noqa: E501

        :return: The observed_generation of this V1PodStatus.  # noqa: E501
        :rtype: int
        r?   rP   s    rK   r   zV1PodStatus.observed_generation  rQ   rM   c                     || _         dS )a  Sets the observed_generation of this V1PodStatus.

        If set, this represents the .metadata.generation that the pod status was set based upon. The PodObservedGenerationTracking feature gate must be enabled to use this field.  # noqa: E501

        :param observed_generation: The observed_generation of this V1PodStatus.  # noqa: E501
        :type observed_generation: int
        Nry   )rJ   r   s     rK   r   zV1PodStatus.observed_generation  rS   rM   c                     | j         S )aS  Gets the phase of this V1PodStatus.  # noqa: E501

        The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:  Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.  More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase  # noqa: E501

        :return: The phase of this V1PodStatus.  # noqa: E501
        :rtype: str
        r@   rP   s    rK   r   zV1PodStatus.phase  s     {rM   c                     || _         dS )aO  Sets the phase of this V1PodStatus.

        The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:  Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.  More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase  # noqa: E501

        :param phase: The phase of this V1PodStatus.  # noqa: E501
        :type phase: str
        Nr|   )rJ   r   s     rK   r   zV1PodStatus.phase  s     rM   c                     | j         S )a  Gets the pod_ip of this V1PodStatus.  # noqa: E501

        podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.  # noqa: E501

        :return: The pod_ip of this V1PodStatus.  # noqa: E501
        :rtype: str
        rA   rP   s    rK   r   zV1PodStatus.pod_ip       |rM   c                     || _         dS )a
  Sets the pod_ip of this V1PodStatus.

        podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.  # noqa: E501

        :param pod_ip: The pod_ip of this V1PodStatus.  # noqa: E501
        :type pod_ip: str
        Nr   )rJ   r   s     rK   r   zV1PodStatus.pod_ip       rM   c                     | j         S )a  Gets the pod_ips of this V1PodStatus.  # noqa: E501

        podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.  # noqa: E501

        :return: The pod_ips of this V1PodStatus.  # noqa: E501
        :rtype: list[V1PodIP]
        rB   rP   s    rK   r   zV1PodStatus.pod_ips  rd   rM   c                     || _         dS )a  Sets the pod_ips of this V1PodStatus.

        podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.  # noqa: E501

        :param pod_ips: The pod_ips of this V1PodStatus.  # noqa: E501
        :type pod_ips: list[V1PodIP]
        Nr   )rJ   r   s     rK   r   zV1PodStatus.pod_ips  rf   rM   c                     | j         S )a  Gets the qos_class of this V1PodStatus.  # noqa: E501

        The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes  # noqa: E501

        :return: The qos_class of this V1PodStatus.  # noqa: E501
        :rtype: str
        rC   rP   s    rK   r   zV1PodStatus.qos_class  s     rM   c                     || _         dS )a  Sets the qos_class of this V1PodStatus.

        The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes  # noqa: E501

        :param qos_class: The qos_class of this V1PodStatus.  # noqa: E501
        :type qos_class: str
        Nr   )rJ   r   s     rK   r   zV1PodStatus.qos_class   s     $rM   c                     | j         S )a  Gets the reason of this V1PodStatus.  # noqa: E501

        A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted'  # noqa: E501

        :return: The reason of this V1PodStatus.  # noqa: E501
        :rtype: str
        rD   rP   s    rK   r   zV1PodStatus.reason  r   rM   c                     || _         dS )a  Sets the reason of this V1PodStatus.

        A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted'  # noqa: E501

        :param reason: The reason of this V1PodStatus.  # noqa: E501
        :type reason: str
        Nr   )rJ   r   s     rK   r   zV1PodStatus.reason  r   rM   c                     | j         S )a  Gets the resize of this V1PodStatus.  # noqa: E501

        Status of resources resize desired for pod's containers. It is empty if no resources resize is pending. Any changes to container resources will automatically set this to "Proposed" Deprecated: Resize status is moved to two pod conditions PodResizePending and PodResizeInProgress. PodResizePending will track states where the spec has been resized, but the Kubelet has not yet allocated the resources. PodResizeInProgress will track in-progress resizes, and should be present whenever allocated resources != acknowledged resources.  # noqa: E501

        :return: The resize of this V1PodStatus.  # noqa: E501
        :rtype: str
        rE   rP   s    rK   r   zV1PodStatus.resize#  r   rM   c                     || _         dS )a  Sets the resize of this V1PodStatus.

        Status of resources resize desired for pod's containers. It is empty if no resources resize is pending. Any changes to container resources will automatically set this to "Proposed" Deprecated: Resize status is moved to two pod conditions PodResizePending and PodResizeInProgress. PodResizePending will track states where the spec has been resized, but the Kubelet has not yet allocated the resources. PodResizeInProgress will track in-progress resizes, and should be present whenever allocated resources != acknowledged resources.  # noqa: E501

        :param resize: The resize of this V1PodStatus.  # noqa: E501
        :type resize: str
        Nr   )rJ   r   s     rK   r   zV1PodStatus.resize.  r   rM   c                     | j         S )zGets the resource_claim_statuses of this V1PodStatus.  # noqa: E501

        Status of resource claims.  # noqa: E501

        :return: The resource_claim_statuses of this V1PodStatus.  # noqa: E501
        :rtype: list[V1PodResourceClaimStatus]
        rF   rP   s    rK   r   z#V1PodStatus.resource_claim_statuses:  rl   rM   c                     || _         dS )a  Sets the resource_claim_statuses of this V1PodStatus.

        Status of resource claims.  # noqa: E501

        :param resource_claim_statuses: The resource_claim_statuses of this V1PodStatus.  # noqa: E501
        :type resource_claim_statuses: list[V1PodResourceClaimStatus]
        Nr   )rJ   r   s     rK   r   z#V1PodStatus.resource_claim_statusesE  rn   rM   c                     | j         S )zGets the resources of this V1PodStatus.  # noqa: E501


        :return: The resources of this V1PodStatus.  # noqa: E501
        :rtype: V1ResourceRequirements
        rG   rP   s    rK   r    zV1PodStatus.resourcesQ  s     rM   c                     || _         dS )zSets the resources of this V1PodStatus.


        :param resources: The resources of this V1PodStatus.  # noqa: E501
        :type resources: V1ResourceRequirements
        Nr   )rJ   r    s     rK   r    zV1PodStatus.resources[  s     $rM   c                     | j         S )aE  Gets the start_time of this V1PodStatus.  # noqa: E501

        RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.  # noqa: E501

        :return: The start_time of this V1PodStatus.  # noqa: E501
        :rtype: datetime
        rH   rP   s    rK   r!   zV1PodStatus.start_timef  rV   rM   c                     || _         dS )aK  Sets the start_time of this V1PodStatus.

        RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.  # noqa: E501

        :param start_time: The start_time of this V1PodStatus.  # noqa: E501
        :type start_time: datetime
        Nr   )rJ   r!   s     rK   r!   zV1PodStatus.start_timeq  rX   rM   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     rK   convertz$V1PodStatus.to_dict.<locals>.convert  s[    q)$$ %ai005t99>>99;;&99Y///rM   c                      |           S )N )r   r   s    rK   <lambda>z%V1PodStatus.to_dict.<locals>.<lambda>  s    ggajj rM   c                 6    | d          | d                   fS )Nr   r   r   )itemr   s    rK   r   z%V1PodStatus.to_dict.<locals>.<lambda>  s    $q'7747+;+;!< rM   )six	iteritemsopenapi_typesgetattrattribute_mapget
isinstancelistmapdictitems)rJ   r   resultattr_valuer   s    `    @rK   r   zV1PodStatus.to_dict}  s   	 	 	 	 	 }T%788 	. 	.GD!D$''E9BL4%))$555D%&& .#C((((% %    t E4(( .#C<<<<KKMM% %    t
  'wu~~trM   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr   rP   s    rK   to_strzV1PodStatus.to_str  s    ~dllnn---rM   c                 *    |                                  S )zFor `print` and `pprint`)r   rP   s    rK   __repr__zV1PodStatus.__repr__  s    {{}}rM   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr   r   r   rJ   others     rK   __eq__zV1PodStatus.__eq__  s4    %-- 	5||~~00rM   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr   r   s     rK   __ne__zV1PodStatus.__ne__  s4    %-- 	4||~~00rM   )NNNNNNNNNNNNNNNNNNNNNN)F)#__name__
__module____qualname____doc__r   r   rL   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r   r   r   r   r   r   rM   rK   r   r      s6        /, 	7 	'(A	
 	)*L 	5 	$ 	"#< 	5 	34` 	u 	u 	 	% 	?  	U!" 	%#$ #C- +  M03l 	1 	'(D	
 	)*G 	8 	I 	"#: 	9 	34Z 	2 	3 	 	' 	8  	Z!" 	(#$ #: !+  M0F) F) F) F)P ) ) X) 	8 	8  	8     X  	& 	& 	& ( ( X( 	6 	6 	6 2 2 X2 "(	J 	J )(	J 4 4 X4 $*N N +*N   X ^	  	  ^	    X _	" 	" _	" - - X- #	@ 	@ $#	@   X ^	  	  ^	  > > X> .4	b 	b 54	b ) ) X) 	8 	8  	8 ) ) X) 	8 	8  	8   X \	 	 \	   X ]	 	 ]	   X ^	  	  ^	    X 	$ 	$ 	$   X ]	 	 ]	   X ]	 	 ]	 - - X- #	@ 	@ $#	@   X $ $ $     X  	& 	& 	&   @. . .  1 1 11 1 1 1 1rM   r   )r   inspectr   ImportErrorr   r   rer   kubernetes.client.configurationr   objectr   r   rM   rK   <module>r      s    5&&&&&&& 5 5 5444444445  				 



 9 9 9 9 9 9Y
1 Y
1 Y
1 Y
1 Y
1& Y
1 Y
1 Y
1 Y
1 Y
1s    