
    <g2                     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	 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 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 Zdgd1Zed2        Zej                  d3        Zed4        Z
e
j                  d5        Z
ed6        Zej                  d7        Zed8        Zej                  d9        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                  dA        ZedB        Zej                  dC        ZedD        Zej                  dE        ZedF        Zej                  dG        ZedH        Zej                  dI        ZedJ        Zej                  dK        ZedL        Zej                  dM        ZedN        Zej                  dO        ZedP        Zej                  dQ        ZedR        Zej                  dS        ZedT        Zej                  dU        ZedV        Zej                  dW        ZedX        Zej                  dY        ZedZ        Zej                  d[        Zed\        Zej                  d]        Zed^        Zej                  d_        Zed`        Z e j                  da        Z db Z!dc Z"dd Z#de Z$df Z%y0)hV1ContainerzNOTE: 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termination_message_pathtermination_message_policyttyvolume_devicesvolume_mountsworking_direnvFromimagePullPolicylivenessProbereadinessProberesizePolicyrestartPolicysecurityContextstartupProbe	stdinOnceterminationMessagePathterminationMessagePolicyr    volumeDevicesvolumeMounts
workingDirNc                 6   |
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| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _         ||| _!        ||| _"        |	| _#        |
|
| _$        ||| _%        ||| _&        ||| _'        ||| _(        ||| _)        ||| _*        ||| _+        ||| _,        ||| _-        ||| _.        ||| _/        ||| _0        ||| _1        ||| _2        yy)z(V1Container - a model defined in OpenAPIN)3r   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_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#   )selfr   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r"   r#   r3   s                             Z/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_container.py__init__zV1Container.__init__Y   s   #+'4$(@%
	"&#
 $"#!%")-&+/(	#" !DI"DL?DH$DMDJ(%6D" &DN%"0D	DJ&#2D $!.D &DN%"0D'$4D!$!.DDJ!(DO#/,DD)%1.HD+?DH%"0D$!.D"*D #    c                     | j                   S )a5  Gets the args of this V1Container.  # noqa: E501

        Arguments to the entrypoint. The container 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 V1Container.  # noqa: E501
        :rtype: list[str]
        r4   rM   s    rN   r   zV1Container.args        zzrP   c                     || _         y)a*  Sets the args of this V1Container.

        Arguments to the entrypoint. The container 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 V1Container.  # noqa: E501
        :type: list[str]
        NrR   )rM   r   s     rN   r   zV1Container.args   s     
rP   c                     | j                   S )aT  Gets the command of this V1Container.  # noqa: E501

        Entrypoint array. Not executed within a shell. The container 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 V1Container.  # noqa: E501
        :rtype: list[str]
        r5   rS   s    rN   r   zV1Container.command   s     }}rP   c                     || _         y)aL  Sets the command of this V1Container.

        Entrypoint array. Not executed within a shell. The container 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 V1Container.  # noqa: E501
        :type: list[str]
        NrW   )rM   r   s     rN   r   zV1Container.command   s      rP   c                     | j                   S )zGets the env of this V1Container.  # noqa: E501

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

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

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

        :param env: The env of this V1Container.  # noqa: E501
        :type: list[V1EnvVar]
        NrZ   )rM   r   s     rN   r   zV1Container.env        	rP   c                     | j                   S )aE  Gets the env_from of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: list[V1EnvFromSource]
        r7   rS   s    rN   r	   zV1Container.env_from   s     ~~rP   c                     || _         y)a>  Sets the env_from of this V1Container.

        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 V1Container.  # noqa: E501
        :type: list[V1EnvFromSource]
        Nr_   )rM   r	   s     rN   r	   zV1Container.env_from   s     "rP   c                     | j                   S )a  Gets the image of this V1Container.  # noqa: E501

        Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.  # noqa: E501

        :return: The image of this V1Container.  # noqa: E501
        :rtype: str
        r8   rS   s    rN   r
   zV1Container.image       {{rP   c                     || _         y)a  Sets the image of this V1Container.

        Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.  # noqa: E501

        :param image: The image of this V1Container.  # noqa: E501
        :type: str
        Nrb   )rM   r
   s     rN   r
   zV1Container.image       rP   c                     | j                   S )a  Gets the image_pull_policy of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: str
        r9   rS   s    rN   r   zV1Container.image_pull_policy  s     &&&rP   c                     || _         y)a  Sets the image_pull_policy of this V1Container.

        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 V1Container.  # noqa: E501
        :type: str
        Nrg   )rM   r   s     rN   r   zV1Container.image_pull_policy'  s     #4rP   c                     | j                   S )zGets the lifecycle of this V1Container.  # noqa: E501


        :return: The lifecycle of this V1Container.  # noqa: E501
        :rtype: V1Lifecycle
        r:   rS   s    rN   r   zV1Container.lifecycle3       rP   c                     || _         y)zSets the lifecycle of this V1Container.


        :param lifecycle: The lifecycle of this V1Container.  # noqa: E501
        :type: V1Lifecycle
        Nrj   )rM   r   s     rN   r   zV1Container.lifecycle=       $rP   c                     | j                   S )zGets the liveness_probe of this V1Container.  # noqa: E501


        :return: The liveness_probe of this V1Container.  # noqa: E501
        :rtype: V1Probe
        r;   rS   s    rN   r   zV1Container.liveness_probeH  s     ###rP   c                     || _         y)zSets the liveness_probe of this V1Container.


        :param liveness_probe: The liveness_probe of this V1Container.  # noqa: E501
        :type: V1Probe
        Nro   )rM   r   s     rN   r   zV1Container.liveness_probeR  s      .rP   c                     | j                   S )a"  Gets the name of this V1Container.  # noqa: E501

        Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.  # noqa: E501

        :return: The name of this V1Container.  # noqa: E501
        :rtype: str
        )r<   rS   s    rN   r   zV1Container.name]  rT   rP   c                 X    | j                   j                  r|t        d      || _        y)a  Sets the name of this V1Container.

        Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.  # noqa: E501

        :param name: The name of this V1Container.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r3   client_side_validation
ValueErrorr<   )rM   r   s     rN   r   zV1Container.nameh  s*     ((??DLKLL
rP   c                     | j                   S )aK  Gets the ports of this V1Container.  # noqa: E501

        List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.  # noqa: E501

        :return: The ports of this V1Container.  # noqa: E501
        :rtype: list[V1ContainerPort]
        r=   rS   s    rN   r   zV1Container.portsv  rc   rP   c                     || _         y)aA  Sets the ports of this V1Container.

        List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.  # noqa: E501

        :param ports: The ports of this V1Container.  # noqa: E501
        :type: list[V1ContainerPort]
        Nrv   )rM   r   s     rN   r   zV1Container.ports  re   rP   c                     | j                   S )zGets the readiness_probe of this V1Container.  # noqa: E501


        :return: The readiness_probe of this V1Container.  # noqa: E501
        :rtype: V1Probe
        r>   rS   s    rN   r   zV1Container.readiness_probe  s     $$$rP   c                     || _         y)zSets the readiness_probe of this V1Container.


        :param readiness_probe: The readiness_probe of this V1Container.  # noqa: E501
        :type: V1Probe
        Nry   )rM   r   s     rN   r   zV1Container.readiness_probe  s     !0rP   c                     | j                   S )zGets the resize_policy of this V1Container.  # noqa: E501

        Resources resize policy for the container.  # noqa: E501

        :return: The resize_policy of this V1Container.  # noqa: E501
        :rtype: list[V1ContainerResizePolicy]
        r?   rS   s    rN   r   zV1Container.resize_policy       """rP   c                     || _         y)zSets the resize_policy of this V1Container.

        Resources resize policy for the container.  # noqa: E501

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


        :return: The resources of this V1Container.  # noqa: E501
        :rtype: V1ResourceRequirements
        r@   rS   s    rN   r   zV1Container.resources  rk   rP   c                     || _         y)zSets the resources of this V1Container.


        :param resources: The resources of this V1Container.  # noqa: E501
        :type: V1ResourceRequirements
        Nr   )rM   r   s     rN   r   zV1Container.resources  rm   rP   c                     | j                   S )a  Gets the restart_policy of this V1Container.  # noqa: E501

        RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is "Always". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.  # noqa: E501

        :return: The restart_policy of this V1Container.  # noqa: E501
        :rtype: str
        rA   rS   s    rN   r   zV1Container.restart_policy       ###rP   c                     || _         y)a  Sets the restart_policy of this V1Container.

        RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is "Always". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.  # noqa: E501

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


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


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


        :return: The startup_probe of this V1Container.  # noqa: E501
        :rtype: V1Probe
        rC   rS   s    rN   r   zV1Container.startup_probe  s     """rP   c                     || _         y)zSets the startup_probe of this V1Container.


        :param startup_probe: The startup_probe of this V1Container.  # noqa: E501
        :type: V1Probe
        Nr   )rM   r   s     rN   r   zV1Container.startup_probe  s     ,rP   c                     | j                   S )a\  Gets the stdin of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: bool
        rD   rS   s    rN   r   zV1Container.stdin  rc   rP   c                     || _         y)aR  Sets the stdin of this V1Container.

        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 V1Container.  # noqa: E501
        :type: bool
        Nr   )rM   r   s     rN   r   zV1Container.stdin  re   rP   c                     | j                   S )a  Gets the stdin_once of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: bool
        rE   rS   s    rN   r   zV1Container.stdin_once&  s     rP   c                     || _         y)a  Sets the stdin_once of this V1Container.

        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 V1Container.  # noqa: E501
        :type: bool
        Nr   )rM   r   s     rN   r   zV1Container.stdin_once1  s     &rP   c                     | j                   S )ag  Gets the termination_message_path of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: str
        rF   rS   s    rN   r   z$V1Container.termination_message_path=  s     ---rP   c                     || _         y)ap  Sets the termination_message_path of this V1Container.

        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 V1Container.  # noqa: E501
        :type: str
        Nr   )rM   r   s     rN   r   z$V1Container.termination_message_pathH  s     *B&rP   c                     | j                   S )a  Gets the termination_message_policy of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: str
        rG   rS   s    rN   r   z&V1Container.termination_message_policyT  s     ///rP   c                     || _         y)a  Sets the termination_message_policy of this V1Container.

        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 V1Container.  # noqa: E501
        :type: str
        Nr   )rM   r   s     rN   r   z&V1Container.termination_message_policy_  s     ,F(rP   c                     | j                   S )a  Gets the tty of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: bool
        rH   rS   s    rN   r    zV1Container.ttyk  r[   rP   c                     || _         y)a  Sets the tty of this V1Container.

        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 V1Container.  # noqa: E501
        :type: bool
        Nr   )rM   r    s     rN   r    zV1Container.ttyv  r]   rP   c                     | j                   S )a  Gets the volume_devices of this V1Container.  # noqa: E501

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

        :return: The volume_devices of this V1Container.  # noqa: E501
        :rtype: list[V1VolumeDevice]
        rI   rS   s    rN   r!   zV1Container.volume_devices  r   rP   c                     || _         y)a  Sets the volume_devices of this V1Container.

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

        :param volume_devices: The volume_devices of this V1Container.  # noqa: E501
        :type: list[V1VolumeDevice]
        Nr   )rM   r!   s     rN   r!   zV1Container.volume_devices  r   rP   c                     | j                   S )a  Gets the volume_mounts of this V1Container.  # noqa: E501

        Pod volumes to mount into the container's filesystem. Cannot be updated.  # noqa: E501

        :return: The volume_mounts of this V1Container.  # noqa: E501
        :rtype: list[V1VolumeMount]
        rJ   rS   s    rN   r"   zV1Container.volume_mounts  r}   rP   c                     || _         y)a  Sets the volume_mounts of this V1Container.

        Pod volumes to mount into the container's filesystem. Cannot be updated.  # noqa: E501

        :param volume_mounts: The volume_mounts of this V1Container.  # noqa: E501
        :type: list[V1VolumeMount]
        Nr   )rM   r"   s     rN   r"   zV1Container.volume_mounts  r   rP   c                     | j                   S )aT  Gets the working_dir of this V1Container.  # 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 V1Container.  # noqa: E501
        :rtype: str
        rK   rS   s    rN   r#   zV1Container.working_dir  s        rP   c                     || _         y)aP  Sets the working_dir of this V1Container.

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