kubernetes_asyncio.client.models.v1_preconditions 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_preconditions.V1Preconditions(resource_version=None, uid=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'resource_version': 'resourceVersion', 'uid': 'uid'}
openapi_types = {'resource_version': 'str', 'uid': 'str'}
property resource_version

Gets the resource_version of this V1Preconditions. # noqa: E501

Specifies the target ResourceVersion # noqa: E501

Returns:

The resource_version of this V1Preconditions. # 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

property uid

Gets the uid of this V1Preconditions. # noqa: E501

Specifies the target UID. # noqa: E501

Returns:

The uid of this V1Preconditions. # noqa: E501

Return type:

str