kubernetes.aio.client.models.v1beta1_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: release-1.36 Generated by: https://openapi-generator.tech
- class kubernetes.aio.client.models.v1beta1_storage_version_migration_status.V1beta1StorageVersionMigrationStatus(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 V1beta1StorageVersionMigrationStatus. # noqa: E501
The latest available observations of the migration’s current state. # noqa: E501
- Returns:
The conditions of this V1beta1StorageVersionMigrationStatus. # noqa: E501
- Return type:
list[V1Condition]
- openapi_types = {'conditions': 'list[V1Condition]', 'resource_version': 'str'}¶
- property resource_version¶
Gets the resource_version of this V1beta1StorageVersionMigrationStatus. # 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 V1beta1StorageVersionMigrationStatus. # 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