kubernetes_asyncio.client.models.v1alpha1_storage_version_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_status.V1alpha1StorageVersionStatus(common_encoding_version=None, conditions=None, storage_versions=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 = {'common_encoding_version': 'commonEncodingVersion', 'conditions': 'conditions', 'storage_versions': 'storageVersions'}
- property common_encoding_version
Gets the common_encoding_version of this V1alpha1StorageVersionStatus. # noqa: E501
If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality. # noqa: E501
- Returns:
The common_encoding_version of this V1alpha1StorageVersionStatus. # noqa: E501
- Return type:
str
- property conditions
Gets the conditions of this V1alpha1StorageVersionStatus. # noqa: E501
The latest available observations of the storageVersion’s state. # noqa: E501
- Returns:
The conditions of this V1alpha1StorageVersionStatus. # noqa: E501
- Return type:
- openapi_types = {'common_encoding_version': 'str', 'conditions': 'list[V1alpha1StorageVersionCondition]', 'storage_versions': 'list[V1alpha1ServerStorageVersion]'}
- property storage_versions
Gets the storage_versions of this V1alpha1StorageVersionStatus. # noqa: E501
The reported versions per API server instance. # noqa: E501
- Returns:
The storage_versions of this V1alpha1StorageVersionStatus. # noqa: E501
- Return type:
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model