kubernetes_asyncio.client.models.v1_list_meta module
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech
- class kubernetes_asyncio.client.models.v1_list_meta.V1ListMeta(_continue=None, remaining_item_count=None, resource_version=None, self_link=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_continue': 'continue', 'remaining_item_count': 'remainingItemCount', 'resource_version': 'resourceVersion', 'self_link': 'selfLink'}
- openapi_types = {'_continue': 'str', 'remaining_item_count': 'int', 'resource_version': 'str', 'self_link': 'str'}
- property remaining_item_count
Gets the remaining_item_count of this V1ListMeta. # noqa: E501
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. # noqa: E501
- Returns:
The remaining_item_count of this V1ListMeta. # noqa: E501
- Return type:
int
- property resource_version
Gets the resource_version of this V1ListMeta. # noqa: E501
String that identifies the server’s internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency # noqa: E501
- Returns:
The resource_version of this V1ListMeta. # noqa: E501
- Return type:
str
- property self_link
Gets the self_link of this V1ListMeta. # noqa: E501
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. # noqa: E501
- Returns:
The self_link of this V1ListMeta. # noqa: E501
- Return type:
str
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model