kubernetes_asyncio.client.models.v1alpha1_storage_version_migration_status 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.v1alpha1_storage_version_migration_status.V1alpha1StorageVersionMigrationStatus(conditions=None, resource_version=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 = {'conditions': 'conditions', 'resource_version': 'resourceVersion'}
- property conditions
Gets the conditions of this V1alpha1StorageVersionMigrationStatus. # noqa: E501
The latest available observations of the migration’s current state. # noqa: E501
- Returns:
The conditions of this V1alpha1StorageVersionMigrationStatus. # noqa: E501
- Return type:
- openapi_types = {'conditions': 'list[V1alpha1MigrationCondition]', 'resource_version': 'str'}
- property resource_version
Gets the resource_version of this V1alpha1StorageVersionMigrationStatus. # noqa: E501
ResourceVersion to compare with the GC cache for performing the migration. This is the current resource version of given group, version and resource when kube-controller-manager first observes this StorageVersionMigration resource. # noqa: E501
- Returns:
The resource_version of this V1alpha1StorageVersionMigrationStatus. # 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