
    3iG(                     B    S r SSKrSSKrSSKrSSKJr   " S S\5      rg)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.34
Generated by: https://openapi-generator.tech
    N)Configurationc                      \ rS rSrSr SSSSSSSS.rSSSSS	S
SS.rS"S jr\S 5       r	\	R                  S 5       r	\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       r\S 5       r\R                  S 5       rS rS rS rS rS  rS!rg)#V1ObjectReference   z~NOTE: This class is auto generated by OpenAPI Generator.
Ref: https://openapi-generator.tech

Do not edit the class manually.
str)api_version
field_pathkindname	namespaceresource_versionuid
apiVersion	fieldPathr
   r   r   resourceVersionr   Nc	                    Uc
  [        5       nXl        SU l        SU l        SU l        SU l        SU l        SU l        SU l        SU l	        Ub  Xl
        Ub  X l        Ub  X0l        Ub  X@l        Ub  XPl        Ub  X`l        Ub  Xpl        gg)z.V1ObjectReference - a model defined in OpenAPIN)r   local_vars_configuration_api_version_field_path_kind_name
_namespace_resource_version_uiddiscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            f/home/james-whalen/.local/lib/python3.13/site-packages/kubernetes/client/models/v1_object_reference.py__init__V1ObjectReference.__init__7   s    #+'4$(@% 

!%	!"*!(OII &N'$4!?H     c                     U R                   $ )zGets the api_version of this V1ObjectReference.  # noqa: E501

API version of the referent.  # noqa: E501

:return: The api_version of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r   s    r   r   V1ObjectReference.api_versionU   s        r    c                     Xl         g)zSets the api_version of this V1ObjectReference.

API version of the referent.  # noqa: E501

:param api_version: The api_version of this V1ObjectReference.  # noqa: E501
:type: str
Nr"   )r   r   s     r   r   r$   `   s
     (r    c                     U R                   $ )a  Gets the field_path of this V1ObjectReference.  # noqa: E501

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.  # noqa: E501

:return: The field_path of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r#   s    r   r	   V1ObjectReference.field_pathl   s     r    c                     Xl         g)a  Sets the field_path of this V1ObjectReference.

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.  # noqa: E501

:param field_path: The field_path of this V1ObjectReference.  # noqa: E501
:type: str
Nr'   )r   r	   s     r   r	   r(   w   s
     &r    c                     U R                   $ )a  Gets the kind of this V1ObjectReference.  # noqa: E501

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

:return: The kind of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r#   s    r   r
   V1ObjectReference.kind        zzr    c                     Xl         g)a  Sets the kind of this V1ObjectReference.

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  # noqa: E501

:param kind: The kind of this V1ObjectReference.  # noqa: E501
:type: str
Nr+   )r   r
   s     r   r
   r,      	     
r    c                     U R                   $ )zGets the name of this V1ObjectReference.  # noqa: E501

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  # noqa: E501

:return: The name of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r#   s    r   r   V1ObjectReference.name   r-   r    c                     Xl         g)zSets the name of this V1ObjectReference.

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  # noqa: E501

:param name: The name of this V1ObjectReference.  # noqa: E501
:type: str
Nr1   )r   r   s     r   r   r2      r/   r    c                     U R                   $ )a  Gets the namespace of this V1ObjectReference.  # noqa: E501

Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/  # noqa: E501

:return: The namespace of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r#   s    r   r   V1ObjectReference.namespace   s     r    c                     Xl         g)a  Sets the namespace of this V1ObjectReference.

Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/  # noqa: E501

:param namespace: The namespace of this V1ObjectReference.  # noqa: E501
:type: str
Nr5   )r   r   s     r   r   r6      s	     $r    c                     U R                   $ )ak  Gets the resource_version of this V1ObjectReference.  # noqa: E501

Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency  # noqa: E501

:return: The resource_version of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r#   s    r   r   "V1ObjectReference.resource_version   s     %%%r    c                     Xl         g)al  Sets the resource_version of this V1ObjectReference.

Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency  # noqa: E501

:param resource_version: The resource_version of this V1ObjectReference.  # noqa: E501
:type: str
Nr9   )r   r   s     r   r   r:      s
     "2r    c                     U R                   $ )zGets the uid of this V1ObjectReference.  # noqa: E501

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids  # noqa: E501

:return: The uid of this V1ObjectReference.  # noqa: E501
:rtype: str
r   r#   s    r   r   V1ObjectReference.uid   s     yyr    c                     Xl         g)zSets the uid of this V1ObjectReference.

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids  # noqa: E501

:param uid: The uid of this V1ObjectReference.  # noqa: E501
:type: str
Nr=   )r   r   s     r   r   r>      s	     	r    c                    0 n[         R                  " U R                  5       H  u  p#[        X5      n[	        U[
        5      (       a  [        [        S U5      5      X'   M?  [        US5      (       a  UR                  5       X'   Md  [	        U[        5      (       a(  [        [        S UR                  5       5      5      X'   M  XAU'   M     U$ )z&Returns the model properties as a dictc                 H    [        U S5      (       a  U R                  5       $ U $ )Nto_dicthasattrrB   )xs    r   <lambda>+V1ObjectReference.to_dict.<locals>.<lambda>   s    WQ	-B-BaiikIIr    rB   c                 ^    [        U S   S5      (       a  U S   U S   R                  5       4$ U $ )N   rB   r   rC   )items    r   rF   rG     s9    tAw	22 #'q'47??+<!= "=8<"=r    )six	iteritemsopenapi_typesgetattr
isinstancelistmaprD   rB   dictitems)r   resultattr_values        r   rB   V1ObjectReference.to_dict   s    }}T%7%78GDD'E%&&#CI%   	**$}}E4((#C=KKM%    %t! 9$ r    c                 J    [         R                  " U R                  5       5      $ )z.Returns the string representation of the model)pprintpformatrB   r#   s    r   to_strV1ObjectReference.to_str  s    ~~dlln--r    c                 "    U R                  5       $ )zFor `print` and `pprint`)r\   r#   s    r   __repr__V1ObjectReference.__repr__  s    {{}r    c                 p    [        U[        5      (       d  gU R                  5       UR                  5       :H  $ )z&Returns true if both objects are equalFrO   r   rB   r   others     r   __eq__V1ObjectReference.__eq__  s*    %!233||~00r    c                 p    [        U[        5      (       d  gU R                  5       UR                  5       :g  $ )z*Returns true if both objects are not equalTrb   rc   s     r   __ne__V1ObjectReference.__ne__  s*    %!233||~00r    )r   r   r   r   r   r   r   r   r   r	   r
   r   r   r   r   r   )NNNNNNNN)__name__
__module____qualname____firstlineno____doc__rM   attribute_mapr   propertyr   setterr	   r
   r   r   r   r   rB   r\   r_   re   rh   __static_attributes__ r    r   r   r      s    !M $! -M< ! ! 	( 	(     	& 	&   
[[	 	   
[[	 	   	$ 	$ & & 	2 	2   	ZZ	 	0.11r    r   )rn   rZ   rerK   kubernetes.client.configurationr   objectr   rs   r    r   <module>rw      s&     	 
 9M1 M1r    