
    <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            
       L   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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+d,d-d.d/d0d Zdjd2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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!de Z"df Z#dg Z$dh Z%di Z&y1)kV1EphemeralContainerzNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    argsz	list[str]commandenvzlist[V1EnvVar]env_fromzlist[V1EnvFromSource]imagestrimage_pull_policy	lifecycleV1Lifecycleliveness_probeV1Probenameportszlist[V1ContainerPort]readiness_proberesize_policyzlist[V1ContainerResizePolicy]	resourcesV1ResourceRequirementsrestart_policysecurity_contextV1SecurityContextstartup_probestdinboolzlist[V1VolumeDevice]zlist[V1VolumeMount])
stdin_oncetarget_container_nametermination_message_pathtermination_message_policyttyvolume_devicesvolume_mountsworking_direnvFromimagePullPolicylivenessProbereadinessProberesizePolicyrestartPolicysecurityContextstartupProbe	stdinOncetargetContainerNameterminationMessagePathterminationMessagePolicyr!   volumeDevicesvolumeMounts
workingDirNc                 V   |
t               }|| _        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| _        ||| _        ||| _        ||| _        ||| _        ||| _         ||| _!        ||| _"        ||| _#        |	| _$        |
|
| _%        ||| _&        ||| _'        ||| _(        ||| _)        ||| _*        ||| _+        ||| _,        ||| _-        ||| _.        ||| _/        ||| _0        ||| _1        ||| _2        ||| _3        ||| _4        yy)z1V1EphemeralContainer - a model defined in OpenAPIN)5r   local_vars_configuration_args_command_env	_env_from_image_image_pull_policy
_lifecycle_liveness_probe_name_ports_readiness_probe_resize_policy
_resources_restart_policy_security_context_startup_probe_stdin_stdin_once_target_container_name_termination_message_path_termination_message_policy_tty_volume_devices_volume_mounts_working_dirdiscriminatorr   r   r   r	   r
   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    r!   r"   r#   r$   r5   s                              d/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_ephemeral_container.py__init__zV1EphemeralContainer.__init__[   s,   #+'4$(@%
	"&#
 $"#!%"&*#)-&+/(	#" !DI"DL?DH$DMDJ(%6D" &DN%"0D	DJ&#2D $!.D &DN%"0D'$4D!$!.DDJ!(DO ,)>D&#/,DD)%1.HD+?DH%"0D$!.D"*D #    c                     | j                   S )a=  Gets the args of this V1EphemeralContainer.  # noqa: E501

        Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell  # noqa: E501

        :return: The args of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[str]
        r6   rP   s    rQ   r   zV1EphemeralContainer.args        zzrS   c                     || _         y)a2  Sets the args of this V1EphemeralContainer.

        Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell  # noqa: E501

        :param args: The args of this V1EphemeralContainer.  # noqa: E501
        :type: list[str]
        NrU   )rP   r   s     rQ   r   zV1EphemeralContainer.args   s     
