3 fY'f@s8dZddlmZddlmZddlZGdddeZdS)z Kubernetes No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: v1.7.4 Generated by: https://github.com/swagger-api/swagger-codegen.git )pformat) iteritemsNc@seZdZdZd?ddZeddZejddZedd Zejd d Zed d Z e jd d Z eddZ e jddZ eddZ e jddZ eddZ e jddZ eddZ e jddZ eddZejddZeddZejddZed d!Zejd"d!Zed#d$Zejd%d$Zed&d'Zejd(d'Zed)d*Zejd+d*Zed,d-Zejd.d-Zed/d0Zejd1d0Zed2d3Zejd4d3Zd5d6Zd7d8Zd9d:Zd;d<Zd=d>ZdS)@ V1ObjectMetazw NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. NcCsddddddddddddddddd|_d d d d d dddddddddddd|_||_||_||_||_||_||_||_||_ | |_ | |_ | |_ | |_ | |_||_||_||_dS)aB V1ObjectMeta - a model defined in Swagger :param dict swaggerTypes: The key is attribute name and the value is attribute type. :param dict attributeMap: The key is attribute name and the value is json key in definition. zdict(str, str)strdatetimeintz list[str]V1Initializerszlist[V1OwnerReference]) annotations cluster_namecreation_timestampdeletion_grace_period_secondsdeletion_timestamp finalizers generate_name generation initializerslabelsname namespaceowner_referencesresource_version self_linkuidr Z clusterNameZcreationTimestampZdeletionGracePeriodSecondsZdeletionTimestamprZ generateNamerrrrrZownerReferencesresourceVersionselfLinkrN) swagger_types attribute_map _annotations _cluster_name_creation_timestamp_deletion_grace_period_seconds_deletion_timestamp _finalizers_generate_name _generation _initializers_labels_name _namespace_owner_references_resource_version _self_link_uid)selfr r r r r rrrrrrrrrrrr.X/Users/olari/OneDrive/sandbox/awsBlog2/lambda/kubernetes/client/models/v1_object_meta.py__init__s`   zV1ObjectMeta.__init__cCs|jS)a Gets the annotations of this V1ObjectMeta. Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations :return: The annotations of this V1ObjectMeta. :rtype: dict(str, str) )r)r-r.r.r/r Xs zV1ObjectMeta.annotationscCs ||_dS)a Sets the annotations of this V1ObjectMeta. Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations :param annotations: The annotations of this V1ObjectMeta. :type: dict(str, str) N)r)r-r r.r.r/r cs cCs|jS)a Gets the cluster_name of this V1ObjectMeta. The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request. :return: The cluster_name of this V1ObjectMeta. :rtype: str )r)r-r.r.r/r os zV1ObjectMeta.cluster_namecCs ||_dS)a Sets the cluster_name of this V1ObjectMeta. The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request. :param cluster_name: The cluster_name of this V1ObjectMeta. :type: str N)r)r-r r.r.r/r zs cCs|jS)a/ Gets the creation_timestamp of this V1ObjectMeta. CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata :return: The creation_timestamp of this V1ObjectMeta. :rtype: datetime )r)r-r.r.r/r s zV1ObjectMeta.creation_timestampcCs ||_dS)a@ Sets the creation_timestamp of this V1ObjectMeta. CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata :param creation_timestamp: The creation_timestamp of this V1ObjectMeta. :type: datetime N)r)r-r r.r.r/r s cCs|jS)ap Gets the deletion_grace_period_seconds of this V1ObjectMeta. Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. :return: The deletion_grace_period_seconds of this V1ObjectMeta. :rtype: int )r )r-r.r.r/r s z*V1ObjectMeta.deletion_grace_period_secondscCs ||_dS)a Sets the deletion_grace_period_seconds of this V1ObjectMeta. Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. :param deletion_grace_period_seconds: The deletion_grace_period_seconds of this V1ObjectMeta. :type: int N)r )r-r r.r.r/r s cCs|jS)ae Gets the deletion_timestamp of this V1ObjectMeta. DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata :return: The deletion_timestamp of this V1ObjectMeta. :rtype: datetime )r!)r-r.r.r/r s zV1ObjectMeta.deletion_timestampcCs ||_dS)av Sets the deletion_timestamp of this V1ObjectMeta. DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata :param deletion_timestamp: The deletion_timestamp of this V1ObjectMeta. :type: datetime N)r!)r-r r.r.r/r s cCs|jS)a Gets the finalizers of this V1ObjectMeta. Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. :return: The finalizers of this V1ObjectMeta. :rtype: list[str] )r")r-r.r.r/rs zV1ObjectMeta.finalizerscCs ||_dS)a Sets the finalizers of this V1ObjectMeta. Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. :param finalizers: The finalizers of this V1ObjectMeta. :type: list[str] N)r")r-rr.r.r/rs cCs|jS)a Gets the generate_name of this V1ObjectMeta. GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency :return: The generate_name of this V1ObjectMeta. :rtype: str )r#)r-r.r.r/rs zV1ObjectMeta.generate_namecCs ||_dS)a' Sets the generate_name of this V1ObjectMeta. GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency :param generate_name: The generate_name of this V1ObjectMeta. :type: str N)r#)r-rr.r.r/rs cCs|jS)z Gets the generation of this V1ObjectMeta. A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. :return: The generation of this V1ObjectMeta. :rtype: int )r$)r-r.r.r/rs zV1ObjectMeta.generationcCs ||_dS)a Sets the generation of this V1ObjectMeta. A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. :param generation: The generation of this V1ObjectMeta. :type: int N)r$)r-rr.r.r/rs cCs|jS)a Gets the initializers of this V1ObjectMeta. An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects. When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user. :return: The initializers of this V1ObjectMeta. :rtype: V1Initializers )r%)r-r.r.r/rs zV1ObjectMeta.initializerscCs ||_dS)a Sets the initializers of this V1ObjectMeta. An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects. When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user. :param initializers: The initializers of this V1ObjectMeta. :type: V1Initializers N)r%)r-rr.r.r/rs cCs|jS)ak Gets the labels of this V1ObjectMeta. Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels :return: The labels of this V1ObjectMeta. :rtype: dict(str, str) )r&)r-r.r.r/r's zV1ObjectMeta.labelscCs ||_dS)ap Sets the labels of this V1ObjectMeta. Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels :param labels: The labels of this V1ObjectMeta. :type: dict(str, str) N)r&)r-rr.r.r/r2s cCs|jS)a Gets the name of this V1ObjectMeta. Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names :return: The name of this V1ObjectMeta. :rtype: str )r')r-r.r.r/r>s zV1ObjectMeta.namecCs ||_dS)a Sets the name of this V1ObjectMeta. Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names :param name: The name of this V1ObjectMeta. :type: str N)r')r-rr.r.r/rIs cCs|jS)a  Gets the namespace of this V1ObjectMeta. Namespace defines the space within each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces :return: The namespace of this V1ObjectMeta. :rtype: str )r()r-r.r.r/rUs zV1ObjectMeta.namespacecCs ||_dS)a Sets the namespace of this V1ObjectMeta. Namespace defines the space within each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces :param namespace: The namespace of this V1ObjectMeta. :type: str N)r()r-rr.r.r/r`s cCs|jS)a Gets the owner_references of this V1ObjectMeta. List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. :return: The owner_references of this V1ObjectMeta. :rtype: list[V1OwnerReference] )r))r-r.r.r/rls zV1ObjectMeta.owner_referencescCs ||_dS)a Sets the owner_references of this V1ObjectMeta. List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. :param owner_references: The owner_references of this V1ObjectMeta. :type: list[V1OwnerReference] N)r))r-rr.r.r/rws cCs|jS)a Gets the resource_version of this V1ObjectMeta. An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency :return: The resource_version of this V1ObjectMeta. :rtype: str )r*)r-r.r.r/rs zV1ObjectMeta.resource_versioncCs ||_dS)a Sets the resource_version of this V1ObjectMeta. An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency :param resource_version: The resource_version of this V1ObjectMeta. :type: str N)r*)r-rr.r.r/rs cCs|jS)z Gets the self_link of this V1ObjectMeta. SelfLink is a URL representing this object. Populated by the system. Read-only. :return: The self_link of this V1ObjectMeta. :rtype: str )r+)r-r.r.r/rs zV1ObjectMeta.self_linkcCs ||_dS)z Sets the self_link of this V1ObjectMeta. SelfLink is a URL representing this object. Populated by the system. Read-only. :param self_link: The self_link of this V1ObjectMeta. :type: str N)r+)r-rr.r.r/rs cCs|jS)a Gets the uid of this V1ObjectMeta. UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids :return: The uid of this V1ObjectMeta. :rtype: str )r,)r-r.r.r/rs zV1ObjectMeta.uidcCs ||_dS)a Sets the uid of this V1ObjectMeta. UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids :param uid: The uid of this V1ObjectMeta. :type: str N)r,)r-rr.r.r/rs cCsi}xt|jD]z\}}t||}t|trDttdd|||<qt|dr\|j||<qt|trttdd|j ||<q|||<qW|S)z8 Returns the model properties as a dict cSst|dr|jS|S)Nto_dict)hasattrr1)xr.r.r/sz&V1ObjectMeta.to_dict..r1cSs&t|ddr"|d|djfS|S)Nr1r)r2r1)itemr.r.r/r4s) rrgetattr isinstancelistmapr2r1dictitems)r-resultattr_valuer.r.r/r1s     zV1ObjectMeta.to_dictcCs t|jS)z@ Returns the string representation of the model )rr1)r-r.r.r/to_strszV1ObjectMeta.to_strcCs|jS)z* For `print` and `pprint` )rA)r-r.r.r/__repr__szV1ObjectMeta.__repr__cCst|tsdS|j|jkS)z8 Returns true if both objects are equal F)r8r__dict__)r-otherr.r.r/__eq__s zV1ObjectMeta.__eq__cCs ||k S)z< Returns true if both objects are not equal r.)r-rDr.r.r/__ne__szV1ObjectMeta.__ne__)NNNNNNNNNNNNNNNN)__name__ __module__ __qualname____doc__r0propertyr setterr r r r rrrrrrrrrrrr1rArBrErFr.r.r.r/rsN @                  r)rJpprintrsixrreobjectrr.r.r.r/ s