rS   c                     | j                   S )a\  Gets the command of this V1EphemeralContainer.  # noqa: E501

        Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell  # noqa: E501

        :return: The command of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[str]
        r7   rV   s    rQ   r   zV1EphemeralContainer.command   s     }}rS   c                     || _         y)aT  Sets the command of this V1EphemeralContainer.

        Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell  # noqa: E501

        :param command: The command of this V1EphemeralContainer.  # noqa: E501
        :type: list[str]
        NrZ   )rP   r   s     rQ   r   zV1EphemeralContainer.command   s      rS   c                     | j                   S )a  Gets the env of this V1EphemeralContainer.  # noqa: E501

        List of environment variables to set in the container. Cannot be updated.  # noqa: E501

        :return: The env of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[V1EnvVar]
        r8   rV   s    rQ   r   zV1EphemeralContainer.env        yyrS   c                     || _         y)zSets the env of this V1EphemeralContainer.

        List of environment variables to set in the container. Cannot be updated.  # noqa: E501

        :param env: The env of this V1EphemeralContainer.  # noqa: E501
        :type: list[V1EnvVar]
        Nr]   )rP   r   s     rQ   r   zV1EphemeralContainer.env        	rS   c                     | j                   S )aW  Gets the env_from of this V1EphemeralContainer.  # noqa: E501

        List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.  # noqa: E501

        :return: The env_from of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[V1EnvFromSource]
        r9   rV   s    rQ   r	   zV1EphemeralContainer.env_from   s     ~~rS   c                     || _         y)aP  Sets the env_from of this V1EphemeralContainer.

        List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.  # noqa: E501

        :param env_from: The env_from of this V1EphemeralContainer.  # noqa: E501
        :type: list[V1EnvFromSource]
        Nrb   )rP   r	   s     rQ   r	   zV1EphemeralContainer.env_from   s     "rS   c                     | j                   S )a  Gets the image of this V1EphemeralContainer.  # noqa: E501

        Container image name. More info: https://kubernetes.io/docs/concepts/containers/images  # noqa: E501

        :return: The image of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        r:   rV   s    rQ   r
   zV1EphemeralContainer.image
       {{rS   c                     || _         y)a  Sets the image of this V1EphemeralContainer.

        Container image name. More info: https://kubernetes.io/docs/concepts/containers/images  # noqa: E501

        :param image: The image of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nre   )rP   r
   s     rQ   r
   zV1EphemeralContainer.image       rS   c                     | j                   S )a  Gets the image_pull_policy of this V1EphemeralContainer.  # noqa: E501

        Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images  # noqa: E501

        :return: The image_pull_policy of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        r;   rV   s    rQ   r   z&V1EphemeralContainer.image_pull_policy!  s     &&&rS   c                     || _         y)a  Sets the image_pull_policy of this V1EphemeralContainer.

        Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images  # noqa: E501

        :param image_pull_policy: The image_pull_policy of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nrj   )rP   r   s     rQ   r   z&V1EphemeralContainer.image_pull_policy,  s     #4rS   c                     | j                   S )zGets the lifecycle of this V1EphemeralContainer.  # noqa: E501


        :return: The lifecycle of this V1EphemeralContainer.  # noqa: E501
        :rtype: V1Lifecycle
        r<   rV   s    rQ   r   zV1EphemeralContainer.lifecycle8       rS   c                     || _         y)zSets the lifecycle of this V1EphemeralContainer.


        :param lifecycle: The lifecycle of this V1EphemeralContainer.  # noqa: E501
        :type: V1Lifecycle
        Nrm   )rP   r   s     rQ   r   zV1EphemeralContainer.lifecycleB       $rS   c                     | j                   S )zGets the liveness_probe of this V1EphemeralContainer.  # noqa: E501


        :return: The liveness_probe of this V1EphemeralContainer.  # noqa: E501
        :rtype: V1Probe
        r=   rV   s    rQ   r   z#V1EphemeralContainer.liveness_probeM  s     ###rS   c                     || _         y)zSets the liveness_probe of this V1EphemeralContainer.


        :param liveness_probe: The liveness_probe of this V1EphemeralContainer.  # noqa: E501
        :type: V1Probe
        Nrr   )rP   r   s     rQ   r   z#V1EphemeralContainer.liveness_probeW  s      .rS   c                     | j                   S )aG  Gets the name of this V1EphemeralContainer.  # noqa: E501

        Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.  # noqa: E501

        :return: The name of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        )r>   rV   s    rQ   r   zV1EphemeralContainer.nameb  rW   rS   c                 X    | j                   j                  r|t        d      || _        y)a<  Sets the name of this V1EphemeralContainer.

        Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.  # noqa: E501

        :param name: The name of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r5   client_side_validation
ValueErrorr>   )rP   r   s     rQ   r   zV1EphemeralContainer.namem  s*     ((??DLKLL
rS   c                     | j                   S )zGets the ports of this V1EphemeralContainer.  # noqa: E501

        Ports are not allowed for ephemeral containers.  # noqa: E501

        :return: The ports of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[V1ContainerPort]
        r?   rV   s    rQ   r   zV1EphemeralContainer.ports{  rf   rS   c                     || _         y)zSets the ports of this V1EphemeralContainer.

        Ports are not allowed for ephemeral containers.  # noqa: E501

        :param ports: The ports of this V1EphemeralContainer.  # noqa: E501
        :type: list[V1ContainerPort]
        Nry   )rP   r   s     rQ   r   zV1EphemeralContainer.ports  rh   rS   c                     | j                   S )zGets the readiness_probe of this V1EphemeralContainer.  # noqa: E501


        :return: The readiness_probe of this V1EphemeralContainer.  # noqa: E501
        :rtype: V1Probe
        r@   rV   s    rQ   r   z$V1EphemeralContainer.readiness_probe  s     $$$rS   c                     || _         y)zSets the readiness_probe of this V1EphemeralContainer.


        :param readiness_probe: The readiness_probe of this V1EphemeralContainer.  # noqa: E501
        :type: V1Probe
        Nr|   )rP   r   s     rQ   r   z$V1EphemeralContainer.readiness_probe  s     !0rS   c                     | j                   S )a  Gets the resize_policy of this V1EphemeralContainer.  # noqa: E501

        Resources resize policy for the container.  # noqa: E501

        :return: The resize_policy of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[V1ContainerResizePolicy]
        rA   rV   s    rQ   r   z"V1EphemeralContainer.resize_policy       """rS   c                     || _         y)a	  Sets the resize_policy of this V1EphemeralContainer.

        Resources resize policy for the container.  # noqa: E501

        :param resize_policy: The resize_policy of this V1EphemeralContainer.  # noqa: E501
        :type: list[V1ContainerResizePolicy]
        Nr   )rP   r   s     rQ   r   z"V1EphemeralContainer.resize_policy       ,rS   c                     | j                   S )zGets the resources of this V1EphemeralContainer.  # noqa: E501


        :return: The resources of this V1EphemeralContainer.  # noqa: E501
        :rtype: V1ResourceRequirements
        rB   rV   s    rQ   r   zV1EphemeralContainer.resources  rn   rS   c                     || _         y)zSets the resources of this V1EphemeralContainer.


        :param resources: The resources of this V1EphemeralContainer.  # noqa: E501
        :type: V1ResourceRequirements
        Nr   )rP   r   s     rQ   r   zV1EphemeralContainer.resources  rp   rS   c                     | j                   S )a  Gets the restart_policy of this V1EphemeralContainer.  # noqa: E501

        Restart policy for the container to manage the restart behavior of each container within a pod. This may only be set for init containers. You cannot set this field on ephemeral containers.  # noqa: E501

        :return: The restart_policy of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        rC   rV   s    rQ   r   z#V1EphemeralContainer.restart_policy       ###rS   c                     || _         y)a  Sets the restart_policy of this V1EphemeralContainer.

        Restart policy for the container to manage the restart behavior of each container within a pod. This may only be set for init containers. You cannot set this field on ephemeral containers.  # noqa: E501

        :param restart_policy: The restart_policy of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nr   )rP   r   s     rQ   r   z#V1EphemeralContainer.restart_policy        .rS   c                     | j                   S )zGets the security_context of this V1EphemeralContainer.  # noqa: E501


        :return: The security_context of this V1EphemeralContainer.  # noqa: E501
        :rtype: V1SecurityContext
        rD   rV   s    rQ   r   z%V1EphemeralContainer.security_context  s     %%%rS   c                     || _         y)zSets the security_context of this V1EphemeralContainer.


        :param security_context: The security_context of this V1EphemeralContainer.  # noqa: E501
        :type: V1SecurityContext
        Nr   )rP   r   s     rQ   r   z%V1EphemeralContainer.security_context  s     "2rS   c                     | j                   S )zGets the startup_probe of this V1EphemeralContainer.  # noqa: E501


        :return: The startup_probe of this V1EphemeralContainer.  # noqa: E501
        :rtype: V1Probe
        rE   rV   s    rQ   r   z"V1EphemeralContainer.startup_probe  s     """rS   c                     || _         y)zSets the startup_probe of this V1EphemeralContainer.


        :param startup_probe: The startup_probe of this V1EphemeralContainer.  # noqa: E501
        :type: V1Probe
        Nr   )rP   r   s     rQ   r   z"V1EphemeralContainer.startup_probe	  s     ,rS   c                     | j                   S )an  Gets the stdin of this V1EphemeralContainer.  # noqa: E501

        Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.  # noqa: E501

        :return: The stdin of this V1EphemeralContainer.  # noqa: E501
        :rtype: bool
        rF   rV   s    rQ   r   zV1EphemeralContainer.stdin  rf   rS   c                     || _         y)ad  Sets the stdin of this V1EphemeralContainer.

        Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.  # noqa: E501

        :param stdin: The stdin of this V1EphemeralContainer.  # noqa: E501
        :type: bool
        Nr   )rP   r   s     rQ   r   zV1EphemeralContainer.stdin  rh   rS   c                     | j                   S )a  Gets the stdin_once of this V1EphemeralContainer.  # noqa: E501

        Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false  # noqa: E501

        :return: The stdin_once of this V1EphemeralContainer.  # noqa: E501
        :rtype: bool
        rG   rV   s    rQ   r   zV1EphemeralContainer.stdin_once+  s     rS   c                     || _         y)a  Sets the stdin_once of this V1EphemeralContainer.

        Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false  # noqa: E501

        :param stdin_once: The stdin_once of this V1EphemeralContainer.  # noqa: E501
        :type: bool
        Nr   )rP   r   s     rQ   r   zV1EphemeralContainer.stdin_once6  s     &rS   c                     | j                   S )a  Gets the target_container_name of this V1EphemeralContainer.  # noqa: E501

        If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec.  The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined.  # noqa: E501

        :return: The target_container_name of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        rH   rV   s    rQ   r   z*V1EphemeralContainer.target_container_nameB  s     ***rS   c                     || _         y)a  Sets the target_container_name of this V1EphemeralContainer.

        If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec.  The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined.  # noqa: E501

        :param target_container_name: The target_container_name of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nr   )rP   r   s     rQ   r   z*V1EphemeralContainer.target_container_nameM  s     '<#rS   c                     | j                   S )ay  Gets the termination_message_path of this V1EphemeralContainer.  # noqa: E501

        Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.  # noqa: E501

        :return: The termination_message_path of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        rI   rV   s    rQ   r   z-V1EphemeralContainer.termination_message_pathY  s     ---rS   c                     || _         y)a  Sets the termination_message_path of this V1EphemeralContainer.

        Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.  # noqa: E501

        :param termination_message_path: The termination_message_path of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nr   )rP   r   s     rQ   r   z-V1EphemeralContainer.termination_message_pathd  s     *B&rS   c                     | j                   S )a  Gets the termination_message_policy of this V1EphemeralContainer.  # noqa: E501

        Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.  # noqa: E501

        :return: The termination_message_policy of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        rJ   rV   s    rQ   r    z/V1EphemeralContainer.termination_message_policyp  s     ///rS   c                     || _         y)a  Sets the termination_message_policy of this V1EphemeralContainer.

        Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.  # noqa: E501

        :param termination_message_policy: The termination_message_policy of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nr   )rP   r    s     rQ   r    z/V1EphemeralContainer.termination_message_policy{  s     ,F(rS   c                     | j                   S )a   Gets the tty of this V1EphemeralContainer.  # noqa: E501

        Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.  # noqa: E501

        :return: The tty of this V1EphemeralContainer.  # noqa: E501
        :rtype: bool
        rK   rV   s    rQ   r!   zV1EphemeralContainer.tty  r^   rS   c                     || _         y)a  Sets the tty of this V1EphemeralContainer.

        Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.  # noqa: E501

        :param tty: The tty of this V1EphemeralContainer.  # noqa: E501
        :type: bool
        Nr   )rP   r!   s     rQ   r!   zV1EphemeralContainer.tty  r`   rS   c                     | j                   S )a!  Gets the volume_devices of this V1EphemeralContainer.  # noqa: E501

        volumeDevices is the list of block devices to be used by the container.  # noqa: E501

        :return: The volume_devices of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[V1VolumeDevice]
        rL   rV   s    rQ   r"   z#V1EphemeralContainer.volume_devices  r   rS   c                     || _         y)a   Sets the volume_devices of this V1EphemeralContainer.

        volumeDevices is the list of block devices to be used by the container.  # noqa: E501

        :param volume_devices: The volume_devices of this V1EphemeralContainer.  # noqa: E501
        :type: list[V1VolumeDevice]
        Nr   )rP   r"   s     rQ   r"   z#V1EphemeralContainer.volume_devices  r   rS   c                     | j                   S )aX  Gets the volume_mounts of this V1EphemeralContainer.  # noqa: E501

        Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.  # noqa: E501

        :return: The volume_mounts of this V1EphemeralContainer.  # noqa: E501
        :rtype: list[V1VolumeMount]
        rM   rV   s    rQ   r#   z"V1EphemeralContainer.volume_mounts  r   rS   c                     || _         y)aV  Sets the volume_mounts of this V1EphemeralContainer.

        Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.  # noqa: E501

        :param volume_mounts: The volume_mounts of this V1EphemeralContainer.  # noqa: E501
        :type: list[V1VolumeMount]
        Nr   )rP   r#   s     rQ   r#   z"V1EphemeralContainer.volume_mounts  r   rS   c                     | j                   S )af  Gets the working_dir of this V1EphemeralContainer.  # noqa: E501

        Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.  # noqa: E501

        :return: The working_dir of this V1EphemeralContainer.  # noqa: E501
        :rtype: str
        rN   rV   s    rQ   r$   z V1EphemeralContainer.working_dir  s        rS   c                     || _         y)ab  Sets the working_dir of this V1EphemeralContainer.

        Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.  # noqa: E501

        :param working_dir: The working_dir of this V1EphemeralContainer.  # noqa: E501
        :type: str
        Nr   )rP   r$   s     rQ   r$   z V1EphemeralContainer.working_dir  s     (rS   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    rQ   <lambda>z.V1EphemeralContainer.to_dict.<locals>.<lambda>  s    WQ	-BaiikIIrS   r   c                 T    t        | d   d      r| d   | d   j                         fS | S )N   r   r   r   )items    rQ   r   z.V1EphemeralContainer.to_dict.<locals>.<lambda>  s6    tAw	2 #'q'47??+<!= "=8<"=rS   )six	iteritemsopenapi_typesgetattr
isinstancelistmapr   r   dictitems)rP   resultattr_values        rQ   r   zV1EphemeralContainer.to_dict  s    }}T%7%78GD!D$'E%&#CI%  t 	*$}}tE4(#C=KKM%  t  %t! 9$ rS   c                 H    t        j                  | j                               S )z.Returns the string representation of the model)pprintpformatr   rV   s    rQ   to_strzV1EphemeralContainer.to_str  s    ~~dlln--rS   c                 "    | j                         S )zFor `print` and `pprint`)r   rV   s    rQ   __repr__zV1EphemeralContainer.__repr__  s    {{}rS   c                 f    t        |t              sy| j                         |j                         k(  S )z&Returns true if both objects are equalFr   r   r   rP   others     rQ   __eq__zV1EphemeralContainer.__eq__  s'    %!56||~00rS   c                 f    t        |t              sy| j                         |j                         k7  S )z*Returns true if both objects are not equalTr   r   s     rQ   __ne__zV1EphemeralContainer.__ne__
  s'    %!56||~00rS   )NNNNNNNNNNNNNNNNNNNNNNNNNN)'__name__
__module____qualname____doc__r   attribute_maprR   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   r   r   r    rS   rQ   r   r      s   ; 	 	+	
 	 	U 	] 	) 	 	( 	9 	8 	- 	% 	/  	!" 	#$ !&$)&+0.3M89 	u 	I	
 	 	. 	[ 	/ 	 	 	+ 	 	[ 	/ 	-  	!" 	#$ "!6$<&@)'#3M8Q+f   
[[	 	   ^^	  	    	ZZ	 	   __	" 	"   \\	 	 ' ' 	4 	4   $ $ $ $ . .   
[[    \\	 	 % % 0 0 # # 	, 	,   $ $ $ $ 	. 	. & & 2 2 # # , ,   \\	 	     	& 	& + + !!	< "	< . . $$	B %	B 0 0  &&	F '	F   	ZZ	 	 $ $ 	. 	. # # 	, 	, ! ! 	( 	(0.11rS   r   )r   r   rer   kubernetes.client.configurationr   objectr   r   rS   rQ   <module>r      s&     	 
 9z16 z1rS   